⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

version unknown

michael-polanyi

@august1314⭐ 9 stars

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.

—/10

// RATINGS

⭐GitHub Stars
⭐ 9 on GitHubGitHub ↗

New / niche

🟢ProSkills Score
—
📍

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

FileRole
SKILL.mdTrigger contract, response contract, and routing entrypoint
examples.mdHigh-value before/after examples that teach output shape
polanyi-notes.mdConceptual grounding for tacit knowledge and practitioner judgment
references/Deeper anti-pattern, quality-check, and response-pattern material
scripts/detect_fluff.pyLightweight 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.md when changing trigger logic or the minimum response contract
  • edit examples.md when changing the target response shape
  • edit polanyi-notes.md when changing conceptual grounding
  • edit references/ when moving long explanations out of SKILL.md
  • edit scripts/detect_fluff.py only 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

skills/michael-polanyi/SKILL.mdREADME.md

// REPO STATS

9 stars