Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

[External Plugin]: beacon

Abierto Apto para principiantes
#3,850 2 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
2/5
Tiempo estimado
1-3 horas
Aptitud para principiantes
72/100
Tipo de issue
Nueva funcionalidad
Claridad
Bien especificado
Estado de actividad
Activo
Stack tecnológico
github
Área
tooling

Línea de trabajo

Comienza con el directorio agent-skills/ del repositorio enviado, incluidos plugin.json, skills/ y mcp.json, en el commit 4324b0b63630e5a297ac53870c85359daf705624. Ejecuta o inspecciona validateExternalPlugin bajo la política publicSubmission y confirma que los metadatos del plugin, la referencia inmutable y los detalles de instalación desde el marketplace pasan sin errores ni advertencias.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

external-plugin needs-review:MEDIUM ready-for-review
Plugin name

beacon

Short description

Cross-harness memory from Beacon traces: recall reviewed project lessons, distill agent sessions into approved memory, and promote memory to Agent Skills.

GitHub repository

asymptote-labs/agent-beacon

Plugin path inside the repository

agent-skills

Ref to review

No response

Commit SHA to review

4324b0b63630e5a297ac53870c85359daf705624

Version

0.1.0

License identifier

MIT

Author name

Asymptote Labs

Author URL

https://beacon.sh

Homepage URL

https://docs.beacon.sh/concepts/beacon-skills

Keywords

memory
traces
observability
agent-skills
beacon
mcp

Additional notes for reviewers

Beacon is an open-source, local-first telemetry agent that records what coding agents do across Copilot CLI, VS Code, Claude Code, Cursor, Codex, and 20+ other harnesses. This plugin turns that history into reviewed project memory:

  • beacon-memory-recall: before a task, retrieves lessons the team already approved for the current repository.
  • beacon-memory-distill: reviews selected sessions, drafts a lesson grounded in the source trace, and saves it only after the user confirms.
  • beacon-memory-promote: installs an approved lesson as a project Agent Skill.

The plugin root (agent-skills/) carries an Agent Plugins 1.0 plugin.json, skills/, and an mcp.json that registers the local beacon mcp serve server (stdio, read-only memory tools). The skills and MCP server need the open-source Beacon CLI on PATH; without it the skills tell the user how to install it and continue without memory. Recall and promote make no network calls; the one optional networked step (trace evaluation in distill) runs only after a dry run and explicit user consent.

The entry passes validateExternalPlugin under the publicSubmission policy with no errors or warnings. Copilot CLI can already install it directly: copilot plugin marketplace add asymptote-labs/agent-beacon, then copilot plugin install beacon@beacon

Submission checklist
  • The plugin lives in a public GitHub repository.
  • The ref and/or sha I provided is immutable (release tag and/or full 40-character commit SHA), not a branch.
  • This submission follows this repository's contribution, security, and responsible AI policies.
  • This plugin is not already listed in the Awesome Copilot marketplace.
Lenguaje dominante
JavaScript
Estrellas
39.2k
Forks
5k
Merge medio
1 d 17 h
PR fusionados (30 d)
106

Preparar el entorno

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de github/awesome-copilot

Todos los issues de github/awesome-copilot

Issues similares

Más issues de JavaScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.