AI Kit CLI
One command gives any project project-aware AI from the first conversation - 48 skills, 16 agents, 30-second setup.
48 skills · 16 agents · 30s setup
- role
- Author and maintainer
- stack
- TypeScript · Node CLI · npm
- status
- oss
// 01 - PROBLEM
Every AI-assisted project loses its first 30 minutes to the same setup: writing CLAUDE.md, cursor rules, agent configs. AI Kit auto-detects the tech stack and generates all of it in one command.
// 02 - APPROACH
- npx @mikulgohil/ai-kit init detects the stack (Next.js, Sitecore, Tailwind, TypeScript) and generates machine-consumable specs.
- 48 pre-built skills and 16 specialized agents ship in the box, supporting 5+ AI tools.
- A health command audits project AI-readiness over time.
// 03 - ARCHITECTURE
initdetect stackgenerate specsskills + agentshealth checks
- Generate specs, not boilerplate
- The output is machine-consumable configuration the agent actually reads - CLAUDE.md, rules, hooks - not scaffolding the team has to maintain by hand.
// 04 - PRODUCTION-GRADE
- Published on npm; adopted for real agency delivery at Horizontal Digital
- Setup time from 5-10 minutes manual to under 30 seconds
- Documentation site at ai-kit.mikul.me
// 05 - ARTIFACTS