con un clic
manage-levels
Sync, diff, and list level-capability mappings from registry
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Sync, diff, and list level-capability mappings from registry
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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 |