mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-08-12 18:07:26 +02:00
GitHub Copilot requires custom agent files to be named *.agent.md. The previous instructions copied them as *.md, which Copilot silently ignores, so agents would never be available in Copilot Chat. Changes: - Rename all three cp commands to use the .agent.md suffix - Add mkdir -p .github/agents (was missing, cp would have failed) - Add a callout block explaining the naming requirement with a link to the VS Code custom agents docs - Update section heading from "(agents.md)" to "(*.agent.md)" Fixes #179 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>