Skip to content
Docs

Everyday Commands

This page is intentionally curated. Use it for the commands you are likely to need every day.

CommandWhy You Use It
ccStart a normal CodeForge session
ccwUse the writing prompt
ccrawCompare behavior against vanilla Claude Code
cc --resume <id>Resume a previous session
CommandWhy You Use It
check-setupConfirm the install is healthy
cc-toolsSee what is installed and enabled
gh auth statusCheck GitHub CLI auth
CommandWhy You Use It
ccusageCheck Claude usage and cost stats
ccusage-codexCheck Codex usage stats
claude-monitorWatch active session activity in the terminal
CommandWhy You Use It
sgAST-aware structural search
tree-sitterParse and inspect file structure
codeforge session searchSearch session history

These are typed inside a Claude session, not in your shell:

CommandWhy You Use It
/spec <feature>Create and refine a spec package
/build <feature>Implement from an approved spec
/shipReview, commit, push, and optionally create a PR
/pr:reviewReview an existing PR and post findings

When you need the complete catalog, use Commands Reference and CLI Tools Reference.