Startup skills for AI agents.
startupkit.com | GitHub
StartupKit equips your project with a comprehensive set of AI agent skills covering product, engineering, design, and marketing expertise. Works with OpenCode and Claude Code.
One command to initialize:
npx startupkit initThis creates:
- AGENTS.md - Project context and agent instructions
- SOUL.md - Vision, mission, and values
- Installs all default skills
AI agents are only as good as their instructions. StartupKit provides curated skills that give your agents the expertise of a full startup team:
| Category | Skills Include |
|---|---|
| Product | Brainstorming, planning, CRO, A/B testing, growth loops |
| Engineering | React/Next.js patterns, debugging, TDD, code review, auth, mobile |
| Design | UI/UX patterns, design documentation, website audits |
| Marketing | Copywriting, SEO, content strategy, social media, pricing |
# Initialize project (creates AGENTS.md, SOUL.md, installs skills)
npx startupkit init
# Skip prompts, use defaults
npx startupkit init -y
# Install globally
npx startupkit init --global
# Preview without installing skills
npx startupkit init --skip-skills
# Add skills interactively
npx startupkit skills add
# Install all skills
npx startupkit skills add --all
# Install specific category
npx startupkit skills add --category engineering
# Install single skill
npx startupkit skills add brainstorming
# Preview without installing
npx startupkit skills add --all --dry-run- ✅ OpenCode
- ✅ Claude Code
Skills are installed to both .opencode/skills/ and .claude/skills/ by default.
startupkit init # Initialize project with AGENTS.md, SOUL.md, and skills
startupkit init -y # Skip prompts, use defaults
startupkit init --global # Install skills globally
startupkit init --skip-skills # Skip skill installation
startupkit skills # List available skills
startupkit skills add # Add skills interactively
startupkit skills add --all # Install all skills
startupkit skills add --category product # Install specific category
startupkit skills add brainstorming # Install specific skill
startupkit skills list --installed # List installed skills
startupkit skills remove <skill> # Remove a skill
startupkit skills add --global # Install globally
startupkit skills add --dry-run # Preview without installingbrainstorming- Ideation techniqueswriting-plans- Comprehensive planningexecuting-plans- Systematic executionverification-before-completion- Quality assurancepage-cro- Landing page optimizationonboarding-cro- Onboarding flowsab-test-setup- A/B testingreferral-program- Referral systems
vercel-react-best-practices- React/Next.js performancevercel-composition-patterns- Scalable component patternsweb-design-guidelines- Web interface compliancev0-automation- V0 automation for rapid UIpremium-frontend-design- Premium frontend patternsbetter-auth-best-practices- Better Auth patternsbuilding-native-ui- Native UI with Exposystematic-debugging- Debug methodologytest-driven-development- TDD practices
design-md- Design documentationui-ux-pro-max- Pro-level UI/UX patternsexplainer-video-guide- Explainer video creationaudit-website- Website audit methodology
copywriting- Persuasive writingmarketing-psychology- Consumer psychologyseo-audit- SEO optimizationseo- SEO best practicesseo-geo- Generative Engine Optimizationkeyword-research- Keyword researchbacklink-analyzer- Backlink analysisreddit- Reddit marketingtwitter- Twitter/X marketingproducthunt- Product Hunt launchpricing-strategy- Pricing modelslaunch-strategy- Product launchesemail-sequence- Email campaignspaid-ads- Advertising strategies
This CLI wraps the skills.sh ecosystem. Skills are SKILL.md files that work across AI agent platforms.
ISC © 2025 01 Studio