Claude Code
Anthropic's coding agent, in your terminal.
- Schemes
claude-cli:
Links
A claude-cli:// link opens a terminal with Claude Code running in a chosen directory and a
prompt already typed.
The prompt is filled, not sent. Nothing reaches the model until the person at the keyboard reads it and presses Enter, and a warning marks it as coming from an external link — which is what makes these safe to drop into a runbook, an alert, or a CI failure notification.
GitHub strips this scheme. A [label](claude-cli://…) link in a README, issue, or PR renders
as plain text with no link behind it. Put the URL in a code block instead.
Requires Claude Code v2.1.91 or later.