manage

Solid

Minimal codex-native management loop. Use to create, update, or remove Codex agents/skills/config entries with guardrails.

AI & Automation 25 stars 4 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
47
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Manage Guarded Codex config management for agents, skills, rules, and local config. The installed plugin tree is immutable input. Resolve requested targets against the consuming project or an explicit user-approved external scope; never edit this skill's plugin cache, packaged role cards, shared helpers, runtime assets, or package manifests. Codex Rig agent links are managed only by the bundled `agent-shims` workflow, not by this general-purpose skill. ## Input Schema ```json { "intent": "create|update|delete|rename|add-permission|remove-permission", "target": "required agent, skill, rule, config key, or path", "change": "required description or spec path", "done_when": "target and all references are updated or explicitly left unchanged" } ``` ## Workflow ### 01: Create run directory Run `python PLUGIN_ROOT/shared/create_run.py --skill manage` once. Retain its single printed path as `<run-directory>` and substitute that literal path into every later artifact path and helper argument. Never store or reuse the path through a shell variable; shell variables do not persist across tool calls. ### 02: Parse intent and target Intents: - `create`: scaffold a new skill/agent/rule/config entry. - `update`: edit an existing target. - `rename`: move target and update references. - `delete`: remove target only after dependency scan. - `add-permission` / `remove-permission`: modify permission policy with rationale. Unknown intent => fail before edit. ### 03: Resolve o...

Details

Author
Borda
Repository
Borda/AI-Rig
Created
5 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category