slash commands / reference
COMMAND REFERENCE▌
Slash commands for every AI coding tool — Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode. Find the right command for your workflow. 7 commands indexed.
/hooks
utility
List all registered lifecycle hooks (e.g. pre-command, post-edit validations).
/skills
utility
List all local project-scoped and global user-defined agent skills.
/batch
parallel-agents
Orchestrate large-scale changes across a codebase in parallel. Decomposes work into 5–30 independent units, each in its own git worktree with its own PR.
/hooks
configuration
View hook configurations for tool events — pre- and post-tool hooks that run shell commands around Claude's actions.
/loop
automation
Run a prompt repeatedly on a schedule while the session stays open. Omit the interval and Claude self-paces between iterations.
/schedule
automation
Create, update, list, or run Anthropic-managed cloud routines from the CLI. Alias: /routines.
/commands
setup
Create or edit custom slash commands for repetitive workflows.