Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Identifying the best way to approach a domain is often more difficult than the technical scaffolding itself. This skill surfaces frameworks from domain masters to prevent reinventing established processes and identify methodology gaps in existing work. It should be used as a brief initial check before brainstorming or evaluation begins.
Workflow Integration
When starting new work, identify the domain (e.g., Instruction Design, Code Review, or Knowledge Management) and consult the corresponding module in modules/ to discover experts and their frameworks. Select principles that fit your context and document them in a methodology brief before proceeding to creation.
For existing work, determine what the skill or hook is trying to teach and compare it against established frameworks. This gap analysis identifies opportunities to add missing principles or align terminology with recognized standards. Surgically add methodology rather than rewriting from scratch to maintain authority and effectiveness.
Domain Modules
Each module in the modules/ directory provides a curated list of masters, key works, and actionable frameworks. These resources include selection guides and anti-patterns to avoid for each domain.
Instruction Design: modules/instruction-design.md - Teaching techniques and behavioral objectives.
Code Review: modules/code-review.md - Review methodologies and feedback patterns.
The domain is identified by name (e.g., "Instruction Design", "Debugging") and at least one
module from modules/ is loaded and consulted.
A methodology brief is produced naming at least one expert, their key framework, and a
"Use When / Avoid When" statement applicable to the current work.
If the task falls under a "Skip" condition (well-defined spec, purely mechanical fix), the
skip is stated explicitly rather than silently omitted.
Any framework selected references one of the documented modules
(instruction-design.md, code-review.md, debugging.md, testing.md,
knowledge-management.md, or decision-making.md) rather than an invented source.