What problem does it solve? Creating Claude Code deep links by hand is error-prone: URLs need correct encoding, the cwd versus repo precedence is easy to get wrong, and teams often embed secrets or wrongly assume the prompt auto-executes. This Skill produces safe, well-formed claude-cli://open links and audits existing ones for contract, privacy, and platform issues. ## Core Features & Use Cases - Deep Link Construction: Builds encoded claude-cli://open URLs using only the supported q, cwd, and repo parameters, enforcing the 5,000-character prompt limit and cwd precedence rules. - Safety and Platform Audits: Reviews links for embedded secrets, PII, or sensitive logs, and covers handler registration, browser prompts, GitHub Markdown stripping, and fallback instructions. - Surface Decision Guidance: Determines when a deep link is the wrong tool and recommends headless claude -p, scripts, channels, hooks, scheduled tasks, or Remote Control instead. - Use Case: A team lead needs an onboarding link that opens Claude Code in a new developer's cloned repo with a read-only prompt asking for a five-step checklist; the Skill outputs the encoded link, a GitHub-safe code-block fallback, and a privacy review. ## Quick Start Ask the assistant to create a claude-cli://open onboarding link for your local repository path with a read-only prompt and a GitHub-safe fallback.