Claude Code と GitHub Copilot の設定ファイル置き場。
.claude/ と .copilot/ をホームディレクトリにコピーする。
- Mac:
/Users/ユーザー名/ - Windows:
C:\Users\ユーザー名\
.claude/skills/ にカスタムスキルを配置。チャットでスキル名を入力して呼び出す。
/my-impl
.copilot/agents/ にカスタムエージェントを配置。VS Code の Copilot Chat で /agent と入力し、エージェントを選択して呼び出す。
/agent → my-impl を選択