@meet644/meetkit-ai
v2.0.0
Published
MeetKit AI Agent templates - Skills, Agents, and Workflows for enhanced coding assistance
Maintainers
Readme
🚀 MeetKit AI
The Ultimate AI Agent Template Collection for Gemini, Claude & Cursor. Supercharge your vibe coding with expert Agents, specialized Skills, and automated Workflows.
✨ What is MeetKit AI?
MeetKit AI is a "Second Brain" for your AI coding assistant. It provides structured knowledge that transforms your AI from a generic helper into a domain expert.
┌──────────────────────────────────────────────────────────┐
│ MeetKit AI v1.2.2 │
├──────────────────────────────────────────────────────────┤
│ 🤖 20 Domain Agents │ Specialists for every task │
│ 🧠 47 Core Skills │ Deep technical knowledge │
│ ⚡ 16 Smart Workflows │ Automated task pipelines │
└──────────────────────────────────────────────────────────┘📦 Quick Start
npx @meet644/meetkit-ai initOr install globally:
npm install -g @meet644/meetkit-ai
npx meetkit-ai init🎯 Vibe Coding with MeetKit AI
MeetKit AI is designed for vibe coding — the practice of conversationally building software with AI. Here's how to use each component:
🤖 Using Agents
Agents are specialist personas your AI can adopt. Mention them to activate expert mode:
You: "Hey @mobile-developer, design a premium login screen for my Flutter app"
AI: 🤖 Applying @mobile-developer expertise...
[Generates production-grade Flutter code with animations, theming, responsive layout]Available Agents:
| Agent | Expertise |
|-------|-----------|
| @orchestrator | Multi-agent coordination |
| @mobile-developer | Flutter, React Native |
| @frontend-specialist | React, Next.js, Vue |
| @backend-specialist | APIs, Databases, Auth |
| @security-auditor | OWASP, Pentesting |
| @debugger | Root cause analysis |
🧠 Using Skills
Skills are deep knowledge modules. Reference them for specific technical guidance:
You: "I need to implement state management. Check the flutter-mastery skill."
AI: [Reads .agent/skills/flutter-mastery/SKILL.md]
[Provides Riverpod architecture with proper dependency injection]High-Value Skills:
flutter-mastery— Production Flutter architecturetypescript-patterns— Advanced type utilitiesaws-cloud— Serverless, Lambda, DynamoDBdocker-kubernetes— Container orchestrationai-prompt-engineering— System prompts, RAG
⚡ Using Workflows
Workflows are automated pipelines triggered by slash commands:
You: "/plan"
AI: [Activates project-planner agent]
[Generates structured implementation plan with phases]
You: "/security-audit"
AI: [Runs OWASP checks, dependency scanning, code review]
[Generates prioritized findings report]
You: "/refactor"
AI: [Analyzes code complexity]
[Executes incremental refactoring with tests]Power Workflows:
| Command | What It Does |
|---------|--------------|
| /brainstorm | Socratic questioning for requirements |
| /create | Scaffold new projects |
| /plan | Generate implementation roadmap |
| /debug | Systematic root cause analysis |
| /test | Generate and run tests |
| /deploy | Production deployment checklist |
| /security-audit | OWASP vulnerability scan |
| /performance | Profiling and optimization |
| /refactor | Code quality improvements |
| /document | Generate docs and README |
🔥 What's Inside?
📱 Flutter & Mobile
flutter-ui-ux— Animations, theming, responsive designflutter-mastery— Clean architecture, Riverpod, testingmobile-design— iOS & Android platform patterns
🐍 Python Powerhouse
fastapi-expert— Async APIs, Pydantic v2django-expert— Enterprise web developmentpython-data-science— ML pipelines, Pandas
☁️ Cloud & DevOps
aws-cloud— Lambda, S3, DynamoDB, CloudFormationdocker-kubernetes— Containers, Helm, K8sdeployment-procedures— CI/CD, rollback strategies
🛠️ Core Skills
| Category | Skills |
|----------|--------|
| Frontend | frontend-design, react-best-practices, tailwind-patterns |
| Backend | api-patterns, nodejs-best-practices, database-design |
| TypeScript | typescript-patterns — generics, branded types, utilities |
| Git | git-advanced — rebasing, bisect, hooks |
🤖 Smart Agent Routing
The system automatically picks the right expert based on your request:
You: "Design a glassmorphic dashboard for my Next.js app"
AI: 🤖 Identifying intent... AI: ⚡ Applying @frontend-specialist + @ui-ux-pro-max...
📁 Project Structure
After running meetkit-ai init, you'll have:
your-project/
└── .agent/
├── ARCHITECTURE.md # System overview
├── agents/ # 20 specialist agents
├── skills/ # 47 knowledge modules
├── workflows/ # 16 slash command pipelines
└── scripts/ # Automation scripts🔄 Updating
Keep your kit fresh:
meetkit-ai update🤝 Contributing
Got a better way to do things? PRs are welcome!
Repository: github.com/Meet6338-X/MeetKitAI
