Main
Use the templates to standardize behavior: keep core rules and memory-bank structure in CLAUDE.md so every new worktree starts consistent.
Run
/initon first launch (as README recommends) so Claude Code analyzes the codebase and populates the memory-bank files according to the template.Adopt worktrees when running multiple agents in parallel: each worktree stays isolated while sharing history, reducing cross-session interference.
Source-backed notes
- README says the repo provides Claude Code starter settings, hooks, and a CLAUDE.md memory-bank system for longer sessions.
- README lists an onboarding flow: modify templates, launch Claude Code in your project, then run
/initon first use. - README notes the repo includes multiple CLAUDE.md templates and a migration guide for existing setups.
FAQ
- Is it a plugin or a template repo?: README positions it as a starter repo/templates you copy into your project.
- What’s the first command to run?: README recommends running
/initafter launching Claude Code in the project directory. - Do I need macOS-specific tools?: README mentions optional macOS tool installs; you can adapt the setup to your OS.