/schedule
Create, update, list, or run Anthropic-managed cloud routines from the CLI. Alias: /routines.
Syntax
/schedule [description]Example
/schedule daily standup summary from GitHub PRsAbout
Built-in command for cloud routines—lighter-weight than full Claude Managed Agents scheduled deployments. For production cron with vault-credentialed CLIs (Browserbase, Notion, Sentry), use /claude-api managed-agents-onboard to configure scheduled deployments on the Claude Platform instead.
When to use
- ▸Creating a recurring cloud task without hosting your own cron
- ▸Listing and running existing Anthropic-managed routines
- ▸Simple scheduled jobs when full Managed Agent setup is overkill
More Claude Code commands
parallel-agents
/agents
Manage agent configurations and monitor background agents running in parallel.
parallel-agents
/background
Detach the current session to run as a background agent and free this terminal. Optionally pass a final instruction before detaching.
parallel-agents
/batch
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.
context-management
/btw
Ask a quick side question without adding it to the main conversation history.