Get Set Up · Expansions Install Guide
0%
0 of 11 lessons complete
Optional tools that power specific skills.

Expansions Install Guide

Optional tools your skills may ask for. Install only what you need, when you need it.

What This Guide Is

The root system ships with skills that can do a lot. Some of those skills lean on small command-line tools that are not part of Claude Code itself. They are expansions: extra capabilities you switch on when you need them.

Do not install anything here yet. Nothing in this guide is required to start. You can build your entire root system, run your morning protocol, and use most skills without installing a single thing here. This guide exists so that when a skill or a module tells you it needs a tool you do not have, you know exactly what it is, why it exists, and how to install it in two minutes. Come back then, not before.

🧭 The Principle: Install on Demand

Do not install everything at once. When you run a skill and it says "this needs X", come back here, find X, install it, and continue. You will end up with only the tools you actually use, and less to maintain.

What is in this guide

Grouped by when you are likely to need them. A Part 1 beginner needs almost none of these on day one.

The toolchain (install first if a tool needs it)

  • Homebrew and Node.js, how most of the other tools get installed

The basics (occasionally early)

  • Python 3, used by date verification, several skills, and Playwright
  • jq, used by skills that read JSON from APIs
  • The scripts/ folder, already in your system folder, what is in it and how to edit

For making content and visuals

  • ffmpeg, used by video and audio skills
  • Playwright, used by deck export skills (pitch-deck, flow-deck)
  • Puppeteer + pdf-lib, used by carousel rendering skills (ig-post, linkedin-carousel)

For research

  • Web Access (Firecrawl), lets Claude read web pages

For Part 2, when you connect your business

  • Supabase CLI & Stripe CLI, used when you connect Supabase or Stripe (Module 5)
  • Wrangler, used to upload images to Cloudflare R2 for social posts (Module 8)

📌 Prerequisite

You should have finished the Claude Code Install Guide first, so Claude Code itself is running. Most tools here install through Homebrew or Node.js. If a tool needs one and you do not have it yet, the next lesson, Set Up Your Toolchain, gets both going.

Guide Complete!
You finished all 11 lessons. Your toolbox is loaded.