Agent skill

edit-dotfile

dotfileの編集・修正を依頼されたとき、ホームディレクトリのファイルではなくchezmoiで管理されているファイルを優先的に確認・編集する。対象:~/.bashrc、~/.zshrc、~/.vimrc、~/.rsync-exclude、~/.config/**、~/.ssh/**、~/.claude/**など、ホームディレクトリの`.`で始まるファイル・フォルダ配下の全ファイル。

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/edit-dotfile

SKILL.md

CRITICAL: 必ずchezmoi配下のファイルを変更する

ホームディレクトリ(~/.zshrcなど)を直接読んだり変更してはいけない。

最初のアクション

dotfile編集要求を受けたら、必ず最初に ~/.local/share/chezmoi/ 配下のファイルを検索・確認する。

パスマッピング

  • ~/.zshrc~/.local/share/chezmoi/dot_zshrc
  • ~/.rsync-exclude~/.local/share/chezmoi/dot_rsync-exclude
  • ~/.config/zsh/aliases/*.zsh~/.local/share/chezmoi/dot_config/zsh/aliases/*.zsh
  • ~/.config/zsh/functions/*.zsh~/.local/share/chezmoi/dot_config/zsh/functions/*.zsh
  • ~/.claude/CLAUDE.md~/.local/share/chezmoi/dot_claude/CLAUDE.md
  • ~/.claude/skills/*/SKILL.md~/.local/share/chezmoi/dot_claude/skills/*/SKILL.md

Zsh: エイリアス vs 関数

  • 引数なしdot_config/zsh/aliases/ 内の適切なファイルに追加
  • 引数ありdot_config/zsh/functions/ に新規ファイル作成 + dot_zshrc にsource行追加

フォーマット: name() { ... }functionキーワード省略)

最後に

編集後、必ず chezmoi apply をユーザーに案内する。

Didn't find tool you were looking for?

Be as detailed as possible for better results