The Library
113 guides on building and selling with AI. Search, browse by topic, or take the whole shelf in the Vault.
113 guides

$0 Marketing Team Setup Guide
Stand up a full marketing team of AI agents for zero monthly spend and keep your content pipeline running.

$5k Implementation Guide
Package and deliver a $5k AI implementation offer that clients happily pay for.

10 Custom Skills for Business Owners
Ten ready-to-install custom skills that automate the busywork most business owners do by hand.

2026 MCPs Guide
The current map of the MCP servers worth wiring into Claude this year and how to connect each one.

30 Claude Code Tips Guide
Thirty concrete tips that make Claude Code faster, cheaper, and far more reliable in daily work.

3 Claude Artifact Harnesses Guide
Three harness patterns that turn Claude artifacts into repeatable, production-ready outputs.

4 Business Claude Code Skills Guide
Four Claude Code skills built specifically to run real business operations end to end.

4 Claude Code Repos
Four open repositories worth cloning to level up your Claude Code workflow today.

4 File Client Install
A four-file install kit that drops a working Claude setup into any client environment fast.

5 Claude Code Subagents with Memory
Build five Claude Code subagents that retain memory across runs and stop repeating themselves.

5 New AI GitHub Repos
Five fresh AI repositories from GitHub explained, with what each one is actually useful for.

6 Custom Claude Code Skills
Six custom skills you can drop into Claude Code to extend it past its defaults.

6 Layer Harness Guide
A six-layer agent harness that keeps long autonomous runs stable and on track.

8 Claude Code Hooks
Eight Claude Code hooks that automate guardrails, formatting, and checks around every action.

Adddir Guide
Use the adddir command to give Claude Code access to extra directories without losing context.

Agent Harness Guide
Wrap your agents in a harness that handles retries, state, and control so they run unattended.

AI Coding Tools (Full Breakdown)
A side-by-side breakdown of the major AI coding tools so you pick the right one for the job.

AI Habit Framework Guide
A daily framework for building AI into your habits so the tools compound instead of gathering dust.

AWS Agent Registry Guide
Register, version, and deploy your agents through the AWS agent registry with a clean setup.

Best Practice Repo Setup Guide
Structure any repository the way Claude works best, with the files and layout that cut errors.

Boris Cherny Claude.md File
The exact Claude.md file Boris Cherny uses, broken down so you can adapt it to your own repo.

Boris Cherny's Full Guide
Boris Cherny's complete approach to running Claude Code well, from config to daily workflow.

Claude Advisor Guide
Set up a Claude advisor that reviews your plans and pushes back before you commit to them.

Claude Agentic Stack Guide
Assemble the full agentic stack around Claude, from tools to memory to orchestration.

Claude Autonomous Agent Setup
Configure Claude to run as an autonomous agent that works through tasks without you babysitting it.

Claude Code 15 Features Guide
Fifteen Claude Code features most users miss, each shown with how and when to use it.

Claude Code 24/7 on a Server Setup Guide
Run Claude Code around the clock on your own server so work keeps moving while you sleep.

Claude Code 4-Layer Memory Setup
Give Claude Code a four-layer memory system so it remembers context across every session.

Claude Code + Codex Plugin Setup Guide
Wire the Codex plugin into Claude Code so you can run both engines from one workflow.

Claude Code Company Wide Setup
Roll Claude Code out across an entire company with shared config, access, and standards.

Claude Code Cost Control Guide
Cut your Claude Code token spend with the settings and habits that keep bills predictable.

Claude Code Observability Guide
Add logging and observability to Claude Code so you can see what it did and why.

Claude Code Performance Fix Guide
Diagnose and fix the slowdowns that make Claude Code feel sluggish on bigger projects.

Claude Code Renderer Update
Get the updated Claude Code renderer working so output displays cleanly and correctly.

Claude Code Self Learning Guide
Set up Claude Code to capture its own lessons so it gets better at your work over time.

Claude Code settings.json Fix
Fix the common settings.json mistakes that quietly break Claude Code behavior.

Claude Code Source Code Guide
Read through the Claude Code source to understand how it really works under the hood.

