Build a Reusable Prompt Library
What you'll be able to do after this
- ✓Set up a versioned prompt library folder in under 10 minutes using a naming system you can search in 5 seconds
- ✓Immediately copy-paste any of 5 battle-tested prompt templates for the jobs you run every week
- ✓Know exactly which model to route each job to — Gemini vs Claude — without guessing
- ✓Run a weekly 5-minute library review that makes your prompts compound in quality over time
The Backbone of Your AI OS
Most people use AI the way they use a search engine: type something, get something back, close the tab, forget it. Every task starts from scratch. Every prompt is disposable. The output is inconsistent because the input never compounds.
A prompt library is the opposite habit. It's a folder of tested, version-controlled prompts — one file per job, named so you can find any prompt in 5 seconds. The first time you write a prompt, you invest 10 minutes. Every use after that is 10 seconds. After 3 months, the library is worth more than access to any single AI tool.
This is the backbone of a personal AI OS because everything else depends on it. Workflows are prompts chained together. Agents are prompts given memory and tools. If your prompts are scattered, your OS is unstable. If they're versioned and maintained, every new model release makes you more capable — not confused.
“The library is not the tool. It's the expertise that survives tool changes.”
Folder Structure and Naming
The structure matters less than the habit of having one. Use this exact layout to start — it works for 5 prompts and scales to 50 before you need subfolders.
Naming rules: verb-noun, kebab-case, no dates in the filename. Dates belong inside the file as a comment when you update it — not in the name, where they go stale and create noise.
Each file follows the same internal structure:
One comment line per update. That's your changelog. Future you will read it in 3 seconds and understand exactly why the prompt changed.
Your Starter Library: 5 Copy-Paste Templates
These are fully specified prompts for five jobs almost every knowledge worker runs weekly. Copy them as-is into the matching file. Variables in{curly braces} are yours to fill before each run — everything else should stay fixed until you have a reason to change it.
Template 1 — Summarize
Template 2 — Rewrite / Edit
Template 3 — Extract Action Items
Template 4 — Research Brief
Template 5 — Decision Helper
Routing Rules at a Glance
The routing note on each template tells you which model to use. Here it is consolidated. Bookmark this table — it's the decision you make before every run.
| Job | Default Model | Why |
|---|---|---|
| Summarize (short doc) | Claude Sonnet 5 | Cleaner structure, better at following exact output format |
| Summarize (long doc, 10k+) | Gemini 3.x | Long context window; don't chunk what you can read whole |
| Rewrite / Edit | Claude Sonnet 5 | Preserves voice and argument better; Gemini over-rewrites |
| Extract Action Items | Claude Sonnet 5 | Table output is more consistent; less hallucinated owners |
| Research Brief (intake) | Gemini 3.x | Feed large source sets in one pass; no need to chunk |
| Research Brief (polish) | Claude Sonnet 5 | Tighter prose, better citation discipline in final output |
| Decision Helper | Claude Opus 5 | Reasoning-heavy; nuance matters more than context length |
These defaults hold for most cases. The one exception: if a job requires pulling context from 50+ pages of source material, always start with Gemini regardless of the job type. Route to Claude only when the source fits in a normal context window.
The Weekly Review Habit
The library only compounds if you maintain it. The maintenance is 5 minutes, once a week. Do it on Monday morning before you open your inbox — not Sunday, when you won't.
Scan for prompts that underperformed
Any prompt you ran this week that produced mediocre output: open it and rewrite the format section. Nine times in ten, that's where the problem is — not the role or task.
Capture one new prompt
Did you write a one-off prompt this week that produced great output? Save it now, before you close the tab. Recovery rate for ad-hoc prompts not saved in the moment: approximately zero.
Update the routing note
Did you find a better model for a job this week? Update the routing comment at the top of the file. The routing note is part of the prompt — it's wrong until you update it.
Archive, don't delete
If you haven't used a prompt in 30 days, move it to _ARCHIVE/. Don't delete it — you might want to understand why it stopped being useful later.
A library of 20 well-maintained prompts — built over 3 months at this pace — is worth more to your productivity than any new AI tool release. Not because the prompts are magic. Because you know exactly what they do, you've tested them, and they're already in front of you when you need them.
Put these prompts into a real workflow
The next lesson wires these prompts into an end-to-end inbox triage workflow — 20 minutes to set up, 5 minutes every morning to run.