TURN ANY PROCESS INTO A SKILL ============================== Use this any time you've just finished a process and thought "I never want to do this manually again." Paste this into Claude Code right after you finish the process. --- Hey Claude — I just finished doing [DESCRIBE THE PROCESS IN ONE SENTENCE]. I do this regularly and I want to turn it into a slash command skill so I never have to manage these steps manually again. Here's the process I just went through: [DESCRIBE WHAT YOU DID, AS SPECIFICALLY AS YOU CAN — DOESN'T HAVE TO BE PERFECT] Please help me build a skill file for this. Specifically: 1. UNDERSTAND WHAT I NEED Ask me any questions you need to fill in gaps. Things like: - Are there steps that change depending on the situation, or is it always the same? - Are there places where I need to make a decision mid-process? - Are there things that should be saved somewhere (Airtable, a file, a memory doc)? 2. WRITE THE SKILL FILE Create a .md skill file that: - Has a clear, short slash command name (e.g., /weekly-report, /client-checkin) - Describes when to use it - Lists the steps in order - Notes any decision points where you'll check with me vs. proceed automatically 3. INSTALL IT Put the skill file in the right place and confirm it's live. Tell me the exact slash command to invoke it. 4. TEST IT Run through the skill once so we can see if anything's missing. The goal: next time I need to do this, all I type is /[skill-name] and it handles everything.