ngocsangyem/MeowKit

Production ready. AI Agent Workflow System for Claude Code

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:advise

01

ngocsangyem/MeowKit

Skill Claude Code

Turn a raw idea into ONE honest recommendation: interview one question at a time until the problem, requirements, goals, non-goals, and constraints are CONFIRMED, then deliver a single verdict — do, don't, cheaper alternatives, trade-offs, ordered checklist, success metrics. Required: the user wants exactly ONE…

not rated 14 1mo ago A 228 tokens original MIT

mk:agent-browser

02

ngocsangyem/MeowKit

Skill Claude Code

Browser automation CLI for AI agents using agent-browser. Use for navigating websites, clicking/filling pages, screenshots, data extraction, web app testing, exploratory QA, dogfooding, Electron apps, Slack automation, Vercel Sandbox browser runs, AWS AgentCore cloud browsers, auth-heavy flows, and long autonomous…

not rated 14 1mo ago A 114 tokens original MIT

mk:agent-detector

03

ngocsangyem/MeowKit

Skill Claude Code

Detects task agent and complexity tier at Phase 0 orient. Invoked first in every workflow. Provider adapters select any model/runtime policy. NOT for runtime agent routing inside a single skill (see orchestration-rules.md).

not rated 14 1mo ago A 51 tokens original MIT

mk:angular

04

ngocsangyem/MeowKit

Skill Claude Code

Use when working with Angular code — components, signals, services, forms, routing, HTTP, testing, SSR, or tooling. Targets Angular v20+ modern patterns. Auto-activates on .ts files in Angular projects (detected via angular.json).

not rated 14 1mo ago A 56 tokens original MIT

ngocsangyem/MeowKit

Skill Claude Code

Design and review durable REST, GraphQL, RPC, or event-facing API contracts. Use for public or shared API contracts, endpoint/schema consistency, compatibility, pagination, error semantics, and API documentation. Discovers existing consumers and conventions before recommending a style.

not rated 14 1mo ago A 59 tokens original MIT

mk:ask-me

06

ngocsangyem/MeowKit

Skill Claude Code

Use when answering factual or explanatory questions about the current project — codebase, architecture, conventions, workflows, constraints — with minimal cited evidence. Triggers on "how does X work here", "what does X mean", "why is X structured this way", "is this claim true in the repo", "explain X with sources".…

not rated 14 1mo ago C 165 tokens original MIT

mk:autobuild

07

ngocsangyem/MeowKit

Skill Claude Code

Use when running an autonomous multi-hour build of a green-field product — orchestrates planner → contract → generator ⇄ evaluator loop with adaptive scaffolding density per model tier. Triggers on /mk:autobuild, "build me a kanban app", "build a retro game maker", "autonomous build", or any green-field product spec.…

not rated 14 1mo ago A 102 tokens original MIT

ngocsangyem/MeowKit

Skill Claude Code

Design and implement backend service changes: API contracts, service boundaries, auth integration, reliability and delivery checks. Use for backend/API handlers, services, webhooks, jobs, or backend architecture changes. Routes schema/migrations to mk:database; security review to the existing security workflow.

not rated 14 1mo ago A 61 tokens original MIT

mk:benchmark

09

ngocsangyem/MeowKit

Skill Claude Code

Experimental/manual harness canary procedure. It records benchmark manifests and scores but does not provide a fully automated runner.

not rated 14 1mo ago A 26 tokens original MIT

mk:bootstrap

10

ngocsangyem/MeowKit

Skill Claude Code

Use when creating a new project from scratch — orchestrates the full journey from idea to running code. Research → design → plan → scaffold → implement → docs. Explicit invocation only — never auto-activates. CLI = project infrastructure (.claude/), bootstrap = application code + full pipeline. NOT for autonomous…

not rated 14 1mo ago A 96 tokens original MIT

mk:brainstorming

11

ngocsangyem/MeowKit

Skill Claude Code

Generate or compare multiple technical approaches for one validated decision. Do not use for product discovery or an existing plan.

not rated 14 1mo ago A 28 tokens original MIT

mk:build-fix

12

ngocsangyem/MeowKit

Skill Claude Code

Build error triage: detect language, load fix patterns, auto-retry. Use for 'build failed', 'fix compilation', 'type error'. Chains into mk:verify. NOT for runtime errors (see mk:fix); NOT for architectural debugging (see mk:investigate).

not rated 14 1mo ago C 63 tokens original MIT

mk:careful

13

ngocsangyem/MeowKit

Skill Claude Code

Session-scoped safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Active for the current session only. Use when touching prod, debugging live systems, or working in a shared…

not rated 14 1mo ago C 111 tokens original MIT

