Breakdowns
Claude Code deep dives
The detail behind the 30-day series: architecture, hooks, agents, founder OS, second brain, deployment, and the patterns that compound.
28 breakdowns ยท 7 categories
500+
workflows shipped
12
active dedicated teams
<5d
avg. time to deploy
Architecture
Agent Swarms: Architecture Breakdown
How multi-agent swarms coordinate work in Claude Code. Roles, handoffs, locks, and the tracking layer that keeps a 6-mode pipeline coherent.
Agent Teams: Roles & Coordination
Designing teams of specialized Claude Code agents. How to split scope, define handoffs, and keep agents from stepping on each other.
Advanced Hooks: Beyond the Basics
PreToolUse, PostToolUse, Stop, Notification: chain hooks for file protection, token tracking, auto-formatting, and audit logs.
Context Engineering Mastery
The discipline of shaping what the model sees. CLAUDE.md hierarchy, retrieval patterns, memory tiers, and the prompts that compound.
Hooks Setup: From Zero to Production
Step-by-step setup of the 6 hooks every serious Claude Code user needs. settings.json schema, hook lifecycle, and debugging tips.
Claude Channels: Deep Dive
How Claude Code routes work across channels. Slack, GitHub, Linear, terminal: the surfaces that make Claude omnipresent.
Custom Subagents: Build Your Own
Define specialized subagents with their own tools, prompts, and personalities. Examples for code-review, security audit, and design-blueprint roles.
Persistent Memory: Claude That Remembers
Memory tiers in Claude Code. CLAUDE.md, /memory directories, auto-memory hooks. How to make Claude remember without overflowing context.
Fact vs RAG: When to Use Which
Why hardcoded facts often beat RAG retrieval for Claude Code workflows. Decision rules, hybrid patterns, cost tradeoffs.
Founder OS
Playbooks
The Claude Code Playbook
The full playbook for shipping with Claude Code. Install, configure, optimize, deploy. Every step that turns a fresh terminal into a senior engineer.
Clean Build Run: The Daily Loop
The morning-to-evening Claude Code loop. Clean state, build features, run tests, capture learnings, then reset for tomorrow.
FIRE CEO Playbook: Run a Company From a Terminal
The CEO operating system inside Claude Code. Pipeline, content, outreach, hiring, billing: every CEO task as a slash command.
FIRE Bridge: Connect Tools Without Glue Code
Bridge pattern for connecting Claude Code to N8N, Make, Zapier, and custom APIs. One agent, every tool, no spaghetti.
Playbooks Index: Pick Your Path
Every playbook in one place. Filter by role, by stage, by surface. Pick the one that matches what you're shipping this week.
Deployment
Claude Code in GitHub Actions
Headless Claude Code in CI. Auto-review PRs, run audits, generate release notes, and pay only for what runs.
Headless Mode: Claude Code Without a Terminal
Run Claude Code as a service. Cron jobs, webhooks, async tasks. The patterns that turn Claude into infrastructure.
Production Claude Code: Scale & Reliability
Running Claude Code in production. Rate limits, retries, observability, cost tracking. The pieces that take you from demo to scale.
Remote Control: Drive Claude From Anywhere
Trigger Claude Code from Slack, Telegram, SMS, voice. The remote-control patterns that put Claude in your pocket.
Second Brain
Second Brain: Claude Code + Obsidian
Wire Claude Code into your second brain. Obsidian, PARA, daily notes, project archives: all editable, all queryable.
Second Brain Structure: PARA Done Right
The PARA folder layout we use across 50+ projects. Projects, Areas, Resources, Archive, adapted for AI-native workflows.
Hub
Best Prompts Directory
Curated prompts for every Claude Code job: code review, refactor, audit, plan, ship. Copy, paste, adapt.
Resources Hub: Everything in One Place
Every resource we ship: guides, playbooks, carousels, breakdowns, day presentations. The single source of truth.
ruvnet Ecosystem: A Field Guide
The ruvnet ecosystem mapped: tools, repos, methods. The ideas shaping multi-agent Claude Code workflows.
Skills Overview: The Compound Edge
Every skill type explained. Built-ins, custom, plugin-injected. When to use a skill vs. a slash command vs. a hook.
Use Cases Gallery: 40+ Patterns
Forty real Claude Code use cases organized by role. Builders, founders, marketers, ops. Each with the exact prompt + skill stack.
Carousels
Claude Code Fundamentals: Carousel
The 7-slide carousel that introduced thousands of devs to Claude Code. Install, first prompt, hooks, skills, MCPs, agents, ship.
Skills Series: Carousel
Skills are how you compound. This 7-slide carousel walks through the 5 must-have skills and how to write your own.