Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

mtk-agent-toolkit

mtk-agent-toolkit contiene 44 skills recopiladas de moberghr, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
44
Stars
6
actualizado
2026-07-21
Forks
0
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

batch-fix
Desarrolladores de software

Corrective batch of multiple small independent fixes (apply review findings, several/multiple fixes across >3 files, no new contract or architecture) — broader than fix, lighter than implement.

2026-07-21
setup-bootstrap
Desarrolladores de software

One-time repo setup that detects tech stack, audits the codebase, pulls coding guidelines, and generates a project-specific CLAUDE.md

2026-07-21
implement
Desarrolladores de software

Full feature implementation loop orchestrating planning, batching, verification, and review skills

2026-07-20
spec-driven-development
Desarrolladores de software

Use when the task is a new feature, breaking change, multi-file change, or any work where approval should happen before coding begins.

2026-07-20
workflow-artifacts
Desarrolladores de software

Use to create, update, and read durable workflow state under .mtk/workflows/ so orchestration survives compaction, crash, and session handoff.

2026-07-20
planning-and-task-breakdown
Desarrolladores de software

Use after a spec is approved and before multi-file implementation begins, to break work into verifiable batches with checkpoints.

2026-07-16
prior-work-check
Desarrolladores de software

Use before approving a spec or starting a multi-file implementation to confirm no existing skill, helper, handler, or lesson already covers the proposed work.

2026-07-16
subagent-implementation
Desarrolladores de software

Use instead of incremental-implementation for 3+ batches, 6+ non-mechanical files, or non-none security_impact — one fresh implementer subagent per batch with orchestrator drift checks.

2026-07-16
verification-before-completion
Analistas de garantía de calidad de software y probadores

Use before reporting any task, batch, or fix as complete — requires fresh execution evidence for every completion claim.

2026-07-16
context-engineering
Desarrolladores de software

Use when starting a session, switching between planning/implementation/review phases, entering unfamiliar code, or when output drifts from project norms.

2026-07-16
mtk
Otras ocupaciones informáticas

Unified entry point that routes natural language requests to the right MTK skill

2026-07-15
fix
Desarrolladores de software

Use when a change stays within 1-3 files and does not need a formal spec (bug fixes, validation tweaks, small config changes) — self-escalates to implement if scope grows.

2026-07-14
mtk-setup
Desarrolladores de software

One-stop setup entry point that bootstraps a repo or re-runs architecture audit

2026-07-14
pre-commit-review
Desarrolladores de software

Fast security-focused review of staged changes before every commit, checking only critical compliance rules

2026-07-14
setup-audit
Otras ocupaciones informáticas

Audit the repo to extract architecture principles, or with --merge unify audits from multiple repos into a single team-wide document

2026-07-14
setup-converge
Otras ocupaciones informáticas

Judges the codebase against the agreed architecture-principles.md/conventions.md and reports drift as graded, read-only work items — never auto-fixes.

2026-07-14
setup-refresh
Otras ocupaciones informáticas

Refresh generated setup artifacts (principles, conventions, detected tools, AGENTS.md, configs, indexes) against codebase drift — proposes diffs for engineer-edited files instead of overwriting.

2026-07-14
handoff
Desarrolladores de software

Use when context nears limits, before ending a long session with in-progress work, or handing off to a teammate — captures session state into a recovery artifact so a new session resumes cleanly.

2026-07-13
repo-health
Desarrolladores de software

Periodic AI-readiness report — scorecard against 12 named assets plus PR review mining from the last N merged PRs.

2026-07-13
correction-capture
Otras ocupaciones informáticas

Use when the engineer corrects your approach, says "no", "not like that", "stop", or redirects your work — capture the correction as a reusable lesson.

2026-07-13
golden-path-capture
Otras ocupaciones informáticas

Use when you struggle with the same sub-problem 2+ times then find a working approach — captures the failed attempts and the fix as a reusable lesson, no engineer correction required.

2026-07-13
promote-lesson
Otras ocupaciones informáticas

Promote a personal lesson from .claude/lessons/personal.md to the team-wide tasks/lessons.md, optionally rewording for team applicability.

2026-07-13
mtk-doctor
Desarrolladores de software

Run an MTK install health check (core files, components, hooks, integrity) with PASS/WARN/FAIL diagnostics, --json for CI, and --fix for safe auto-repairs.

2026-07-06
context-report
Desarrolladores de software

Use when the engineer asks what MTK configuration is active — reports tech stack, references, linter packs, domains, hooks, and rules.

2026-07-06
research-context
Desarrolladores de software

Use when a decision needs current external/web info (library best-practices, version behavior, migration guidance) rather than local sources — runs grounded web research and returns a cited brief.

2026-07-06
source-driven-development
Desarrolladores de software

Use when framework, SDK, or library behavior is unfamiliar or version-sensitive — verify from local authoritative sources (decompiled/SDK code, in-repo docs) before implementing.

2026-07-06
tech-stack-typescript
Desarrolladores de software

Provides TypeScript/JavaScript build/test commands, ORM guidance, framework patterns (React, React Native/Expo, Next.js, Tauri, Node), and reference paths for workflow skills.

2026-07-06
writing-skills
Otras ocupaciones informáticas

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.

2026-07-03
tech-stack-dotnet
Desarrolladores de software

Provides .NET-specific build commands, test commands, ORM guidance, framework patterns, and reference file paths for workflow skills.

2026-07-03
code-simplification
Desarrolladores de software

Use after a feature or fix is verified and passing to reduce complexity, remove dead code, and improve clarity without changing behavior.

2026-07-02
code-review-and-quality
Analistas de garantía de calidad de software y probadores

Use after implementation is verified and before merge, or when reviewing a PR, to check correctness, security, architecture, and test quality against project standards.

2026-06-29
lesson-mining
Desarrolladores de software

Mine past session transcripts for durable lesson and memory candidates, applying a reject-by-default rubric — suggest-only, never auto-writes.

2026-06-29
brainstorming
Desarrolladores de software

Use before spec writing when the approach is unclear, multiple designs are plausible, or the engineer wants to explore alternatives before committing.

2026-06-25
tech-stack-python
Desarrolladores de software

Provides Python-specific build commands, test commands, ORM guidance, framework patterns, and reference file paths for workflow skills.

2026-06-25
claude-md-audit
Desarrolladores de software

Use periodically or when CLAUDE.md feels stale, drifts from the codebase, or commands break — audits CLAUDE.md against a quality rubric and proposes minimal append-only diffs.

2026-06-10
claude-md-capture
Desarrolladores de software

Use at the end of a session that surfaced context CLAUDE.md was missing — captures discovered commands, gotchas, and patterns as minimal append-only additions, applied only with approval.

2026-06-10
incremental-implementation
Desarrolladores de software

Use when executing an approved multi-file implementation to ensure each batch compiles, tests, and stays within the approved manifest.

2026-06-10
pr-review-mining
Desarrolladores de software

Mine recurring reviewer-feedback phrases from the last N merged PRs and surface them as suggest-only [MINED:feedback] candidates.

2026-06-10
security-and-hardening
Desarrolladores de software

Use when the change touches auth, secrets, audited state, audit trails, infrastructure, or external inputs — treat security as a design constraint, not final polish.

2026-06-10
spec-drift-detection
Desarrolladores de software

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.

2026-06-10
Mostrando las 40 principales de 44 skills recopiladas en este repositorio.