create-growth-os
v0.4.0
Published
Create a new GrowthOS project — AI-powered growth operating system for Claude Code
Downloads
1,362
Maintainers
Readme
create-growth-os
Scaffold a new GrowthOS project — an AI-powered growth operating system for Claude Code.
Quick Start
npx create-growth-os my-companyThis will:
- Download GrowthOS
- Ask which integrations you use (HubSpot, Meta Ads, etc.)
- Install dependencies
- Initialize a git repository
Then start Claude Code and run /setup to configure your company context.
Options
npx create-growth-os [project-name] [options]
Options:
-y, --yes Skip prompts, use defaults
--no-install Skip dependency installation
--no-git Skip git initialization
--no-dashboard Exclude the Next.js dashboard
--template <repo> Custom GitHub repo (default: omarismail/growthOS)
--local <path> Copy from local directory (for development)
-h, --help Show helpExamples
# Interactive setup
npx create-growth-os my-company
# Quick setup with defaults (no prompts)
npx create-growth-os my-company --yes
# Without the dashboard
npx create-growth-os my-company --no-dashboard
# From a local copy (development)
npx create-growth-os my-company --local ~/growthOSWhat You Get
my-company/
├── .claude/
│ ├── skills/ # 45 growth and operations skills
│ ├── hooks/ # Session automation
│ ├── agents/ # 7 focused support agents
│ └── rules/ # Quality standards
├── context/
│ ├── core/ # Your company context (product, audience, brand, etc.)
│ └── frameworks/ # Reference frameworks (JTBD, 4 Forces, etc.)
├── tools/ # 21 CLI integrations (HubSpot, Meta, Apollo, etc.)
├── app/ # Next.js dashboard (optional)
├── .env # Your API keys (generated from selections)
├── .env.example # Full integration reference
└── CLAUDE.md # AI agent instructionsAfter Setup
cd my-company
claude # Start Claude Code
# Run /setup to configure your company
# Then try /messaging, /seo, /page-cro, etc.License
MIT
