ngocsangyem/MeowKit

Production ready. AI Agent Workflow System for Claude Code

This repository also configures its own agents. See what MeowKit tells them →

14Stars on the repository
207Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

mk:cook

25

ngocsangyem/MeowKit

Skill Claude Code

Orchestrates single-task implementation pipeline: plan → test → build → review. Shipping is an explicit follow-up. Use for feature work, plan execution, or fixes scoped to a single task. NOT for green-field product builds (see mk:autobuild); NOT for auto-invoked workflow orchestration (see mk:workflow-orchestrator).

not rated 14 1mo ago A 75 tokens original MIT

mk:cso

26

ngocsangyem/MeowKit

Skill Claude Code

Chief Security Officer mode. Infrastructure-first security audit: secrets archaeology, dependency supply chain, CI/CD pipeline security, LLM/AI security, skill supply chain scanning, plus OWASP Top 10, STRIDE threat modeling, and active verification. Two modes: daily (zero-noise, 8/10 confidence gate) and…

not rated 14 1mo ago A 117 tokens original MIT

mk:database

27

ngocsangyem/MeowKit

Skill Claude Code

Design and safely evolve data models, database schemas, migrations, queries, indexes, and ORM data-access boundaries. Use for data-model, migration, query, index, ORM schema, or datastore-selection tasks. Discover the existing engine and migration source before proposing syntax.

not rated 14 1mo ago A 56 tokens original MIT

ngocsangyem/MeowKit

Skill Claude Code

Operational decision frameworks: triage, escalation, case management, billing ops. Use for 'how to handle X cases', 'build triage', 'escalation protocol'.

not rated 14 1mo ago A 40 tokens original MIT

mk:development

29

ngocsangyem/MeowKit

Skill Claude Code

Use when implementing features or writing code. TDD enforcement is opt-in via --tdd / MEOWKITTDD=1. Provides code patterns, skill loading, and coding standards.

not rated 14 1mo ago A 42 tokens original MIT

mk:devops

30

ngocsangyem/MeowKit

Skill Claude Code

Plan and implement infrastructure, containers, CI/CD, deployment safety, observability, and rollback changes. Use for Docker, IaC, cloud runtime, Kubernetes, pipeline, deployment, or operational reliability work. Does not read dotenv files or approve/release deployments.

not rated 14 1mo ago A 57 tokens original MIT

mk:docs-finder

31

ngocsangyem/MeowKit

Skill Claude Code

Retrieve up-to-date library, framework, and project documentation using scripts + MCP tools (Context7, Context Hub) with intelligent fallback. Use this skill whenever the user or agent needs documentation for any library, framework, API, SDK, or internal project spec. Triggers on "docs for [X]", "how does [library]…

not rated 14 1mo ago A ✓ AI review 148 tokens original MIT

mk:docs-init

32

ngocsangyem/MeowKit

Skill Claude Code

Use when a project has no docs/ directory or needs initial documentation generated from codebase analysis. Triggers on "init docs", "create documentation", "generate docs", "docs init", or when docs/ is empty. Do NOT use for updating existing docs (use mk:document-release).

not rated 14 1mo ago A 66 tokens original MIT

mk:document-release

33

ngocsangyem/MeowKit

Skill Claude Code

Post-ship documentation update. Reads all project docs, cross-references the diff, updates README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md to match what shipped, polishes CHANGELOG voice, cleans up TODOS, and optionally bumps VERSION. Use when asked to "update the docs", "sync documentation", or "post-ship docs".…

not rated 14 1mo ago A 94 tokens original MIT

mk:elicit

34

ngocsangyem/MeowKit

Skill Claude Code

