Copy Prompt banner
JimmySadek JimmySadek

Copy Prompt

Development community

Description

--- name: copy-prompt description: "Copy a recently emitted fenced prompt to the OS clipboard" category: utility complexity: low mcp-servers: [] --- # /strategic-partner:copy-prompt — Clipboard Copy for Fenced Prompts > Reads `.handoffs/last-prompts/` and pipes the selected prompt to the OS clipboard. > Run immediately after any SP response that contained a `═══ COPY ═══` fence. ## Output Style Terse. One confirmation line on success; one error line on failure. No extra prose. ## Behavioral

Installation

Installs to ~/.claude/skills/jimmysadek-strategic-partner-copy-prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jimmysadek-strategic-partner-copy-prompt && curl -fsSL https://raw.githubusercontent.com/JimmySadek/strategic-partner/HEAD/commands/copy-prompt.md -o ~/.claude/skills/jimmysadek-strategic-partner-copy-prompt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository