Slash command
Initialize project with a CLAUDE.md guide covering repo conventions, commands, and agent instructions.
Not what you're looking for? Ask MeloGenerates a starter CLAUDE.md for your project. Set CLAUDE_CODE_NEW_INIT=1 for an interactive flow that also walks through skills, hooks, and personal memory files. CLAUDE.md is the persistent memory file Claude reads at the start of every session.
diagnostics
Audit and clean up your Claude Code setup: unused skills, MCPs, and plugins, CLAUDE.md dedup and splitting, slow hooks, auto mode, and permission pre-approval. Confirms before making changes.
context-management
Free up context by summarizing the conversation so far. Optionally pass focus instructions for the summary.
planning
Enter plan mode to design your approach before coding. Claude proposes an execution plan for review before any implementation starts.
code-review
Open an interactive diff viewer showing uncommitted changes and per-turn diffs. Navigate with arrow keys between the git diff and individual Claude turns.
setup
Edit CLAUDE.md memory files, enable or disable auto-memory, and view auto-memory entries.
parallel-agents
Detach the current session to run as a background agent and free this terminal. Optionally pass a final instruction before detaching.