adr
Write an Architecture Decision Record documenting a significant technical decision.
Save a session checkpoint capturing current progress, decisions, and next steps.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/checkpointContext preview
What this command does when you run it.
Save a session checkpoint capturing current progress, decisions, and next steps.
Save a session checkpoint capturing current progress, decisions, and next steps.
1. Gather current session state:
2. Summarize work completed in this session:
3. Document open questions and decisions pending:
4. List concrete next steps in priority order. 5. Save the checkpoint to `.claude/checkpoints/<timestamp>.md`. 6. Update `CLAUDE.md` session notes with a brief summary. 7. Stage and commit if there are meaningful uncommitted changes.
# Checkpoint: <timestamp> ## Completed - <what was accomplished> ## Current State - Branch: <branch-name> - Uncommitted changes: <count> - Tests: <pass/fail status> ## Open Questions - <question needing resolution> ## Next Steps 1. <highest priority task> 2. <second priority task> 3. <third priority task> ## Context for Next Session <anything the next session needs to know>
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.