Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

mtk-agent-toolkit

mtk-agent-toolkit contient 44 skills collectées depuis moberghr, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
44
Stars
6
mis à jour
2026-07-21
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

batch-fix
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-07-20
spec-driven-development
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-07-16
context-engineering
Développeurs de logiciels

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
Autres occupations informatiques

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

2026-07-15
fix
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-07-14
pre-commit-review
Développeurs de logiciels

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

2026-07-14
setup-audit
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-07-13
correction-capture
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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

2026-07-03
code-simplification
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-25
claude-md-audit
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Affichage des 40 principaux skills collectés sur 44 dans ce dépôt.