What problem does it solve? Repeatedly typing the same instructions for recurring tasks wastes effort and produces inconsistent results. This Skill turns repeatable conversation patterns into reusable .prompt.md files that can be invoked on demand. ## Core Features & Use Cases - Pattern Extraction: Reviews conversation history to generalize recurring tasks (code explanation, test generation, refactoring) into a reusable prompt. - Guided Clarification: Asks targeted questions about arguments, fixed context, and workspace versus personal scope when no clear pattern exists. - Iterative Refinement: Drafts the prompt, identifies ambiguous sections, and refines them with the user before finalizing. - Use Case: After repeatedly asking the assistant to generate unit tests for TypeScript files, convert that pattern into a saved prompt file you can invoke with a single command. ## Quick Start Ask the assistant to create a reusable prompt file for generating unit tests from the currently selected code.