This page is intentionally curated. Use it for the commands you are likely to need every day.
| Command | Why You Use It |
|---|
cc | Start a normal CodeForge session |
ccw | Use the writing prompt |
ccraw | Compare behavior against vanilla Claude Code |
cc --resume <id> | Resume a previous session |
| Command | Why You Use It |
|---|
check-setup | Confirm the install is healthy |
cc-tools | See what is installed and enabled |
gh auth status | Check GitHub CLI auth |
| Command | Why You Use It |
|---|
ccusage | Check Claude usage and cost stats |
ccusage-codex | Check Codex usage stats |
claude-monitor | Watch active session activity in the terminal |
| Command | Why You Use It |
|---|
sg | AST-aware structural search |
tree-sitter | Parse and inspect file structure |
codeforge session search | Search session history |
These are typed inside a Claude session, not in your shell:
| Command | Why You Use It |
|---|
/spec <feature> | Create and refine a spec package |
/build <feature> | Implement from an approved spec |
/ship | Review, commit, push, and optionally create a PR |
/pr:review | Review an existing PR and post findings |
When you need the complete catalog, use Commands Reference and CLI Tools Reference.