add-command
01Command Claude Code
Add a new Tauri IPC command named $ARGUMENTS. If the name is not provided, ask the user.
Command Claude Code
Add a new Tauri IPC command named $ARGUMENTS. If the name is not provided, ask the user.
Command Claude Code
Create a new React component named $ARGUMENTS in src/components/. If no name is provided, ask the user.
Command Claude Code
Workflow command scaffold for add-or-enhance-feature in claude-terminal.
Command Claude Code
Automatically detect and fix build errors with minimal changes.
Command Claude Code
Generate a changelog for version $ARGUMENTS by analyzing git history.
Command Claude Code
Create a git checkpoint to safely save current progress.
Command Claude Code
Start the Tauri dev server with hot-reload by running npm run tauri dev -- --features devtools in the project root. The devtools feature enables Chrome DevTools in the webview (disabled in production builds for security).
Command Claude Code
You are pulling end-user error/exception reports stored by the ct-analytics Cloudflare Worker (D1 table errors) and writing a human-readable summary inline. Errors are populated by POST /errorreport from three sources: rustpanic, rustcommand, frontend. Retention is 90 days.
Command Claude Code
Workflow command scaffold for feature-development-backend-frontend in claude-terminal.
Command Claude Code
Workflow command scaffold for feature-development in claude-terminal.
Command Claude Code
Create a detailed implementation plan before writing any code.
Command Claude Code
You are performing a full release of ClaudeTerminal. Follow every step below in order. Stop and ask the user if anything is ambiguous or fails.
Command Claude Code
Find and safely remove dead code, unused imports, and unused dependencies.
Command Claude Code
Workflow command scaffold for release-version-bump in claude-terminal.
Command Claude Code
Review the PR at $ARGUMENTS (a PR number or URL). Fetch the diff and changed files, then check for.
Command Claude Code
Run a security audit on the codebase or recent changes.
Command Claude Code
Implement a feature using strict Test-Driven Development.
Command Claude Code
Run a full verification pipeline to check project health.