mk:chom

14

ngocsangyem/MeowKit

Skill Claude Code

Use when copy-catting, replicating, or adapting features from external systems, repos, apps, or ideas into the current project. Triggers on 'copy this from', 'replicate', 'clone this feature', 'how does X do Y', 'chom', 'like how X does it', 'port from', 'build like', '1:1 copy'. NOT for packing the current project…

not rated 14 1mo ago C 111 tokens original MIT

mk:chrome-profile

15

ngocsangyem/MeowKit

Skill Claude Code

Target a specific Google Chrome user profile for browser automation via CDP. Discovers installed profiles from the Chrome Local State file, launches Chrome with the requested profile attached to a debug port, and connects agent-browser via agent-browser connect . Use when "automate using my Work/Personal Chrome"…

not rated 14 1mo ago C 117 tokens original MIT

mk:clean-code

16

ngocsangyem/MeowKit

Skill Claude Code

Enforces KISS/DRY/YAGNI during authoring and ad-hoc quality reviews. Pragmatic standards: concise, direct, no unnecessary comments. NOT for post-hoc diff/PR review (see mk:review); NOT for behavior-preserving simplification passes (see mk:simplify).

not rated 14 1mo ago A 67 tokens original MIT

mk:confluence-bulk

17

ngocsangyem/MeowKit

Skill Claude Code

Bulk Confluence operations on 10+ pages via the confluence-as wrapper: bulk-label / bulk-move / bulk-delete. Dry-run is MANDATORY first. Triggers: 'bulk update N pages', 'mass label', 'delete all pages matching CQL', 'bulk-move pages to PARENT'. NOT for single-page ops (mk:confluence-page); NOT for comment/attachment…

not rated 14 1mo ago A 99 tokens original MIT

ngocsangyem/MeowKit

Skill Claude Code

Manage Confluence collaboration surface via the confluence-as wrapper: comments, attachments, labels, watchers. Triggers: 'add comment to page 12345', 'upload attachment to page 12345', 'label page 12345 as urgent', 'watch page 12345'. Inline-vs-footer comment safety enforced. NOT for page CRUD (mk:confluence-page)…

not rated 14 1mo ago A 97 tokens original MIT

mk:confluence-page

19

ngocsangyem/MeowKit

Skill Claude Code

Confluence page CRUD via the confluence-as wrapper. Triggers: 'create page in SPACE', 'show me page 12345', 'update title of page 12345', 'delete page 12345', 'page hierarchy under 12345', 'copy page 12345 to SPACE'. NOT for bulk ops on 10+ pages (mk:confluence-bulk); NOT for spec analysis…

not rated 14 1mo ago A 115 tokens original MIT

ngocsangyem/MeowKit

Skill Claude Code

Confluence CQL search + space list + saved-filter + export via the confluence-as wrapper. Triggers: 'search confluence', 'find pages where X', 'cql for ...', 'export search results', 'list spaces', 'manage saved filters'. CQL injection-safe via the shared sanitizer. NOT for single-page CRUD (mk:confluence-page); NOT…

not rated 14 1mo ago A 94 tokens original MIT

ngocsangyem/MeowKit

Skill Claude Code

Deep spec analysis on a Confluence page. Reads page (+ children) via the confluence-as wrapper, produces a structured Spec Research Report with requirements, acceptance criteria, gaps, ambiguities, and suggested user stories for human review. Read-only — does NOT create Jira tickets. Triggers: 'analyze spec for…

not rated 14 1mo ago A 112 tokens original MIT

mk:confluence

22

ngocsangyem/MeowKit

Skill Claude Code

Routing skill — recommends the correct mk:confluence- leaf for any Confluence Cloud task. Triggers: 'confluence', 'wiki page', 'spec page', ambiguous Confluence intent. NOT an executor — every actual operation forks via a leaf skill.

not rated 14 1mo ago A 57 tokens original MIT

mk:context-audit

23

ngocsangyem/MeowKit

Skill Claude Code

Read-only audit of .claude/ structural overhead. Reports prioritized "remove X save Y tokens" recommendations against the model context window. NOT for monetary cost tracking — that's /mk:budget. NOT for transcript size monitoring — long-session continuity defers to Claude Code native compaction. NOT for runtime…

not rated 14 1mo ago A 108 tokens original MIT

ngocsangyem/MeowKit

Skill Claude Code

Runtime router for context decisions during a task — decide read-more / stop / ask / assume / delegate, pick a minimal read-set, and time compaction. Front-page mental model is Write / Select / Compress / Isolate; a lazy pattern index routes to 25 context-engineering patterns, one reference per decision. Use when…

not rated 14 1mo ago A 144 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: