Overview
Kungfu is a curated collection of skills (structured prompts with references, templates, and examples) that any AI coding agent can use to tackle complex business and SaaS tasks. Skills work with any agent that supports the Agent Skills format — Claude Code, Cursor, Windsurf, or any compatible tool.
Think of it as a toolkit that teaches your agent domain expertise — from validating a SaaS idea to designing pricing, writing launch announcements, and analyzing metrics.
Features
- 16 Business Skills — Spanning idea validation, pricing design, customer retention, product launches, legal docs, and metrics analysis
- Modular Architecture — Each skill lives in its own directory with markdown instructions, reference materials, templates, and optional helper scripts
- Multi-Agent Support — Works with any platform supporting the Agent Skills format
- Easy Installation — Install skills with
npx skills add kungfu/<skill-name> - CI Validated — GitHub Actions runs type checks, linting, formatting, and skill validation on every push
Available Skills
Business skills include idea finding, domain name discovery, pricing strategy design, product launch guidance, SaaS metrics analysis, customer retention optimization, community growth, lead research, legal document generation, solo operations management, and more.
Technology Stack
- TypeScript and Python for validation and code generation
- Bun runtime for JavaScript/TypeScript execution
- Just task runner for automation
- Biome and Prettier for code and markdown formatting
- GitHub Actions for continuous integration