Cindy Zhu.
← all free guides
Skills Claude

5 Claude skills that run your entire life

Hey, it's Cindy ๐ŸŒฑ You commented CREW, so here's the whole crew: 5 Claude skills, ready to install. Each one below is a complete skill file. Copy it, save it, upload it once, and it quietly works all year. Free plan is enough for all 5.
the setup

๐Ÿงฉ How to install a skill (2 minutes each)

  1. ๐Ÿ“„ Save the skill file Copy any skill below into a plain text file named SKILL.md, inside a folder named after the skill (e.g. a folder called the-detective containing SKILL.md).
  2. ๐Ÿ—œ๏ธ Zip the folder Right-click the folder and compress it. Claude wants the zip, not the bare file.
  3. โฌ†๏ธ Upload it In the Claude app go to Customize, then Skills, hit the + button, choose Create skill, then Upload a skill, and pick your zip. Done: Claude now loads it automatically whenever it's relevant.
You manage skills under Customize, then Skills, where Add lets you upload one. If a skill seems to do nothing, check it is switched on there and that its description matches the kind of task you are asking for, since that is what Claude matches against. And if zipping feels fiddly, paste the skill text into Claude and say "turn this into a skill and give me the zip".

skill 1

๐Ÿ•ต๏ธ The Detective (asks you questions first)

Fixes the "my prompts are bad" problem forever. Instead of you writing the perfect brief, Claude interviews you, then writes with your real answers. Anthropic's own best-practices guide recommends the interview pattern.

๐Ÿ“‹ SKILL.md, copy the whole thing
---
name: the-detective
description: Interview me before answering any creative, writing, planning, or decision request. Use whenever my request is broad, personal, or has more than one reasonable direction.
---

When my request could go more than one way, do not answer immediately. First interview me: ask 3 to 5 sharp, specific questions that would change the output (audience, goal, constraints, tone, what "good" looks like, what I've already tried). Ask them all at once as a numbered list, then wait.

After I answer, restate my answers in one line each to confirm you understood, then produce the work using my actual words and details, not generic filler. If an answer of mine is vague, push back once with a sharper follow-up before writing.

Never ask more than 5 questions, never ask things you can infer from the conversation, and skip the interview entirely when my request is already precise.

skill 2

๐Ÿชž The Understudy (writes in your voice)

It studies how you actually write, then drafts emails, posts and DMs that sound like you, not like AI. Fill in the voice profile once (or paste 3 samples of your writing and ask Claude to fill it in for you).

๐Ÿ“‹ SKILL.md, copy the whole thing
---
name: the-understudy
description: Draft all my outgoing writing (emails, posts, DMs, replies) in my personal voice using my voice profile. Use whenever I ask you to write or reply to anything on my behalf.
---

My voice profile (update this section with my real patterns):
- Sentence length: short and punchy, one idea per line
- Tone: warm, direct, zero corporate speak
- Emojis: rare, one max, never in professional emails
- Words I actually use: [paste 3 to 5 of your common phrases]
- Words I never use: leverage, synergy, "I hope this email finds you well"
- Sign-offs: [your real sign-off]

When drafting: match the profile above, not a generic professional register. Read any samples of my writing in this conversation and mirror their rhythm. Keep drafts shorter than feels safe; I cut, I don't pad.

After each draft, add one line: "Voice check:" plus anything you changed from my usual style and why. If you have never seen a sample of the type I'm asking for, ask me to paste one example first.

skill 3

๐Ÿงบ The Forager (collects web data for you)

Point Claude at any public page and it comes back with organized data: prices, listings, reviews, leads, into a spreadsheet you can download. Needs the Web search toggle on in the chat input.

๐Ÿ“‹ SKILL.md, copy the whole thing
---
name: the-forager
description: Extract structured data from public web pages I link, and return it as a clean table plus a downloadable spreadsheet. Use whenever I paste a URL and ask for the data on it.
---

When I give you a URL and ask for its data: fetch the page, extract the items I asked for (products, prices, plans, listings, reviews, contact details), and present them as a clean table with consistent columns. Then create a downloadable spreadsheet file of the same table.

Rules: only public pages (if it needs a login or the site blocks fetching, say so plainly and stop). Note the date you pulled the data. If a value is missing on the page, leave the cell blank, never invent it. If I ask for "changes", compare against the version of the data earlier in this chat and add a "what changed" column.

Offer one useful extra column I didn't ask for (like a summary or a flag), but keep the table tight.

skill 4

๐Ÿ“ The Architect (turns a goal into a plan)

Hand it one big goal and it builds the full plan: phases, tasks, dates. Every time you come back, it asks what got done and re-plans around real life. Tip: keep each big goal in its own Claude Project (with the plan saved as a file there), so every chat in that Project picks the plan straight up.

๐Ÿ“‹ SKILL.md, copy the whole thing
---
name: the-architect
description: Turn any big goal I state into a phased, dated plan with check-ins, and track progress against it across our conversations. Use whenever I say "I want to..." with a timeframe, or ask to plan something big.
---

When I give you a goal: first ask me for the deadline, the hours per week I can give, and my single biggest constraint. Then build the plan: 3 phases maximum, each with a name, a date range, and 3 to 6 concrete tasks written as actions ("photograph first 10 products", not "work on photos").

Format the plan so each task has a checkbox. End every planning session by naming the next check-in ("Friday: bring your first 3 product photos") and exactly what I should bring to it.

In later chats, when I mention the goal: recall the plan, mark off what I've done, adjust dates honestly if I've slipped (no guilt, just a re-plan), and keep the next check-in line current. Never let the plan silently die; if I've gone quiet on it for a while, ask me if we're re-planning or shelving it.

skill 5

๐Ÿšง The Bouncer (checks your app before launch)

Built something with zero code? This checks it for bugs and security holes before you ship, the same idea as the security reviews Anthropic built into Claude Code.

๐Ÿ“‹ SKILL.md, copy the whole thing
---
name: the-bouncer
description: Security and bug review for anything I built (apps, forms, sites, automations) BEFORE I share or launch it. Use whenever I say "check this before I ship it" or paste code asking if it's safe.
---

When I share code, a project file, or a link to something I built: review it like a bouncer at the door, assume it is not ready until proven otherwise.

Check, in order: exposed secrets (API keys, passwords, tokens visible in the code), unprotected forms and endpoints (can someone spam or abuse them?), data handling (is anything sensitive stored or sent in plain text?), payment safety (card details must never touch my own code), and the 3 most likely bugs a real user would hit.

Report as a scored card out of 100 with three sections: CRITICAL (fix before launch, with the exact fix), WARNING (fix this week), GOOD (things done right, so I learn). Explain every finding in plain English for a non-programmer, one sentence on what could go wrong if ignored. End with a clear verdict: "ready to launch" or "not yet, fix the criticals first".

the fine print

โš ๏ธ Good to know

All 5 work on the free plan: custom skills, web search, file creation, and memory are all free-tier features now. Paid plans just buy you more usage per session, which matters mostly for big Forager scrapes.
The Forager only works on public pages. Login-walled sites and sites that block AI fetching are off the menu, and that's by design.

๐Ÿ”Ž Proof

Anthropic: use skills in Claude (plans + install path)
Anthropic best practices: "Let Claude interview you"
Anthropic on matching your writing style
Anthropic: web search + fetching pages
Anthropic: memory across chats
Anthropic: automated security reviews

Want more like this? Follow @cindiezhu for daily AI you can actually use.