Skill Claude CodeCodex
Use after implementation completes and before review begins, to verify the actual change matches the approved spec — files touched, public contracts added, security impact, and declared scope.
Skill Claude CodeCodex
Use after implementation completes and before review begins, to verify the actual change matches the approved spec — files touched, public contracts added, security impact, and declared scope.
Skill Claude CodeCodex
Use when the task is a new feature, breaking change, multi-file change, or any work where approval should happen before coding begins.
Skill Claude CodeCodex
Use instead of incremental-implementation for 3+ batches, 6+ non-mechanical files, or non-none securityimpact — one fresh implementer subagent per batch with orchestrator drift checks.
Skill Claude CodeCodex
Provides .NET-specific build commands, test commands, ORM guidance, framework patterns, and reference file paths for workflow skills.
Skill Claude CodeCodex
Provides Python-specific build commands, test commands, ORM guidance, framework patterns, and reference file paths for workflow skills.
Skill Claude CodeCodex
Provides TypeScript/JavaScript build/test commands, ORM guidance, framework patterns (React, React Native/Expo, Next.js, Tauri, Node), and reference paths for workflow skills.
Skill Claude CodeCodex
Use when implementing new behavior, fixing a bug, or changing any public contract — write the failing test before the implementation.
Skill Claude CodeCodex
Use when the engineer asks for toolkit usage stats, adoption signals, or wants to diagnose whether MTK is being used as intended — reads analytics.json and surfaces anomalies with suggested actions.
Skill Claude CodeCodex
Use when creating an isolated workspace for feature work, experiments, or parallel development to avoid contaminating the main branch.
Skill Claude CodeCodex
Use before reporting any task, batch, or fix as complete — requires fresh execution evidence for every completion claim.
Skill Claude CodeCodex
Use to create, update, and read durable workflow state under .mtk/workflows/ so orchestration survives compaction, crash, and session handoff.
Skill Claude CodeCodex
Use when creating a new skill for this toolkit — ensures the skill follows the anatomy, CSO principle, and is tested against agent rationalizations before shipping.
MCP server Claude CodeCodexCursor +2
MCP server "mtk-context" as configured in moberghr/mtk-agent-toolkit. Runs ${CLAUDE_PLUGIN_ROOT}/dist/mtk-mcp-server.cjs with node.
Instructions file CodexOpenCode
Instructions for moberghr/mtk-agent-toolkit, covering mtk agent routing, routing decision tree, entry-point skills, review output schema (v5.5+) and eval pipeline.
Instructions file
Instructions for moberghr/mtk-agent-toolkit, covering claude-helpers — mtk standards, skill routing, build & test, validate toolkit structure and manifest integrity and project profile.
Hook
Runs when a subagent finishes, executing format-on-edit.sh with --flush. From moberghr/mtk-agent-toolkit.