add-custom
Add a custom module repository (company or personal) to claude-code-setup.
Initialize a new project with CLAUDE.md and folder structure.
$ npx -y skills add b33eep/claude-code-setup --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/init-projectContext preview
What this command does when you run it.
Initialize a new project with CLAUDE.md and folder structure.
Initialize a new project with CLAUDE.md and folder structure.
1. **Analyze project**
2. **Ask about sharing mode**
Ask the user:
How will you use CLAUDE.md in this project? 1) Solo - Add to .gitignore (personal workflow, not shared) 2) Team - Track in Git (shared context for all developers)
3. **Create CLAUDE.md**
4. **Create folder structure**
5. **Update .gitignore**
6. **Git commit (if Git repo)**
Persistent memory for Claude Code via Markdown files. 📖 Read the Documentation for detailed guides, tutorials, and reference.
Repo: b33eep/claude-code-setup
Add a custom module repository (company or personal) to claude-code-setup.
Manage your claude-code-setup installation: check status, upgrade, install, and remove modules.
Spawn a teammate to work on a separate task independently. You continue your own work and get notified when the teammate finishes.
A structured way to plan complex features before implementing. Works through: Problem → Options → Solution → Stories → Finalize.