Adopt Agent Plugins 1.0
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Aptitud para principiantes
- 62/100
- Tipo de issue
- Nueva funcionalidad
- Claridad
- Bastante claro
- Estado de actividad
- Tranquilo
- Stack tecnológico
- github, vscode
- Área
- tooling
Línea de trabajo
Lee la especificación de Agent Plugins 1.0 e inspecciona la estructura actual de plugins, especialmente plugin.json, .claude/plugin.json, skills/, mcp.json y cualquier archivo específico de GitHub Copilot. Compara la estructura existente con el manifiesto raíz solicitado, los directorios portables y el espacio de nombres com.github.copilot/. Se considera terminado cuando la estructura portable cumple con la especificación, preservando la compatibilidad con Claude Code donde sea necesario.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Adopt Agent Plugins 1.0
Why this matters
Agent Plugins 1.0 is an open, vendor-neutral standard for packaging reusable Agent Skills and MCP servers so they can be discovered and loaded consistently across compatible clients.
Adopting the standard would make this plugin easier to consume across GitHub Copilot, Codex, Cursor, VS Code, and other compatible clients without requiring client-specific repackaging or duplicated component structures.
Resources:
- Agent Plugins
- Agent Plugins 1.0 specification
- GitHub Changelog: Agent Plugins 1.0 in VS Code, Copilot CLI, and the Copilot app
Requested changes
Please update this plugin to conform to the Agent Plugins 1.0 specification:
- Move
plugin.jsonto the root of the plugin directory. - Add the
$schemafield:
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json"
}
- Align the manifest fields with the Agent Plugins 1.0 schema.
- Place portable Agent Skills under the plugin-root
skills/directory. - Place MCP server configuration in the plugin-root
mcp.jsonfile, where applicable. - Use the
com.github.copilot/namespace for GitHub Copilot-specific components and metadata that are outside the portable Agent Plugins contract, such as agents, hooks, instructions, and extensions (including canvases).
The intended structure is similar to:
plugin/
├── plugin.json
├── skills/
│ └── <skill>/
│ └── SKILL.md
├── mcp.json
└── com.github.copilot/
└── <GitHub Copilot-specific components>
Compatibility considerations
If this repository also supports Claude Code's plugin format, please retain the Claude-specific manifest and layout as needed. Claude Code does not currently support the Agent Plugins 1.0 specification, so .claude/plugin.json may still be required for Claude Code compatibility.
However, the portable Agent Plugins manifest should live at the plugin root, and portable components should follow the standard locations described in the specification.
If the current plugin uses a non-standard location for any of the following, please consider moving or exposing them through the standard layout:
- Skills should be discoverable under the plugin-root
skills/directory. - MCP configuration should be available through the plugin-root
mcp.jsonfile. - Client-specific files should be placed under the appropriate reverse-domain namespace, such as
com.github.copilot/.
This would allow the plugin to support multiple clients while preserving any existing client-specific integrations.
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 3
- Forks
- 0
- Merge medio
- 1 d 18 h
- PR fusionados (30 d)
- 1
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de microsoft/modernize-java
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
microsoft/modernize-java#25 ·
Todos los issues de microsoft/modernize-java
Issues similares
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 88/100
use-agent-os/agent-os#3314 ·
-
[aw] Upgrade available Abiertoagentic-workflows
Dificultad 1/5 Menos de una hora Aptitud para principiantes 85/100
githubnext/rig#534 ·
-
Implement GitHub Issue templates Abiertodocumentation low-priority templates
Dificultad 2/5 1-3 horas Aptitud para principiantes 85/100
jesseray718/openroot#87 ·
-
factory-active factory-automatic task-bug-reproduction-cannot-reproduce task-identify-harness-labels-done task-identify-issue-type-done
Dificultad 2/5 1-3 horas Aptitud para principiantes 84/100
-
Add PR Default Description(s) Abiertoenhancement
Dificultad 2/5 1-3 horas Aptitud para principiantes 74/100
ReedClanton/NixOS#41 ·