Copilot

Custom coding instructions for AI Agents - Guidelines

MCP Server in GitHub Copilot

<aside> 💡

Wird genutzt in Visual Studio Code (VSC, VSCode) der TB!

</aside>


Claude Code vs. Github Copilot

Vergleich: Claude Code .claude/ vs. GitHub Copilot .copilot/

Claude Code GitHub Copilot Anmerkung
CLAUDE.md .copilot/copilot-instructions.md 1:1 Äquivalent – globale Projekt-Instruktionen
rules/*.md .copilot/instructions/*.instructions.md File-pattern-basierte Regeln (mit YAML Frontmatter)
commands/*.md .copilot/prompts/*.prompt.md Custom commands
skills/*/SKILL.md .copilot/skills/*/SKILL.md Fast identisch – Copilot hat das Konzept übernommen
hooks/*.sh .copilot/hooks/ Vorhanden im Copilot Coding Agent, aber deutlich eingeschränkter
tasks/lessons.md Kein natives Äquivalent Muss manuell in copilot-instructions.md integriert werden

Was gut funktioniert

Was schlechter ist als Claude Code