Custom Claude Code / Agent skills, managed with chezmoi via skills_manifest.txt.
| Skill | Description |
|---|---|
| claude-sync | Sync local Claude config (settings.json, skills_manifest.txt) back to the chezmoi repo safely. Use when the user wants to persist Claude/dotfiles configuration without leaking secrets. |
Add to your dotfiles dot_claude/skills_manifest.txt:
phenix3443/skills --skill claude-sync
Then run chezmoi apply; the run_after script will install skills from the manifest.
skills/
├── README.md
├── claude-sync/
│ └── SKILL.md
└── .gitignore