Notes on building software.
A personal blog of technical articles about software development.
Checking Costs and Usage with /usage
See how much you're using and spending in a session with the /usage command.
Resuming Past Sessions with /resume and --continue
Pick up right where you left off using /resume in-session or the continue and resume flags from the shell.
Writing Your First Custom Slash Command
Turn a prompt you type over and over into a reusable slash command with a single Markdown file.
Passing Arguments to Custom Commands with $ARGUMENTS
Make custom commands flexible by feeding them input through $ARGUMENTS or positional $1, $2 slots.
Organizing Project vs Personal Commands
Decide whether a custom command belongs to the whole team or just to you, and store it accordingly.
Ten Slash Commands You'll Use Every Day
A short, practical shortlist of the slash commands worth building into your daily muscle memory.