Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a well-structured meta-skill with concrete, copy-paste-ready templates, exact save locations, and a clearly sequenced workflow with explicit validation checkpoints. Its main weaknesses are repeated 'avoid generic extractions' messaging that bloats the token budget and a lack of file-based progressive disclosure for a longer single-file skill.
Suggestions
Consolidate the recurring 'do not extract generic/easily-Googleable patterns' guidance into a single Anti-Patterns section to remove repetition across Core Principle, USEFUL Skill, and Quality Validation.
Consider splitting the full Skill Body Template and the BAD/GOOD example catalog into a referenced file (e.g. references/templates.md) so the main SKILL.md stays a lean overview.
Make the validation feedback loop explicit in Step 2, e.g. 'If a candidate fails any criterion, revise the problem statement/triggers and re-validate before saving.'
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly high-signal heuristics, but the 'avoid generic/non-codebase-specific extractions' message repeats across Core Principle, What Makes a USEFUL Skill, Anti-Patterns, and Quality Validation, so it could be tightened; it does not pad with concepts Claude already knows, ruling out a 1. | 2 / 3 |
Actionability | The workflow gives exact save paths ('${CLAUDE_CONFIG_DIR:-~/.claude}/skills/omc-learned/<skill-name>.md', '.omc/skills/<skill-name>.md'), file-naming rules, and copy-paste-ready frontmatter and body templates, providing fully executable, specific guidance. | 3 / 3 |
Workflow Clarity | A clear 4-step sequence (Gather -> Validate -> Classify -> Save) is paired with an explicit validation gate in Step 2 and checklists (the 'ALL three must be true' Quality Gate and the four rejection criteria), matching the clear-sequence-with-explicit-validation anchor. | 3 / 3 |
Progressive Disclosure | Sections are well-organized with clear headers and separators, but the skill is a single ~160-line file with no bundle references, and the extensive BAD/GOOD examples and full templates are inline; the under-50-lines exemption does not apply, so it falls short of file-based progressive disclosure at 3. | 2 / 3 |
Total | 10 / 12 Passed |