manage-levels

Synchronize level definitions with the capability taxonomy in registry.

11|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/reporails/rules --skill manage-levels
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-levels
Source: https://github.com/reporails/rules/tree/main/.claude/skills/manage-levels
Command: npx skills add https://github.com/reporails/rules --skill manage-levels

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping level definitions in registry/levels.yml in sync with the capability taxonomy and surfacing mismatches for quick correction.

Core Features & Use Cases

  • Synchronize levels.yml from capabilities.yml
  • Diff and list discrepancies between capabilities and levels
  • List capabilities by level (e.g., L2)

Quick Start

Run /manage-levels sync to regenerate levels.yml from capabilities.

Frequently Asked Questions about manage-levels

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

FAQPage Schema
How do I synchronize levels.yml with the capability taxonomy in my registry?

You can synchronize levels.yml by running the sync command, which uses registry/capabilities.yml as the source of truth to regenerate registry/levels.yml and ensures your level mappings match the taxonomy.

What is the best way to find discrepancies between capabilities and levels?

The best way to find discrepancies is to run a diff operation, which compares your capability taxonomy against your level definitions and surfaces mismatches for quick correction.

How do I list capabilities assigned to a specific level like L2?

You can list capabilities by level by running the list operation with a level filter such as L2, which queries the registry to display all capabilities mapped to that specific tier.

Does the level synchronization process validate against a schema?

Yes, the synchronization process validates the regenerated levels.yml file against schemas/levels.schema.yml to ensure structural integrity and compliance with the expected format.

When do I need to regenerate level definitions from my capability registry?

You need to regenerate level definitions during maintenance update cycles or audits whenever the capability taxonomy changes, ensuring registry/levels.yml stays aligned with the updated registry/capabilities.yml.