ngocsangyem

60 mods across 1 repository, 14 stars between them.

AGENTS_INDEX

01

ngocsangyem/MeowKit

Agent Claude Code

Agent registry views (generated): 18 core/support direct-only; 21 domain hub-only; 1 intelligence direct-only; 1 intelligence direct-and-harness; 1 internal harness.

14 1mo ago A 0 tokens original MIT

SKILLS_INDEX

02

ngocsangyem/MeowKit

Agent Claude Code

Centralized registry of all skills. Updated: 2026-07-03 (v2.13.2).

14 1mo ago A 0 tokens original MIT

advisor

03

ngocsangyem/MeowKit

Agent Claude Code

Isolated advisory executor for mk:advise. Interviews one question at a time, confirms a reframing of the user's problem, then delivers a single honest recommendation packet. Invoked ONLY by mk:advise — never routed to directly by the orchestrator, and never as a lifecycle phase owner. Examples: "What should I do about…

14 1mo ago A 91 tokens original MIT

analyst

04

ngocsangyem/MeowKit

Agent Claude Code

Cost and learning analysis agent that tracks token usage, generates cost reports, extracts patterns from sessions, and maintains institutional memory. Invoked on session end only by its owning workflow, or on demand via /mk:budget. Not for implementation, planning, or review decisions.

14 1mo ago A 57 tokens original MIT

architect

05

ngocsangyem/MeowKit

Agent Claude Code

System design specialist for architectural tradeoff evaluation and ADR generation. Use when tasks touch database schema, new service boundaries, auth systems, API contracts, or infrastructure. Also use for any task classified as complex by the orchestrator. Not for implementation or routine planning.

14 1mo ago A 54 tokens original MIT

athena

06

ngocsangyem/MeowKit

Agent Claude Code

Strategic intelligence and lifecycle supervision. At --advice checkpoints, Athena supervises ONE delivery run across GUIDE, RESCUE, REVIEW and RECHECK. Where a runtime exposes it, direct Athena is a stateless strategy consult for trade-offs, judgement and a recommended operational decision. It returns evidence-backed…

14 1mo ago C 135 tokens original MIT

brainstormer

07

ngocsangyem/MeowKit

Agent Claude Code

Use this agent when you need to brainstorm software solutions, evaluate architectural approaches, or debate technical decisions before implementation. Examples: "Should I use WebSockets or SSE for real-time?", "What's the best approach for file uploads?", "Evaluate REST vs GraphQL for our API." Use proactively during…

14 1mo ago A 87 tokens original MIT

confluence-bulk

08

ngocsangyem/MeowKit

Agent Claude Code

Execute bulk Confluence operations on 10+ pages via the confluence-as CLI wrapper: bulk-label, bulk-move, bulk-delete. Dry-run is MANDATORY first. Routed by mk:confluence-bulk skill. NOT for single-page ops (confluence-page); NOT for comments/attachments (confluence-collaborate).

14 1mo ago A 74 tokens original MIT

ngocsangyem/MeowKit

Agent Claude Code

Manage Confluence collaboration surface: comments, attachments, labels, watchers. Routed by mk:confluence-collaborate skill. NOT for page CRUD (confluence-page); NOT for bulk ops (confluence-bulk).

14 1mo ago A 52 tokens original MIT

confluence-page

10

ngocsangyem/MeowKit

Agent Claude Code

Execute Confluence page CRUD + hierarchy + version ops via the confluence-as CLI wrapper. Use for: 'create page in SPACE', 'show page 12345', 'update page', 'delete page', 'children/ancestors of page'. Routed by mk:confluence-page skill. NOT for bulk ops (confluence-bulk); NOT for spec analysis…

14 1mo ago A 100 tokens original MIT

confluence-search

11

ngocsangyem/MeowKit

Agent Claude Code

Find Confluence pages by criteria via the confluence-as CLI wrapper. Use for: 'search confluence', 'find pages where X', 'export search results', CQL filter management, space list/get. Routed by mk:confluence-search skill. NOT for single-page CRUD (confluence-page); NOT for bulk write ops (confluence-bulk).

14 1mo ago A 76 tokens original MIT

ngocsangyem/MeowKit

Agent Claude Code

Read full Confluence spec page (+ children + images) and produce structured Spec Research Report with requirements, acceptance criteria, gaps, ambiguities, suggested user stories. Read-only via the confluence-as CLI wrapper. Routed by mk:confluence-spec-analyst skill. NOT for raw page CRUD (confluence-page); NOT for…

