Adopt Agent Plugins 1.0
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức phù hợp với người mới
- 62/100
- Loại issue
- Tính năng
- Độ rõ ràng
- Khá rõ ràng
- Mức độ hoạt động
- Ít trao đổi
- Công nghệ
- github, vscode
- Lĩnh vực
- tooling
Hướng nghiên cứu
Đọc đặc tả Agent Plugins 1.0 và kiểm tra bố cục plugin hiện tại, đặc biệt là plugin.json, .claude/plugin.json, skills/, mcp.json và mọi tệp dành riêng cho GitHub Copilot. So sánh cấu trúc hiện có với manifest gốc được yêu cầu, các thư mục portable và namespace com.github.copilot/. Hoàn tất khi bố cục portable tuân thủ yêu cầu mà vẫn duy trì khả năng tương thích với Claude Code khi cần.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
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.
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 3
- Fork
- 0
- Merge trung bình
- 1 ngày 18 giờ
- Pull request đã merge (30 ngày)
- 1
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của microsoft/modernize-java
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
microsoft/modernize-java#25 ·
Tất cả issue của microsoft/modernize-java
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
use-agent-os/agent-os#3314 ·
-
[aw] Upgrade available Đang mởagentic-workflows
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 85/100
githubnext/rig#534 ·
-
Implement GitHub Issue templates Đang mởdocumentation low-priority templates
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 85/100
jesseray718/openroot#87 ·
-
factory-active factory-automatic task-bug-reproduction-cannot-reproduce task-identify-harness-labels-done task-identify-issue-type-done
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 84/100
-
Add PR Default Description(s) Đang mởenhancement
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 74/100
ReedClanton/NixOS#41 ·