Skip to content

v1.0.0

Latest

Choose a tag to compare

@paulo-yamagishi paulo-yamagishi released this 09 Feb 23:30

Three skills that form a complete lifecycle for Claude Code configuration: auditconfiguremaintain.

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.md

What's New (since 0.1.0)

Added

  • /evolve skill — auto-maintains Claude Code configuration as the codebase evolves
  • User consent flow for /evolve Stop hook installation
  • Biome detection in /setup and /bootstrap skills
  • ESLint flat config (eslint.config.*) detection in /bootstrap
  • Default deny rules in /bootstrap settings template
  • Cross-platform notification hooks (macOS + Linux) in /bootstrap
  • Output styles, sandbox, and model configuration phases in /bootstrap
  • Agent team awareness in /setup audit and /bootstrap configuration
  • Go and Rust project guides
  • Bootstrap template extraction (templates/bootstrap/)
  • Complete README rewrite with lifecycle narrative, detection matrix, FAQ, and badges

Fixed

  • Bootstrap allowed-tools scoped to specific commands (was Bash(*))
  • Template settings, agents, and skills now match /bootstrap output
  • Claude Code install method updated from deprecated npm install -g to native installer

Changed

  • /evolve asks 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