14 1mo ago B 80 tokens original MIT

developer

13

ngocsangyem/MeowKit

Agent Claude Code

Implementation agent that writes production code following approved plans. TDD is opt-in via --tdd / MEOWKITTDD=1: when enabled, never writes code until failing tests exist; when disabled (default), implements directly per the approved plan. Use in Phase 3. Self-heals up to 3 times on test failures. Not for unapproved…

14 1mo ago B 79 tokens original MIT

documenter

14

ngocsangyem/MeowKit

Agent Claude Code

Living documentation agent that keeps project docs in sync with the codebase. Generates changelogs, updates API docs, and syncs documentation after every feature completion. Use in Phase 6 (Reflect) after shipping. Not for production source or architecture records.

14 1mo ago A 54 tokens original MIT

evaluator

15

ngocsangyem/MeowKit

Agent Claude Code

Behavioral active-verification agent. Phase 3 (active verifier: drives the running build against rubric criteria with browser/curl/CLI evidence) + Phase 4 (contract reviewer: critiques sprint contracts for testability before code is written). Distinct from reviewer (which audits code structure) — evaluator runs the…

14 1mo ago A 92 tokens original MIT

explore

16

ngocsangyem/MeowKit

Agent Claude Code

Fast, read-only agent optimized for searching and analyzing codebases. Use when locating code, tracing how a feature or bug path actually works, or building repo orientation before unfamiliar work. Examples: "Where is the session timeout enforced?", "What calls createInvoice?", "How is the webhook wired end to end?"…

14 1mo ago A 93 tokens original MIT

git-manager

17

ngocsangyem/MeowKit

Agent Claude Code

Stage, commit, and push code changes with conventional commits. Use when user says "commit", "push", or finishes a feature/fix. Does NOT create PRs or run CI — that's the shipper's job. Not for deployment orchestration.

14 1mo ago A 54 tokens original MIT

jira-admin

18

ngocsangyem/MeowKit

Agent Claude Code

Execute JIRA project + user + group + scheme + automation administration via the jira-as CLI wrapper (11 sub-domains, 65 verbs). Routed by mk:jira-admin skill. Requires Jira admin role. NOT for per-issue ops (jira-issue / jira-lifecycle); NOT for JSM admin (jira-jsm).

14 1mo ago A 70 tokens original MIT

jira-agile

19

ngocsangyem/MeowKit

Agent Claude Code

Manage JIRA agile surfaces via the jira-as CLI wrapper: epics, sprints, backlog, ranking, story points, subtasks, velocity. Routed by mk:jira-agile skill. NOT for issue CRUD (jira-issue); NOT for issue links (jira-relationships); NOT for time tracking (jira-time).

14 1mo ago A 69 tokens original MIT

jira-analyst

20

ngocsangyem/MeowKit

Agent Claude Code

Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…

14 1mo ago A 72 tokens original MIT

jira-bulk

21

ngocsangyem/MeowKit

Agent Claude Code

Execute bulk JIRA operations on 10+ issues via the jira-as CLI wrapper: bulk transition, assign, set-priority, clone, delete. Dry-run is MANDATORY first. Routed by mk:jira-bulk skill. NOT for single-issue ops (jira-issue / jira-lifecycle); NOT for bulk-update by JQL field changes (jira-search bulk-update — same…

14 1mo ago A 86 tokens original MIT

jira-collaborate

22

ngocsangyem/MeowKit

Agent Claude Code

Manage JIRA collaboration surface: comments, attachments, watchers, notifications. Routed by mk:jira-collaborate skill. NOT for issue CRUD (jira-issue); NOT for issue links (jira-relationships); NOT for transitions (jira-lifecycle).

14 1mo ago A 57 tokens original MIT

jira-dev

23

ngocsangyem/MeowKit

Agent Claude Code

Generate developer artifacts from JIRA tickets via the jira-as CLI wrapper: branch names, PR descriptions, parsed commits, commit/PR-to-issue links. Routed by mk:jira-dev skill. NOT for executing git/gh commands (mk:ship); NOT for issue CRUD (jira-issue).

14 1mo ago A 63 tokens original MIT

jira-estimator

24

ngocsangyem/MeowKit

Agent Claude Code

Heuristic story-point estimation for a single Jira ticket via the jira-as CLI wrapper. Read-only. Routed by mk:jira-estimator skill. NOT for complexity/inconsistency analysis (jira-evaluator); NOT for full RCA (jira-analyst).

14 1mo ago A 55 tokens original MIT