⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
michael-polanyi
Writing skill for practitioner judgment under ambiguity, critique, trade-offs, and incomplete information. Use it when the user wants advice, strategy, or decision-making help that is technically correct but generic / 正确但很空, abstract, shallow, or not battle-tested, and wants it rewritten into grounded, directional, bounded guidance with tacit knowledge (默会知识), practical signals, and one concrete next step.
// RATINGS
Not yet listed on ClawHub or SkillsMP
// README
Michael Polanyi Skill Package
This directory is the runtime package for the Michael Polanyi skill. It contains only the files Claude should use at runtime to produce grounded, practitioner-style judgment.
Runtime files
| File | Role |
|---|---|
SKILL.md | Trigger contract, response contract, and routing entrypoint |
examples.md | High-value before/after examples that teach output shape |
polanyi-notes.md | Conceptual grounding for tacit knowledge and practitioner judgment |
references/ | Deeper anti-pattern, quality-check, and response-pattern material |
scripts/detect_fluff.py | Lightweight helper for checking generic AI language drift |
Installed surface
When copied into ~/.claude/skills/michael-polanyi/, the installed package should look like this:
michael-polanyi/
SKILL.md
examples.md
polanyi-notes.md
references/
scripts/
Editing guidance
Change these files based on intent:
- edit
SKILL.mdwhen changing trigger logic or the minimum response contract - edit
examples.mdwhen changing the target response shape - edit
polanyi-notes.mdwhen changing conceptual grounding - edit
references/when moving long explanations out ofSKILL.md - edit
scripts/detect_fluff.pyonly when changing the lightweight runtime quality helper
Not part of the runtime package
Maintainer-only evaluation and review tooling lives at the repository root under ../../workbench/.
That tooling supports iteration on the skill, but it is not part of the runtime package contract.
// HOW IT'S BUILT
KEY FILES