normalize-skill-for-claude
Installation
SKILL.md
Non-negotiable rules:
- Read
references/claude-skill-runtime.mdbefore planning or rewriting. - Default to
--mode planunless the user explicitly asks to rewrite now. - Treat frontmatter as the highest-leverage surface. Claude routes and budgets skills from metadata first.
- Keep
SKILL.mdfocused on workflow. Move bulky examples, framework variants, and edge-case catalogs intoreferences/orscripts/. - Do not add
context: fork,paths:, oruser-invocable: falsewithout a concrete runtime reason. - Never add agent-only frontmatter to a skill.
tools,disallowedTools,skills,initialPrompt,permissionMode,maxTurns,background,memory,isolation,color, andmcpServersbelong to agents, not skills.
Normalize Skill For Claude
Inputs
$target: Skill directory or direct path toSKILL.md$mode: Optional.planorrewrite. Default:plan
Related skills