The Claude Code skills, agents and prompts we use internally at Build With Sumit — drop them into your own workflows.
Members only (The Automation Founders). Please do not redistribute.
A skill is a folder with one SKILL.md that teaches Claude a repeatable, expert workflow. Claude auto-invokes it when your request matches the skill's description — so your know-how fires automatically instead of being re-typed every session.
Pick a skill folder and drop it into one of these locations:
| Scope | Path | Who gets it |
|---|---|---|
| This project | .claude/skills/<skill-name>/SKILL.md |
everyone who clones the repo |
| You, everywhere | ~/.claude/skills/<skill-name>/SKILL.md |
you, in every project |
# install one skill globally
mkdir -p ~/.claude/skills
cp -r skills/reel-script-writer ~/.claude/skills/
# or grab the whole library
cp -r skills/* ~/.claude/skills/Then just ask for the thing — e.g. "give me 5 reels for this week on cold email" — and Claude reaches for reel-script-writer on its own. No slash command needed.
| Skill | What it does |
|---|---|
reel-script-writer |
A niche or competitor reels → 5 ready-to-shoot scripts (2s hook, beats, on-screen text, CTA, shot list). |
hook-writer |
20 scroll-stopping hooks for a topic + platform, ranked, with the angle each one uses and the top 3 flagged. |
cold-dm-writer |
A personalized cold DM + email + follow-up from a lead's real context — one clear ask, zero fluff. |
daily-content-calendar |
A 2-week (or 30-day) content calendar across platforms — posts mapped to pillars + funnel stage, each with a hook. |
| Skill | What it does |
|---|---|
build-a-claude-skill |
The meta-skill: turn "I keep asking Claude to do X" into a well-formed SKILL.md. |
mcp-server-builder |
Scaffold a runnable stdio MCP server (TypeScript or Python) exposing your tools + the registration config. |
scrape-transcribe-analyze |
Any URL/video → fetched or transcribed → structured insights against your goal (the reels-analyzer pattern, generalized). |
| Skill | What it does |
|---|---|
competitor-teardown |
Full teardown of a rival — ICP, pricing, funnel, proof, gaps — ending in one "where to attack" wedge. |
offer-builder |
An irresistible offer via the value equation — value stack, guarantee, bonuses, pricing, honest urgency. |
lead-enricher |
A thin lead (name/email/domain) → company, role, ICP-fit score, buying signals, and a tailored angle. |
vsl-script |
A full video sales letter script — hook → agitate → mechanism → offer → proof → guarantee → CTA, timestamped. |
email-sequence |
A welcome / nurture / launch email sequence — each email's job, A/B subject lines, send timing, and body. |
pricing-page |
Pricing-page copy + structure — good-better-best tiers, anchoring, comparison table, objection FAQ, per-tier CTAs. |
| Skill | What it does |
|---|---|
inbox-triage |
A batch of emails → urgent / FYI / waiting / noise, with one-line reasons + drafted replies for the urgent ones. |
chats-to-standup |
WhatsApp/Slack/Telegram exports → a daily standup: decisions, blockers, owned action items. |
meeting-notes-to-actions |
A transcript → 5-bullet recap + owned/dated action items + decisions + follow-up drafts. |
support-reply |
A customer message → a tone-matched, de-escalating reply with a clear next step + an optional internal note. |
Use build-a-claude-skill — it interviews you for the trigger, inputs, steps, and output, then writes the SKILL.md. The one rule to remember: Claude picks a skill by its description alone, so make that line specific and trigger-rich.
Built with Claude Code · buildwithsumit.com