Skip to content

Instantly share code, notes, and snippets.

@conradcaffier03
conradcaffier03 / SKILL.md
Created July 26, 2026 10:07
youtube-analyzer/SKILL.md — break down any YouTube video with Claude Code. One drop-in file, no API key, no account. Free from @buildwith.conrad
name youtube-analyzer
description Use when the user gives a YouTube URL and wants the video broken down — transcript, structure, hook, key moments, or the script formula behind it. Works on 5-minute clips and 2-hour talks. Triggers on "/youtube-analyzer <url>", "analyze this video", "break down this video", "what's in this video", "steal this structure".

🆓 YouTube Analyzer — break down any video without watching it

A 40-minute video holds maybe six minutes of signal. You either burn the 40 minutes, or you skip it and never find out. This skill reads the whole thing for you and hands back the structure: the hook, the beats, the timestamps that matter, and the script formula you can reuse.

@conradcaffier03
conradcaffier03 / lead-automation-blueprint-free.md
Created July 24, 2026 12:53
n8n lead-automation blueprint — node by node (reel: SYSTEM)
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 2 column 327
---
name: lead-automation-blueprint
description: The exact n8n blueprint for a lead automation that turns an inbound lead into a booked call and a personal follow-up — while you sleep. Node-by-node build (Cal.com/Form → normalize → guardrail → AI qualify → Gmail follow-up → log; Telegram fallback for edge cases). No keys, just the buildable structure. Triggers: "lead automation", "n8n lead workflow", "book calls on autopilot", "auto follow-up email".
---

🆓 The Lead Automation Blueprint — a lead → a booked call, while you sleep

This is the exact n8n workflow I run for inbound leads — rebuilt as a blueprint you can wire in an afternoon. It captures a lead from two sources, lets an AI qualify + write a personal follow-up, sends it instantly, logs everything, and pings me on Telegram only for the edge cases. Given away free by

@conradcaffier03
conradcaffier03 / multi-agent-router-free.md
Created July 24, 2026 12:53
The multi-agent router for Claude Code — drop-in .claude/ setup (reel: ROUTE)
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 2 column 244
---
name: multi-agent-router
description: A drop-in multi-agent routing setup for Claude Code — one prompt in, a router dispatches it to specialist subagents (research / build / write) running in parallel, then merges the result. Config + the exact .claude files. Triggers: "multi-agent routing", "one prompt many agents", "claude subagent router", "route to specialists".
---

🆓 The Multi-Agent Router — one prompt, five agents, zero micromanaging

This is the real routing setup I run in Claude Code — not pseudocode. You drop three files into your project's .claude/ folder and one prompt gets read, dispatched to the right specialists in parallel, and merged back into one result. Given away free by

@conradcaffier03
conradcaffier03 / SKILL.md
Created July 20, 2026 21:25
The /council Skill — convene a 5-advisor council that pressure-tests any decision, blind-reviews, and delivers a verdict (Andrej Karpathy's LLM Council, anti-yes-man, runs on Claude Code subagents)
name council
description Convene a 5-member advisor council that pressure-tests any decision, plan, or idea. Five sharp personas answer independently, blind-review each other, and a chairman delivers the verdict plus next steps — real pushback instead of a yes-man. Triggers on "/council", "convene the council", "pressure-test this", "stress-test my plan", "poke holes in this idea", "what am I missing".

Council

Based on Andrej Karpathy's LLM Council (github.com/karpathy/llm-council, 22.9k★). Karpathy's version sends one question to several different model providers, has them blind-review each other, then a chairman synthesizes. This skill runs the same idea entirely on Claude Code subagents — no OpenRouter, no extra API keys — and swaps the "different providers" for five sharp advisor personas so you get real disagreement, not five copies of the same answer.

Why this exists

@conradcaffier03
conradcaffier03 / kill-ai-look.md
Created July 19, 2026 12:09
Kill the generic AI look — the 3-file website workflow for Claude Code (direction.md / structure.md / rules.md)

Kill the generic AI look — the 3-file website workflow

Claude Code builds websites that work. But they all look the same: the purple/blue gradient hero, the ✨ pill, a headline, two buttons, and exactly three feature cards. It's not Claude's fault — it's the one-shot prompt. "Build me a landing page" gives everyone the same page.

The fix: don't one-shot. Give Claude three markdown files first, approve them, then let it build. Here are the three files, ready to paste.

The workflow

  1. Drop the three files below into your project root.
  2. Fill in direction.md (10 minutes — this is where taste lives).
@conradcaffier03
conradcaffier03 / human-skill.md
Created July 15, 2026 11:10
The /human Skill — make Claude's writing stop sounding like AI (Wikipedia Signs of AI writing + drop-in skill)

The /human Skill — make Claude's writing stop sounding like AI

Wikipedia's Signs of AI writing is the best public catalogue of the tells that make text read like a robot. Here's how to turn it into a one-word Claude Code command — plus the ready-made skill so you can skip the build.

The 60-second build (the exact prompts)

1. Prime it — paste into Claude:

From now on, humanize everything you write. Stop writing like an AI.
@conradcaffier03
conradcaffier03 / claude-folder-map.md
Created July 15, 2026 10:00
The .claude Folder Map — what actually lives inside Claude Code (+ drop-in starter)

The .claude Folder Map — what actually lives inside Claude Code

Everyone edits CLAUDE.md. But that's one file in a folder most people never open. Here's the whole .claude/ folder — what each piece does, and a starter you can drop into any project.

The map

your-project/
├── CLAUDE.md              ← project memory: who you are, your stack, your rules (auto-loaded every session)
├── .mcp.json             ← MCP servers for this project (GitHub, Playwright, Supabase…)
@conradcaffier03
conradcaffier03 / claude-interview-prompt.md
Created July 14, 2026 09:36
The Claude Context Interview — the exact prompt (builds your CLAUDE.md by interviewing you)

The Claude Context Interview — the exact prompt

Stop re-explaining yourself every session. This prompt makes Claude interview you (one question at a time, checkboxes included) and then compile everything into a personal CLAUDE.md — so every new session starts like Claude already knows you.

The prompt (copy everything below)

Interview me to build my personal CLAUDE.md context file.

Rules:
@conradcaffier03
conradcaffier03 / motion-stack-setup.md
Created July 14, 2026 09:14
The $35K Motion Site Stack for Claude Code — 5 repos + setup

The $35K Motion Site Stack for Claude Code — 5 repos + setup

The exact stack that makes Claude Code build premium motion websites — scroll animations, page transitions, landing pages that feel expensive.

The 5 repos

# Repo What it gives Claude
1 GSAP The animation engine behind most award-winning sites (26k+ ⭐, now 100% free incl. all plugins)
2 React Bits 130+ animated, interactive React components — copy-paste ready (43k+ ⭐)
@conradcaffier03
conradcaffier03 / content-system-hook-free.md
Created July 11, 2026 21:14
reel-hook — free hook-writing skill from The Content System (Claude Code)
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 2 column 127
---
name: reel-hook
description: Generate and rank short-form video hooks for a reel, then pick the strongest as the reel's scene-1 line. Triggers: "reel hook", "hook for my video", "hook my reel".
---

🆓 reel-hook — the exact hook-writing skill from my $199 Content System

This is a real skill from The Content System, given away free. It's not a prompt or a checklist — it's the actual reel-hook skill, unmodified, straight from the paid product. Drop it into Claude Code and it runs the same ranked-hook interview that writes scene 1 for every reel on my feed. Built by