npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@meet644/meetkit-ai

v2.0.0

Published

MeetKit AI Agent templates - Skills, Agents, and Workflows for enhanced coding assistance

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 init

Or 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 architecture
  • typescript-patterns — Advanced type utilities
  • aws-cloud — Serverless, Lambda, DynamoDB
  • docker-kubernetes — Container orchestration
  • ai-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 design
  • flutter-mastery — Clean architecture, Riverpod, testing
  • mobile-design — iOS & Android platform patterns

🐍 Python Powerhouse

  • fastapi-expert — Async APIs, Pydantic v2
  • django-expert — Enterprise web development
  • python-data-science — ML pipelines, Pandas

☁️ Cloud & DevOps

  • aws-cloud — Lambda, S3, DynamoDB, CloudFormation
  • docker-kubernetes — Containers, Helm, K8s
  • deployment-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