om-toolkit-review

Audits SKILL.md files across OM corpus for duplication and overlap risks.

6|2|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/SHGrowth/om-superpowers --skill om-toolkit-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: om-toolkit-review
Source: https://github.com/SHGrowth/om-superpowers/tree/main/skills/om-toolkit-review
Command: npx skills add https://github.com/SHGrowth/om-superpowers --skill om-toolkit-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit the OM superpowers skill corpus for context waste, rule duplication, trigger overlap, stale references, and structural drift. Produces a prioritized report with concrete fixes.

Core Features & Use Cases

  • Dimension-based hygiene: Size Budget, Rule Duplication, Template-to-Logic Ratio, Trigger Overlap, Stale References, Chain Context Explosion, System Prompt Coverage, and Skill-to-Skill Consistency.
  • Outputs a prioritized findings list with severity and concrete remediation steps.
  • Use Cases: periodic hygiene after adding or editing skills; pre-release checks before plugin updates.

Quick Start

Scan the entire skills/ directory with the Toolkit Audit to generate a prioritized health report and recommended fixes.

Frequently Asked Questions about om-toolkit-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a skill corpus for context waste and rule duplication?▼

To audit a skill corpus for context waste and rule duplication, run a dimension-based evaluation that analyzes SKILL.md frontmatter, sizes, references, and cross-skill links to generate a prioritized findings report with severity ratings and remediation steps.

What is structural drift in skill governance and how is it detected?▼

Structural drift in skill governance is the degradation of skill consistency over edits. It is detected by evaluating SKILL.md frontmatter and body against defined dimensions like template-to-logic ratio and skill-to-skill consistency, producing risk ratings for identified deviations.

How do I check for stale references and trigger overlap before a plugin update?▼

To check for stale references and trigger overlap before a plugin update, perform a pre-release hygiene scan across the skills directory. This evaluates all SKILL.md files against defined dimensions, outputting structured audit findings with recommended actions to fix overlaps.

Can I automate periodic hygiene checks for skill quality assurance?▼

Periodic hygiene checks for skill quality assurance can be automated by applying a toolkit audit after adding or revising skills. This evaluates size budget, chain context explosion, and system prompt coverage to produce a structured audit output with risk ratings.

What dimensions should I evaluate for skill-to-skill consistency and context waste?▼

Dimensions to evaluate for skill-to-skill consistency and context waste include size budget, rule duplication, template-to-logic ratio, trigger overlap, stale references, and chain context explosion. Analyzing these dimensions yields a prioritized findings list with concrete fixes.

Why does my skill audit show chain context explosion after editing skills?▼

A skill audit shows chain context explosion when cross-skill links and references accumulate excessive context after edits. Evaluating SKILL.md frontmatter and body against size budget and chain context dimensions identifies this risk and recommends actions to reduce waste.