Adopt Agent Plugins 1.0
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 62/100
- Tipo di issue
- Funzionalità
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Tranquilla
- Stack tecnologico
- github, vscode
- Ambito
- tooling
Direzione di ricerca
Leggi la specifica Agent Plugins 1.0 e ispeziona il layout attuale del plugin, in particolare plugin.json, .claude/plugin.json, skills/, mcp.json e tutti i file specifici di GitHub Copilot. Confronta la struttura esistente con il manifest radice richiesto, le directory portabili e il namespace com.github.copilot/. Il lavoro è completato quando il layout portabile è conforme, preservando la compatibilità con Claude Code dove necessario.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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.
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 3
- Fork
- 0
- Merge medio
- 1g 18h
- PR unite (30g)
- 1
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di microsoft/modernize-java
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 68/100
microsoft/modernize-java#25 ·
Tutte le issue di microsoft/modernize-java
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
use-agent-os/agent-os#3314 ·
-
documentation low-priority templates
Difficoltà 2/5 1-3 ore Idoneità per principianti 85/100
jesseray718/openroot#87 ·
-
factory-active factory-automatic task-bug-reproduction-cannot-reproduce task-identify-harness-labels-done task-identify-issue-type-done
Difficoltà 2/5 1-3 ore Idoneità per principianti 84/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 90/100
danielmiessler/LifeOS#2218 ·
-
in-progress proposal
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 88/100
uibcdf/molsyssuite#36 ·