Awesome Copilot
by github
GitHub's official collection of community-contributed customizations—agents, prompts, instructions, and skills—for extending Copilot's capabilities across domains and workflows.
by github
GitHub's official collection of community-contributed customizations—agents, prompts, instructions, and skills—for extending Copilot's capabilities across domains and workflows.
by microsoft
Prompt files (.prompt.md) enable reusable, standardized AI workflows that load on demand—unlike custom instructions which apply globally.
by alberto-salazar
Subagents offer isolated, autonomous task execution within Copilot Chat—running refactors, tests, and security scans in separate Git worktrees without polluting your main workspace.
by microsoft
AI-assisted TDD in VS Code works best through custom agents that enforce Red-Green-Refactor discipline with explicit handoffs between phases.
by paul-sobocinski
TDD remains essential with AI coding assistants—unit tests provide fast, accurate feedback that catches LLM hallucinations, while incremental test-first development aligns with how AI performs best.