/remote-control
# On your laptop
/teleport # On your phone or web - enter the code to pick up the session
# On your laptop
/teleport # On your phone or web - enter the code to pick up the session
# On your laptop
/teleport # On your phone or web - enter the code to pick up the session
# Review PRs every 30 minutes
/loop 30m review open PRs and post comments # Run a health check every hour
/schedule every 1h check if the staging environment is healthy
# Review PRs every 30 minutes
/loop 30m review open PRs and post comments # Run a health check every hour
/schedule every 1h check if the staging environment is healthy
# Review PRs every 30 minutes
/loop 30m review open PRs and post comments # Run a health check every hour
/schedule every 1h check if the staging environment is healthy
# Start a session in a worktree
claude --worktree
# Start a session in a worktree
claude --worktree
# Start a session in a worktree
claude --worktree
/voice
# Fork the current session
/branch # Or fork when starting
claude --fork-session <session-id>
# Fork the current session
/branch # Or fork when starting
claude --fork-session <session-id>
# Fork the current session
/branch # Or fork when starting
claude --fork-session <session-id>
/btw what's the difference between SIGTERM and SIGKILL?
/btw what's the difference between SIGTERM and SIGKILL?
/btw what's the difference between SIGTERM and SIGKILL?
claude --bare -p "generate a migration for adding user roles"
claude --bare -p "generate a migration for adding user roles"
claude --bare -p "generate a migration for adding user roles"
claude --add-dir ~/projects/api --add-dir ~/projects/frontend
claude --add-dir ~/projects/api --add-dir ~/projects/frontend
claude --add-dir ~/projects/api --add-dir ~/projects/frontend
claude --agent reviewer # Uses your custom reviewer agent config
claude --agent deployer # Uses your custom deployer agent config
claude --agent reviewer # Uses your custom reviewer agent config
claude --agent deployer # Uses your custom deployer agent config
claude --agent reviewer # Uses your custom reviewer agent config
claude --agent deployer # Uses your custom deployer agent config
.claude/agents/
claude update
claude update
claude update - Review all open PRs every morning at 9 AM
- Monitor a Slack channel for feedback and create GitHub issues
- Run your test suite after every push and report failures
- Check for dependency updates weekly - Session start - set up your environment, load context
- Before bash commands - validate or log commands before execution
- On permission requests - auto-approve specific patterns
- Continuous operation - keep Claude running without manual intervention - Explaining complex requirements ("I need a migration that handles both the old and new schema formats, with a rollback path if...")
- Code reviews ("Look at the authentication flow in this PR and tell me if...")
- Brainstorming ("What's the best way to structure this API given these constraints...") - /schedule reviews all PRs every morning
- Hooks enforce linting and security scanning on every session
- Worktrees let you debug production while shipping features
- --add-dir gives Claude access to your infra and app repos simultaneously
- /loop monitors your staging environment and alerts you on issues