pub const SKILL_LONG: &str = "\
Teach your AI assistant this tool. Exports SKILL.md — the full agent-facing manual: \
every command, the JSON contracts, the safety invariants, the troubleshooting tree — \
into the config directory, installs it into any detected agent skills directory \
(`~/.claude/skills/dev-prune/`, the same install `devp setup` performs), and prints \
ready-to-copy onboarding prompts for assistants without one (Gemini Antigravity, \
Cursor, Windsurf, Copilot, OpenClaw).
`--agent <EDITOR>` instead writes per-repository rules into the current repository, \
in the file that editor's agent reads: cursor (`.cursor/rules/dev-prune.mdc`), \
windsurf (`.windsurf/rules/dev-prune.md`), antigravity (`.agent/rules/dev-prune.md`), \
cline (`.clinerules/dev-prune.md`), copilot (`.github/copilot-instructions.md`, as a \
marked block) and agents-md (`AGENTS.md`, as a marked block — the cross-tool \
convention Codex, Jules, Amp, OpenCode and others read). The two shared files are \
edited inside dev-prune's markers only; every byte outside them is left as found. \
Claude Code needs no per-repository file — its skill installs globally.";