com um clique
manage-levels
Sync, diff, and list level-capability mappings from registry
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Sync, diff, and list level-capability mappings from registry
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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 |