feat: Add context engineering collection — agents, prompts & instruct…#676
Open
vfaraji89 wants to merge 3 commits intogithub:mainfrom
Open
feat: Add context engineering collection — agents, prompts & instruct…#676vfaraji89 wants to merge 3 commits intogithub:mainfrom
vfaraji89 wants to merge 3 commits intogithub:mainfrom
Conversation
…ions for better context management Add a collection of tools for maximizing GitHub Copilot effectiveness through better context management: - instructions/context-engineering.instructions.md: Guidelines for structuring code so Copilot understands it better - agents/context-architect.agent.md: Plans multi-file changes by mapping dependencies first - prompts/context-map.prompt.md: Generates a map of affected files before changes - prompts/what-context-needed.prompt.md: Asks Copilot what files it needs to answer well - prompts/refactor-plan.prompt.md: Creates phased refactor plans with verification steps - collections/context-engineering.collection.yml: Bundles everything together
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new “Context Engineering” collection to the awesome-copilot catalog, bundling an instruction set, a planning agent, and supporting prompts focused on improving Copilot results via better context management.
Changes:
- Added three new prompts for context discovery/mapping and refactor planning.
- Added a new “Context Architect” agent and a “Context Engineering” instruction file.
- Added a new collection manifest + collection page, and updated docs indexes to include the new assets.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| prompts/what-context-needed.prompt.md | New prompt to elicit required file/context inputs before answering. |
| prompts/refactor-plan.prompt.md | New prompt to produce phased, multi-file refactor plans with verification/rollback steps. |
| prompts/context-map.prompt.md | New prompt to map impacted files/dependencies/tests before implementing changes. |
| instructions/context-engineering.instructions.md | New repo-wide guidance on structuring code/projects for better Copilot context. |
| agents/context-architect.agent.md | New agent definition focused on dependency-aware planning before edits. |
| collections/context-engineering.collection.yml | New collection manifest bundling the instruction, agent, and prompts. |
| collections/context-engineering.md | New rendered collection page with items table and usage guidance. |
| docs/README.prompts.md | Adds the new prompts to the prompts index. |
| docs/README.instructions.md | Adds the new instruction to the instructions index. |
| docs/README.agents.md | Adds the new agent to the agents index. |
| docs/README.collections.md | Adds the new collection to the collections index. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ions for better context management
Add a collection of tools for maximizing GitHub Copilot effectiveness through better context management:
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.