An open API service indexing awesome lists of open source software.

https://github.com/stonedev-app/ai-dotfiles

My dotfiles for AI coding assistants — Claude Code and GitHub Copilot
https://github.com/stonedev-app/ai-dotfiles

claude-code copilot-cli

Last synced: about 18 hours ago
JSON representation

My dotfiles for AI coding assistants — Claude Code and GitHub Copilot

Awesome Lists containing this project

README

          

# ai-dotfiles

Claude Code と GitHub Copilot の設定ファイル置き場。

## セットアップ

`.claude/` と `.copilot/` をホームディレクトリにコピーする。
- Mac: `/Users/ユーザー名/`
- Windows: `C:\Users\ユーザー名\`

## Claude Code

`.claude/skills/` にカスタムスキルを配置。チャットでスキル名を入力して呼び出す。

```
/my-impl
```

## GitHub Copilot

`.copilot/agents/` にカスタムエージェントを配置。VS Code の Copilot Chat で `/agent` と入力し、エージェントを選択して呼び出す。

```
/agent → my-impl を選択
```