Skip to main content

context-engineering

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.

Built-inv1.0.0

What’s included

Context Architect

plugins/context-engineering/agents/context-architect.md

Agent

Context Map

./skills/context-map/

Skill

Refactor Plan

./skills/refactor-plan/

Skill

What Context Needed

./skills/what-context-needed/

Skill

Context Engineering Plugin

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.

Installation

# Using Copilot CLI
copilot plugin install context-engineering@awesome-copilot

What's Included

Commands (Slash Commands)

Command Description
/context-engineering:context-map Generate a map of all files relevant to a task before making changes
/context-engineering:what-context-needed Ask Copilot what files it needs to see before answering a question
/context-engineering:refactor-plan Plan a multi-file refactor with proper sequencing and rollback steps

Agents

Agent Description
context-architect An agent that helps plan and execute multi-file changes by identifying relevant context and dependencies

Source

This plugin is part of Awesome Copilot, a community-driven collection of GitHub Copilot extensions.

License

MIT