add-custom
Add a custom module repository (company or personal) to claude-code-setup.
Wrap up the session before `/clear`. Document the current status for the next session.
$ npx -y skills add b33eep/claude-code-setup --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/wrapupContext preview
What this command does when you run it.
Wrap up the session before `/clear`. Document the current status for the next session.
Wrap up the session before `/clear`. Document the current status for the next session.
1. **Update CLAUDE.md**
2. **Archive Done items**
3. **Prune Recent Decisions**
4. **Create Record (if needed)**
5. **Check: Development, Files, Architecture sections**
6. **Review for missed decisions**
7. **Git commit (if applicable)**
First check: Is CLAUDE.md tracked in Git?
git ls-files --error-unmatch CLAUDE.md 2>/dev/null
8. **Output summary**
Check: Is this a Git repo?
└─ No → Skip Git steps
└─ Yes →
Check: Is CLAUDE.md tracked?
└─ No (Solo) → Only commit Records/code if changed
└─ Yes (Team) →
Check for changes in CLAUDE.md, docs/records/
└─ No changes → Skip commit
└─ Changes found → Commit with "docs: update project status"When updating CLAUDE.md, do not add, remove, or change any content between the `<!-- PROJECT INSTRUCTIONS START -->` and `<!-- PROJECT INSTRUCTIONS END -->` markers. Treat this section as read-only during /wrapup.
After this command, manually run `/clear`.
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.