Make Me a Skill
The biggest leverage in working with AI is turning your repeated tasks into reusable skills — so formatting the meeting notes, writing the weekly update, or organizing the tasks becomes "do the thing" instead of re-explaining it every time. This captures one such task into a clean, reusable skill or prompt you can invoke by name, and shows you how to save and improve it. Do it once and you'll do it for everything.
What This Skill Produces
- The captured task — the repetitive thing, spelled out: what it takes in, the steps it follows, and what a good result looks like
- A reusable skill/prompt — a clean, named artifact you can invoke ("do my weekly update") instead of re-explaining
- The output template — the consistent format the skill should produce each time
- Save & invoke guidance — where to keep it (a skill file, a saved prompt, a snippet) and how to trigger it
- A refine loop — how to improve it as you use it (the first version is never the last)
Required Inputs
Ask for these if not provided:
- The repetitive task — the thing you do regularly and re-explain each time
- A good example — one instance of the task done well (the target output)
- The inputs it needs — what information you feed it each time
- Where you'll use it — Claude Code, a chat, a specific tool (shapes the format)
Framework: Capture, Templatize, Reuse
- Pick one repeated task. Start with a single weekly thing — the highest-frequency, most-annoying-to-re-explain one.
- Extract the spec. From how you currently do it (and a good example), capture the inputs, the steps, and what "good" looks like — the reusable essence.
- Write the invocable artifact. Turn it into a named skill or prompt with a clear trigger, required inputs, and an output template — so next time it's one instruction.
- Fit the tool. Format it for where it'll live (a SKILL.md, a saved prompt, a text snippet) and note how to invoke it.
- Refine as you go. Treat v1 as a draft — each use surfaces a tweak. And once one exists, the pattern generalizes to your other repeated tasks.
Output Format
Skill: [name] — for [the repetitive task]
What it does: [one line].
Inputs it needs: [the info you feed it].
The skill/prompt (reusable):
[The invocable instruction — trigger, steps, and the output template it should follow.]
Save it as: [SKILL.md / saved prompt / snippet], invoke with "[trigger phrase]".
Refine it: each time you use it, tweak the part that wasn't quite right. Then make one for your next repeated task.
Quality Checks
Anti-Patterns
- A one-off answer instead of a reusable artifact.
- Capturing a vague task with no clear inputs or output.
- No trigger/invocation guidance.
- Treating v1 as final with no refine loop.
Example Trigger Phrases
- "I format meeting notes the same way every week — make me a skill for it."
- "Turn my weekly status update into a reusable prompt."
- "Help me create a template skill for organizing my tasks."
- "I keep re-explaining this to AI — capture it as a skill."
- "Make a 'do this' skill out of my monthly report process."
1---2name: make-me-a-skill3description: Turn a task you repeat every week into a reusable personal skill or prompt — so you say 'do this' instead of re-explaining it every time. Use when asked help me make a skill for, turn this repetitive task into a template, I do this every week, or create a reusable prompt for this. Produces a captured spec of the repetitive task (its inputs, steps, and what good output looks like), a reusable skill/prompt you can invoke by name, and guidance on saving and refining it — lowering the barrier from AI user to AI author, one weekly task at a time.4---5
6# Make Me a Skill
7
8The biggest leverage in working with AI is turning your repeated tasks into reusable skills — so formatting the meeting notes, writing the weekly update, or organizing the tasks becomes "do the thing" instead of re-explaining it every time. This captures one such task into a clean, reusable skill or prompt you can invoke by name, and shows you how to save and improve it. Do it once and you'll do it for everything.
9
10## What This Skill Produces
11
12- **The captured task** — the repetitive thing, spelled out: what it takes in, the steps it follows, and what a good result looks like
13- **A reusable skill/prompt** — a clean, named artifact you can invoke ("do my weekly update") instead of re-explaining
14- **The output template** — the consistent format the skill should produce each time
15- **Save & invoke guidance** — where to keep it (a skill file, a saved prompt, a snippet) and how to trigger it
16- **A refine loop** — how to improve it as you use it (the first version is never the last)
17
18## Required Inputs
19
20Ask for these if not provided:
21- **The repetitive task** — the thing you do regularly and re-explain each time
22- **A good example** — one instance of the task done well (the target output)
23- **The inputs it needs** — what information you feed it each time
24- **Where you'll use it** — Claude Code, a chat, a specific tool (shapes the format)
25
26## Framework: Capture, Templatize, Reuse
27
281. **Pick one repeated task.** Start with a single weekly thing — the highest-frequency, most-annoying-to-re-explain one.
292. **Extract the spec.** From how you currently do it (and a good example), capture the inputs, the steps, and what "good" looks like — the reusable essence.
303. **Write the invocable artifact.** Turn it into a named skill or prompt with a clear trigger, required inputs, and an output template — so next time it's one instruction.
314. **Fit the tool.** Format it for where it'll live (a SKILL.md, a saved prompt, a text snippet) and note how to invoke it.
325. **Refine as you go.** Treat v1 as a draft — each use surfaces a tweak. And once one exists, the pattern generalizes to your other repeated tasks.
33
34## Output Format
35
36### Skill: [name] — for [the repetitive task]
37
38**What it does:** [one line].
39**Inputs it needs:** [the info you feed it].
40**The skill/prompt (reusable):**
41> [The invocable instruction — trigger, steps, and the output template it should follow.]
42
43**Save it as:** [SKILL.md / saved prompt / snippet], invoke with "[trigger phrase]".
44**Refine it:** each time you use it, tweak the part that wasn't quite right. Then make one for your next repeated task.
45
46## Quality Checks
47- [ ] Captures a genuinely repeated task's inputs, steps, and good-output
48- [ ] Produces a reusable, invocable skill/prompt with a clear trigger
49- [ ] Includes a consistent output template
50- [ ] Gives concrete save-and-invoke guidance for the person's tool
51- [ ] Includes a refine loop and the generalize-to-others nudge
52
53## Anti-Patterns
54- **A one-off answer** instead of a reusable artifact.
55- **Capturing a vague task** with no clear inputs or output.
56- **No trigger/invocation** guidance.
57- **Treating v1 as final** with no refine loop.
58
59## Example Trigger Phrases
60- "I format meeting notes the same way every week — make me a skill for it."
61- "Turn my weekly status update into a reusable prompt."
62- "Help me create a template skill for organizing my tasks."
63- "I keep re-explaining this to AI — capture it as a skill."
64- "Make a 'do this' skill out of my monthly report process."