What problem does it solve? Useful prompts discovered mid-conversation are easily lost. This Skill captures an identified prompt into a personal global prompt library as a structured Markdown file, without turning the capture into a lengthy refinement session. ## Core Features & Use Cases - Explicit-invocation capture: Saves a prompt only when the user explicitly asks, writing one timestamped, kebab-case-slugged Markdown file to the library's inbox/ directory. - Sanitization and safety: Strips credentials, tokens, and secrets into descriptive placeholders, keeps only the minimum conversation excerpt needed, and discloses sanitization in the receipt. - Duplicate awareness and contract compliance: Searches the library for likely duplicates by title, slug, and meaning, links matches via related_prompts, and follows the library's README.md and PROMPT-TEMPLATE.md file contract. - Use Case: After crafting an effective code-review prompt in a chat, ask to save it; the Skill distills the prompt, records provisional metadata with needs_review: true, and returns a receipt with the saved path. ## Quick Start Use save-prompt to distill the prompt we just wrote and save it to my global prompt inbox.