codeburn report -p today --refresh 60/clear — Wipes all conversation history for a hard reset; use at task boundaries when switching to something unrelated./resume — Opens a session picker or jumps directly to a named past session to pick up where you left off./btw — Asks an ephemeral side question without adding it to the conversation context./goal — Sets a completion condition and keeps Claude working autonomously across turns until it is met, using a separate evaluator model to check after each turn./plugin marketplace add <owner>/<repo> — Adds a skill marketplace from a GitHub repository.esc — Interrupts the current thinking or execution mid-response.esc esc — Opens a message picker to rewind the conversation to a previous point and branch from there."permissions": {
"allow": ["Bash(npm run *)", "Read(./src/**)"],
"ask": ["Bash(git push *)"],
"deny": ["Bash(rm *)", "Read(./.env*)"]
}
/grill-me — Intensively questions your plan until every decision branch is resolved, ensuring full alignment before implementation begins./to-prd — Synthesizes the current conversation into a product requirements document and posts it as a GitHub issue./tdd - Test-driven development with red-green-refactor loop./write-a-skill — Creates new agent skills with proper structure, progressive disclosure, and bundled resources./code-review:pr <pr-url-or-number> — Performs a comprehensive code quality review of a GitHub PR, checking test coverage, idiomatic patterns, DRY/SOLID principles, and build verification./code-review:pre-commit-review - Performs a comprehensive code quality review of staged and unstaged changes before committing. Otherwise same as :prCLAUDE.md - Identity & behavior rules specific to Claude; Define Claude’s role, tone, coding conventions, and persistent rulesCONTEXT.md - Session snapshot: current goals, active tasks, temporary tribal knowledge