Files
awesome-copilot/plugins/awesome-copilot/.github/plugin/plugin.json
Aaron Powell 6ecd0098cf Remove collections folder and migrate remaining references to plugins
- Remove rug-agentic-workflow collection files (already migrated to plugin)
- Remove collections.instructions.md (no longer applicable)
- Remove suggest-awesome-github-copilot-collections prompt and plugin command
- Update awesome-copilot plugin.json to reference skills prompt instead of collections
- Update contributor-report.mjs to track plugins instead of collections
- Remove unused collection constants from constants.mjs
- Update rug-agentic-workflow plugin.json with tags and items from collection
- Regenerate README docs and marketplace.json
2026-02-16 12:05:48 +11:00

45 lines
1.1 KiB
JSON

{
"name": "awesome-copilot",
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"tags": [
"github-copilot",
"discovery",
"meta",
"prompt-engineering",
"agents"
],
"featured": true,
"display": {
"ordering": "alpha",
"show_badge": true
},
"items": [
{
"path": "prompts/suggest-awesome-github-copilot-skills.prompt.md",
"kind": "prompt"
},
{
"path": "prompts/suggest-awesome-github-copilot-instructions.prompt.md",
"kind": "prompt"
},
{
"path": "prompts/suggest-awesome-github-copilot-prompts.prompt.md",
"kind": "prompt"
},
{
"path": "prompts/suggest-awesome-github-copilot-agents.prompt.md",
"kind": "prompt"
},
{
"path": "agents/meta-agentic-project-scaffold.agent.md",
"kind": "agent"
}
]
}