Enforces consistent writing structure across mental model YAML files by rewriting them to match a user-supplied reference set. Use when the user wants to apply, standardize, or enforce a writing style across models, or says things like "apply style", "same style as", "standardize this model", "clean up the writing", "enforce writing style", or flags a model as too verbose, too dense, uneven, hard to scan, or inconsistent with the rest of the models.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mental-model-style:mental-model-styleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rewrites mental model YAML files to match the structural density and scannability of a user-selected reference set, preserving authored meaning and useful specificity.
Rewrites mental model YAML files to match the structural density and scannability of a user-selected reference set, preserving authored meaning and useful specificity.
models/ui/ and ask the user to confirm scope.For each target file, identify sections with structural style issues against references/style-rules.md.
Build a findings table per file and present it before any rewrite.
| Section | Violation | Proposed fix |
|---|---|---|
core_content > Assignment Flow | One bullet mixes trigger, UI state, and side effect | Split into separate bullets with one primary idea each |
context or implications need rewriting.Wait for user approval before Phase 3.
id, title, status, dependencies, scope, or key_concepts unless a violation was flagged there.Follow references/style-rules.md exactly during rewriting.
dependencies, scope, or key_concepts without flagging it in the findings table first.NEEDS_CLARIFICATION in the findings table rather than guessing.references/style-rules.md~/.claude/skills/mental-model-ymlCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub rafaeelricco/dotfiles --plugin mental-model-style