Claude Code vs Codex Guide
A head-to-head comparison of Claude Code and Codex so you know which to reach for.

Claude Code x SpaceX Workflows
The Claude Code workflow patterns inspired by how high-output engineering teams ship.

Claude Design Guide
Drive better design output from Claude with prompts and structure that produce clean interfaces.

Claude Dispatch Setup Guide
Set up Claude dispatch so you can fire off tasks to it from anywhere and get results back.

Claude Dreams Guide
Get started with Claude Dreams and put its generative workflow to work on real projects.

Claude Folder Blueprint
A blueprint for organizing your Claude folders so context loads cleanly every time.

Claude Managed Agents Guide
Stand up Claude managed agents that run scheduled, hands-off work on your behalf.

Claude Managed Agents vs OpenAI Workspace Agents Guide
Compare Claude managed agents with OpenAI workspace agents to choose the right platform.

Claude on Amazon Bedrock Guide
Run Claude through Amazon Bedrock with the setup steps for access, keys, and calls.

The Advisor Tool
Run a cheap executor model that calls Opus server-side only on the hard decisions, for Opus-quality output at a fraction of the cost.

Claude Routines Guide
Build Claude routines that fire on a schedule and handle recurring work automatically.

Claude Second Brain
Turn Claude into a second brain that stores, recalls, and connects everything you feed it.

Claude to JSON Guide
Get reliable, valid JSON out of Claude every time so it plugs straight into your pipelines.

Claude Worktrees Guide
Use git worktrees with Claude Code to run parallel branches without stepping on yourself.

Clinic Intake Agent from Scratch Guide
Build a working clinic intake agent from zero, from data capture to scheduling.

Cloudflare AI Agent Stack + Claude
Deploy an AI agent stack on Cloudflare with Claude wired in for compute at the edge.

Constraint Based Prompts Guide
Write prompts with hard constraints so Claude stays inside the lines you actually need.

Context Window Guide
Manage the context window so Claude keeps the right information loaded and drops the rest.

Custom Claude Code Skills Guide
Author your own Claude Code skills from scratch and wire them into your workflow.

Custom Vector Database Setup
Stand up your own vector database so Claude can search your documents with real recall.

Dynamic Workflows Full Guide
Build workflows that adapt their own steps at runtime instead of following a fixed script.

Evermind Setup Guide
Install Evermind to give Claude durable long-term memory across all your sessions.

Full Agents.MD $85k Guide
The full AGENTS.md playbook behind an $85k build, broken down so you can run the same offer.

Full Crons Setup Guide
Schedule Claude with cron so your agents run on time without you ever launching them.

GBrain Setup Guide
Set up GBrain as a persistent knowledge layer Claude can read from and write back to.

Gemma 4 Harness Guide
Run Gemma 4 inside an agent harness so a local model can do real autonomous work.

Gemma 4 Local Setup Guide
Install and run Gemma 4 locally so you have a private model on your own hardware.

GitNexus Graph Setup Guide
Set up GitNexus to graph your codebase so Claude can navigate relationships across files.

Gotcha List Guide
Keep a gotcha list that warns Claude about the traps it keeps falling into on your project.

GPT 5.5 - 5 Layer Stack
A five-layer stack built around GPT 5.5 that turns the model into a working agent system.

GPT-6 Release Guide
What changed with the GPT-6 release and how to fold it into your existing AI stack.

Handoff Official Guide
Write clean handoff docs so a fresh Claude session resumes your work without losing the thread.

Hindsight Setup Guide
Install Hindsight so Claude reflects on past runs and reuses what worked.

How Does Anthropic Make Money?
A clear breakdown of Anthropic's business model and where the revenue actually comes from.

Idea Fencing Guide
Fence your ideas in prompts so Claude builds exactly what you scoped and nothing extra.

Implement Spec Prompt
A reusable prompt that gets Claude to implement a spec faithfully from start to finish.

Karpathy Claude.md File
Andrej Karpathy's Claude.md file explained, with the patterns you can lift into your own.

