with one click
manage-agent-config
Create, update, and validate agent configurations
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
Create, update, and validate agent configurations
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
Generate a rule skeleton with proper schema and directory structure
Validate rules against schema and contracts
| name | manage-agent-config |
| description | Create, update, and validate agent configurations |
Manage agent configuration files. Config paths resolved from backbone.agents.{agent}.config.
/manage-agent-config <action> <agent> [options]
Actions:
validate — Check config against schemacreate — Create new agent config interactivelyaudit — Audit: which vars are defined, which are missingsync — Update config based on audit findingsExamples:
/manage-agent-config validate claude
/manage-agent-config create cursor
/manage-agent-config audit claude
/manage-agent-config sync copilot
backbone.agents.{agent}.configbackbone.schemas.agentResolve agent config and schema paths from .reporails/backbone.yml:
backbone.agents.{agent}.configbackbone.schemas.agent