with one click
manage-levels
Sync, diff, and list level-capability mappings from registry
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Sync, diff, and list level-capability mappings from registry
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Add a changelog entry to UNRELEASED.md
Load project context — backbone, registry, and constraints — before any work
Implement checks, patterns, and fixtures for an existing rule skeleton
Run rules against pass/fail fixtures using the local CLI test harness
Create, update, and validate agent configurations
Generate a rule skeleton with proper schema and directory structure
| name | manage-levels |
| description | Sync, diff, and list level-capability mappings from registry |
Manage level definitions in registry/levels.yml against the capability taxonomy in registry/capabilities.yml.
/manage-levels <command> [options]
Commands:
| Command | Description |
|---|---|
sync | Regenerate levels.yml from capabilities.yml |
diff | Show discrepancies between capabilities and levels without writing |
list [level] | List capabilities per level (all levels, or a specific one like L2) |
/manage-levels sync # Regenerate levels.yml from capabilities
/manage-levels diff # Show discrepancies only
/manage-levels list # List all levels and their capabilities
/manage-levels list L2 # List capabilities at L2 only
Follow: @.shared/workflows/level-sync.md
| Source of truth | registry/capabilities.yml |
|---|---|
| Derived file | registry/levels.yml |
| Assignment logic | Each capability declares its level |
| Level metadata | Names and descriptions in levels.yml |
| Schema | schemas/levels.schema.yml |