Skip to content

digitalthreadai/founder-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

founder-docs

A Claude Code skill that generates a complete documentation suite for any web project — in one shot.

What it produces

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.

Install

npx github:digitalthreadai/founder-docs

Works 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-docs

Usage

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

Requirements

  • Claude Code (claude.ai/code)
  • Works with any web project: Next.js, React, Express, FastAPI, etc.

License

MIT

About

A Claude Code skill that generates a complete documentation suite for any web project

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors