Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

@conradcaffier03
conradcaffier03 / find-what-to-post-about.md
Created September 9, 2026 19:49
Find out what to post about β€” the last-30-days setup (free, by @buildwith.conrad)

πŸ†“ Find out what to post about β€” the last-30-days setup

You don't need more content ideas. You need to know what already worked in your niche this month β€” what people actually upvoted, watched and argued about. This setup makes Claude read the last 30 days of Reddit, YouTube, Hacker News and GitHub for you and rank it by real engagement. Free, open source (MIT), no API key needed to start. The tool is last30days by mvanhorn β€” I just tested it and wrote down what it really does. Given away free by @buildwith.conrad.

What I measured (09 Sep 2026, my own machine, no key, no account): one question β€” "AI video tools" β€”

@conradcaffier03
conradcaffier03 / app-control-setup.md
Created September 1, 2026 08:27
Control any app with Claude β€” CLI Anything setup (free, ~5 minutes)

Control any app with Claude β€” the free setup

Free. Open source. About 5 minutes.

Claude can't click buttons in your apps. But it can talk to them through a command line β€” and there's a free tool that writes that command line for you.

It's called CLI Anything (Apache-2.0, 48,000+ stars on GitHub). Point it at an app, and Claude reads the app's code, writes the commands, and installs them.

@conradcaffier03
conradcaffier03 / web-research-setup.md
Created August 31, 2026 15:00
Web Research Setup β€” let Claude read a hundred websites for you (free, 2 minutes, no terminal)

Web Research Setup β€” let Claude read a hundred websites for you

Free. No credit card. No terminal. 2 minutes.

Claude can read one website. It can't read a hundred β€” until you connect this. Firecrawl is the open-source tool (174,000+ GitHub stars) that lets Claude search the web, open real pages and hand you back clean answers instead of 14 open tabs.


@conradcaffier03
conradcaffier03 / CLAUDE-md-the-four-rules.md
Created August 21, 2026 11:22
The Four Rules β€” the drop-in CLAUDE.md that stops your coding agent guessing, overbuilding and touching code you never asked about (after Andrej Karpathy). Free from @buildwith.conrad

πŸ†“ The Four Rules β€” one file that fixes how your agent codes

Your agent guesses instead of asking. It writes 400 lines where 40 would do. It "improves" code you never mentioned. These four rules are one file you drop into your project, and the behaviour changes on the next prompt. No install, no dependency, no tool. Given away free by @buildwith.conrad.


Where this comes from

@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.