Managed Agents Business Pipeline
Turn managed agents into a client pipeline that books, delivers, and bills work for you.

MCP Database Architecture
Design an MCP-backed database layer so Claude queries your data through a clean interface.

Memory Injection Guide
Inject the right memory into Claude at the right moment so it always has the context it needs.

Mirofish Setup Guide
Get Mirofish installed and configured so you can put its tooling to work right away.

Mythos Guide
A walkthrough of Mythos and how to set it up for your own builds.

NanaBanana + Claude Code Guide
Pair NanaBanana with Claude Code to generate and edit images right inside your workflow.

NotebookLM RAG Guide
Use NotebookLM as a RAG layer so Claude answers from your own sources, not guesses.

Obscura AI Browser Setup Guide
Set up the Obscura AI browser so an agent can browse and act on the web for you.

Obsidian + Claude Code Live Knowledge System
Connect Obsidian to Claude Code for a live knowledge base that updates as you work.

OpenClaw: API Mode Switch Guide
Switch OpenClaw into API mode so it runs against your own keys and limits.

OpenClaw + Claude Code Guide
Run OpenClaw alongside Claude Code so a chat-driven agent shares your dev environment.

OpenClaw Memory Guide
Configure OpenClaw memory so the bot remembers users and threads between messages.

OpenClaw Memory Setup Guide
A step-by-step setup for OpenClaw's memory stack so context survives across sessions.

OpenClaw Top 5 Skills Guide
The five OpenClaw skills worth installing first to make the bot immediately useful.

OpenCLI Setup Guide
Install and configure OpenCLI so you can drive AI from your terminal end to end.

OpenHands Guide
Get started with OpenHands and put its autonomous coding agent to work on your repo.

Opus 4.7 Guide
What is new in Claude Opus 4.7 and how to get the most out of the model.

Orchestrator Guide
Build an orchestrator that coordinates multiple agents and routes work between them.

PDF To Markdown Claude Guide
Convert PDFs into clean markdown with Claude so the content is ready for prompts and search.

Persistent Memory Guide
Give Claude persistent memory so it carries facts and decisions forward across sessions.

Playwright Browser Automation Skill
Build a Playwright skill so Claude Code can drive a real browser and return clean JSON from live pages.

Recall Stack and Gates System
Combine a recall stack with gates so Claude only pulls memory when it is actually relevant.

Recall Stack Setup Guide
Set up a recall stack that surfaces the right past context to Claude on demand.

Repomix + Gemini Setup Guide
Pack your repo with Repomix and feed it to Gemini for whole-codebase reasoning.

Ruflo Setup Guide
Install Ruflo and get its workflow tooling running on your machine.

Seed + Paul Claude Code Guide
Set up the Seed and Paul tooling with Claude Code for a faster build loop.

Self-Hosted Sandboxes Guide
Run self-hosted sandboxes so your agents execute code safely on infrastructure you control.

Subagents Setup Guide
Set up subagents that take focused tasks off the main thread and keep context clean.

Sub-Agents Vs Agent Teams Guide
Understand when to use subagents versus full agent teams and how each one behaves.

Superclaude Install Guide
Install SuperClaude to add a full command framework on top of Claude Code.

System Prompts Guide
Write system prompts that set Claude's behavior and hold it steady across a whole session.

Top 10 Claude Code Skills
The ten most useful Claude Code skills to install first, ranked and explained.

Top 4 CLIs for Claude Code
Four command-line tools that pair with Claude Code and make it noticeably stronger.

TurboQuant Guide
Set up TurboQuant and put its quantization workflow to use on your models.

Ultimate Claude Code Guide
A start-to-finish guide to running Claude Code well, gathered into one reference.

Ultimate Claude Code Setup Guide
The complete Claude Code setup, from install to config, in one place you can follow once.

Ultimate Setup Guide for Claude Code
An end-to-end Claude Code setup walkthrough that gets you running with the right defaults.

Undo Button Guide
Add an undo button to Claude Code so you can roll back a change without losing the rest.

Voice to Code Guide
Drive Claude Code by voice so you can build hands-free and keep your flow.