A Claude Code skill that generates a complete documentation suite for any web project — in one shot.
| File | Purpose |
|---|---|
strategy.md |
Vision, features, tech stack, database schema, roadmap, file structure |
setup.md |
Step-by-step setup guide — env vars, services, SQL, deployment checklist |
README.md |
Project overview — stack, features, quick start, scripts |
docs/index.html |
Combined documentation — Overview, Strategy, Setup (with checklist), and Flow diagram in a single page with light/dark theme toggle |
docs/code-wiki.html |
Code walkthrough — clickable file tree with per-file purpose, exports, dependencies, and call sites |
Two HTML files. Five sections of content. Self-contained, no build step, mobile-responsive. Brand colors applied automatically when detectable.
npx github:digitalthreadai/founder-docsWorks on macOS, Linux, and Windows. Add --force to overwrite an existing install. Then restart Claude Code.
Alternative — git clone
git clone https://github.com/digitalthreadai/founder-docs.git ~/.claude/skills/founder-docsInvoke explicitly from any project directory:
use founder-docs
or
run founder-docs for this project
Claude explores the codebase first, then generates all 5 files.
- Claude Code (claude.ai/code)
- Works with any web project: Next.js, React, Express, FastAPI, etc.
MIT