What problem does it solve? Sharing saved prompts with others requires a stable, public page where the prompt text can be copied exactly as written, without escaping, re-indentation, or smart-quote corruption, and without the shared link going stale. ## Core Features & Use Cases - Single or Library Publishing: Publish one saved prompt by default, or the entire filterable prompt library with the --library flag, both republishing to a single stable URL. - Verbatim Copy Guarantee: Builds a page centered on a copy button that returns the raw prompt text exactly, with a six-value escaping table to prevent corrupted pastes. - Security Gate: Runs a blocking security-scrub over every prompt body before publishing, halting on any leaked secrets, endpoints, or payloads. - Use Case: After saving a reusable code-review prompt with /plan-agent:prompt, publish it as a claude.ai artifact and share the URL with teammates, who can copy the prompt verbatim into their own sessions. ## Quick Start Ask the assistant to publish a saved prompt as a claude.ai artifact, optionally adding --library to publish the whole prompt library.