Three skills that form a complete lifecycle for Claude Code configuration: audit → configure → maintain.
Install
mkdir -p ~/.claude/skills/{setup,bootstrap,evolve}
curl -o ~/.claude/skills/setup/SKILL.md \
https://raw.githubusercontent.com/paulo-yamagishi/claude-code-setup/main/skill/SKILL.md
curl -o ~/.claude/skills/bootstrap/SKILL.md \
https://raw.githubusercontent.com/paulo-yamagishi/claude-code-setup/main/.claude/skills/bootstrap/SKILL.md
curl -o ~/.claude/skills/evolve/SKILL.md \
https://raw.githubusercontent.com/paulo-yamagishi/claude-code-setup/main/.claude/skills/evolve/SKILL.mdWhat's New (since 0.1.0)
Added
/evolveskill — auto-maintains Claude Code configuration as the codebase evolves- User consent flow for
/evolveStop hook installation - Biome detection in
/setupand/bootstrapskills - ESLint flat config (
eslint.config.*) detection in/bootstrap - Default deny rules in
/bootstrapsettings template - Cross-platform notification hooks (macOS + Linux) in
/bootstrap - Output styles, sandbox, and model configuration phases in
/bootstrap - Agent team awareness in
/setupaudit and/bootstrapconfiguration - Go and Rust project guides
- Bootstrap template extraction (
templates/bootstrap/) - Complete README rewrite with lifecycle narrative, detection matrix, FAQ, and badges
Fixed
- Bootstrap
allowed-toolsscoped to specific commands (wasBash(*)) - Template settings, agents, and skills now match
/bootstrapoutput - Claude Code install method updated from deprecated
npm install -gto native installer
Changed
/evolveasks for user consent before installing Stop hook- Bootstrap skill restructured with extracted templates (under 400 lines)
- README completely rewritten for 1.0 release
Contents
- 3 installable skills (
/setup,/bootstrap,/evolve) - 26 core reference guides
- 6 language-specific project guides (Python, TypeScript, Go, Rust, Fullstack, Data Science)
- 14 copy-paste ready templates