Slash command
Load Claude API reference, migrate deprecated model IDs, or onboard Claude Managed Agents (schedules + vaults).
Syntax
/claude-api [migrate|managed-agents-onboard]Example
/claude-api managed-agents-onboardSkill. Subcommands: migrate (update model ID references) and managed-agents-onboard (walk through creating a Managed Agent with scheduled deployments and vault environment variables). Announced at Code with Claude Tokyo and confirmed by @ClaudeDevs June 11, 2026. Vaults expose API keys to CLIs at network egress without the agent seeing secrets.
code-review
Open an interactive diff viewer showing uncommitted changes and per-turn diffs. Navigate with arrow keys between the git diff and individual Claude turns.
code-review
Review the current diff for correctness bugs and for reuse, simplification, and efficiency cleanups. Pass --fix to apply findings, --comment to post as GitHub PR comments, or ultra for a deep cloud review.
configuration
Set the model effort level: low, medium, high, xhigh, max, or ultracode. Takes effect immediately without waiting for the current response.
session-management
Rewind code and/or conversation to a checkpoint. As of v2.1.191, restore context from before /clear ran. Aliases: /checkpoint, /undo.
session-management
Start a new conversation with empty context. Previous session stays in /resume; use /rewind (v2.1.191+) to undo a clear in-session. Aliases: /reset, /new.