Files
awesome-copilot/plugins/context-engineering/.github/plugin/plugin.json
T
Aaron Powell d1fdc3184e stuffed up and plugins are in staged (#1845)
* stuffed up and plugins are in staged

* fixing readme

* fixing plugin file
2026-05-27 11:05:34 +10:00

26 lines
731 B
JSON

{
"name": "context-engineering",
"description": "Tools and techniques for maximizing GitHub Copilot effectiveness through better context management. Includes guidelines for structuring code, an agent for planning multi-file changes, and prompts for context-aware development.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"context",
"productivity",
"refactoring",
"best-practices",
"architecture"
],
"agents": [
"./agents/context-architect.md"
],
"skills": [
"./skills/context-map/",
"./skills/refactor-plan/",
"./skills/what-context-needed/"
]
}