Structured second-pass reasoning after code review or plan evaluation. Offers named reasoning methods (pre-mortem, inversion, red team, Socratic, etc.) to re-examine findings through a specific lens. Use after /mk:review verdict or any time deeper analysis is needed on an existing output. NOT for initial review (see…

not rated 14 1mo ago A 89 tokens original MIT

mk:evaluate

35

ngocsangyem/MeowKit

Skill Claude Code

Experimental behavioral evaluator. Drives a running artifact via browser/curl/CLI and records rubric evidence; the runner is not yet a fully implemented automated evaluation system.

not rated 14 1mo ago A 35 tokens original MIT

mk:figma

36

ngocsangyem/MeowKit

Skill Claude Code

Read-first Figma gateway via Figma MCP: analyze designs, implement Figma-to-code for 1–3 screens, extract design tokens, produce a Figma Evidence Packet for planning handoff, screenshot fallback. Advanced operations (Code Connect, canvas writes, design-system/library patterns) are gated references loaded only on…

not rated 14 1mo ago A 99 tokens original MIT

mk:fix

37

ngocsangyem/MeowKit

Skill Claude Code

Diagnoses and fixes bugs, type errors, lint failures, CI/CD issues, and runtime errors via root-cause-first investigation. Use for defect remediation. NOT for investigation without a fix (see mk:investigate); NOT for build-only compilation errors (see mk:build-fix).

not rated 14 1mo ago A 62 tokens original MIT

mk:freeze

38

ngocsangyem/MeowKit

Skill Claude Code

Session-scoped directory edit restriction. Blocks Edit and Write outside the allowed path for the current session only. Use when debugging to prevent accidentally "fixing" unrelated code, or when you want to scope changes to one module. Use when asked to "freeze", "restrict edits", "only edit this folder", or "lock…

not rated 14 1mo ago A 90 tokens original MIT

mk:frontend-design

39

ngocsangyem/MeowKit

Skill Claude Code

Use when designing UI components, reviewing visual design, building design systems, or checking accessibility. Auto-activates on frontend design tasks and UI reviews.

not rated 14 1mo ago A 35 tokens original MIT

mk:ghpm

40

ngocsangyem/MeowKit

Skill Claude Code

GitHub project management via the gh CLI — create and triage issues, manage GitHub Projects v2 boards (add items, update status fields), manage labels and milestones, and generate handoff-status summaries. Use when "create a GitHub issue", "add to project board", "update sprint status", "create label/milestone", or…

not rated 14 1mo ago A 127 tokens original MIT

mk:grill

41

ngocsangyem/MeowKit

Skill Claude Code

Relentlessly interview the user about THEIR plan or design — one question at a time — resolving each branch of a decision tree until shared understanding. Claude is the interviewer; the user is the interviewee. Triggers on "grill me", "stress-test this plan", "get grilled on my design", "interrogate my plan".…

not rated 14 1mo ago A 200 tokens original MIT

mk:help

42

ngocsangyem/MeowKit

Skill Claude Code

Workflow navigation assistant. Scans project state (plans, reviews, tests, git) and recommends the next step in the 7-phase pipeline. Use when asked "what should I do next?", "where am I?", "help", or at session start. NOT for domain complexity routing (see mk:scale-routing); NOT for skill discovery (descriptions…

not rated 14 1mo ago A 79 tokens original MIT

mk:henshin

43

ngocsangyem/MeowKit

Skill Claude Code

Use when transforming existing code into agent-consumable surfaces — CLI (npm-publishable), MCP server (stdio/SSE/Streamable HTTP), and a companion skill. Triggers on 'agentize', 'henshin', 'expose as MCP', 'wrap as CLI', 'publish to npm', 'make LLM-accessible', 'turn into agent tool', 'expose feature as tool'. Runs…

not rated 14 1mo ago C 128 tokens original MIT

mk:html-video

44

ngocsangyem/MeowKit

Skill Claude Code

Render an HTML/CSS/JS template to a local MP4 video by capturing frames with headless Chromium (via Playwright) and encoding them with ffmpeg. Use when "render my animation as a video", "export HTML to MP4", "make a video from my web template", or "capture CSS animation as MP4". NOT for recording live browser…

not rated 14 1mo ago A 106 tokens original MIT

ngocsangyem/MeowKit

Skill Claude Code

Use when surfacing architectural friction and proposing deepening refactors (shallow modules → deep modules) for testability and AI-navigability. Triggers on "improve architecture", "find deepening opportunities", "where is this codebase shallow", "architecture review". Emits structured candidates + precise patches…

not rated 14 1mo ago A 124 tokens original MIT

mk:intake

46

ngocsangyem/MeowKit

Skill Claude Code

Ticket/PRD intake: product area classification, completeness scoring, RCA, technical assessment. Works with Jira (via mk:jira-issue / jira-as), Linear (via MCP), GitHub (via gh CLI), or manual paste. Triggers: 'analyze ticket', 'intake PRD', 'triage issue', 'classify ticket', 'check ticket'.

not rated 14 1mo ago B 80 tokens original MIT

mk:investigate

47

ngocsangyem/MeowKit

Skill Claude Code

Systematic debugging with root cause investigation. Produces a diagnostic report; mk:fix owns remediation and mk:build-fix owns compile/build failures. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root cause analysis". Proactively suggest when the user reports…

not rated 14 1mo ago A 116 tokens original MIT

mk:jira-admin

48

ngocsangyem/MeowKit

Skill Claude Code

JIRA project / user / group / scheme / automation administration via the jira-as wrapper (11 sub-domains, 65 verbs). Triggers: 'create JIRA project', 'list users', 'delete user USERNAME', 'list permission schemes', 'create group NAME'. Requires admin role. Destructive ops (project/user/group delete) require 2-step…

not rated 14 1mo ago A 112 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: