cp -r .claude path/to/your/project//plan # Create plan for feature/bug
/cook # Build project from spec
/debug # Debug existing issue
/fix # Fix common errors
/fix-test # Fix failing tests
/fix-ci # Fix CI failures
/test # Run tests
/cmp # Compare code, git diff
/watzup # Check project status
/code-reviewer # Code review
Create and add settings.local.json:
{
"permissions": {
"allow": [
"Bash(npm run:*)",
"Bash(curl:*)",
"Bash(git status:*)",
"Bash(git check-ignore:*)",
"Bash(git add:*)",
"Bash(git rev-list:*)",
"Bash(git fetch:*)",
"Bash(git reset:*)",
"Bash(git checkout:*)",
"Bash(gh pr:*)",
"Bash(docker compose:*)",
"Bash(docker-compose ps:*)",
"Bash(docker-compose logs:*)",
"Bash(docker network:*)"
]
}
}
Auto-format code on save — configured in hooks/format-on-save.json.
Status line displays: directory → git branch → model → session time → cost → tokens.
Requires: ccusage (npm i -g ccusage).