Rename aiconfig-* skills to agentcontrol-* namespace#64
Merged
Conversation
Config-specific skills get the agentcontrol-configs- prefix; project/ tools and dangling sdk/context/segments cross-refs get plain agentcontrol-. Updates skill directories, SKILL.md frontmatter, skills.json, README catalog, and all cross-references.
ld-paul
reviewed
May 19, 2026
ld-paul
reviewed
May 19, 2026
ld-paul
reviewed
May 19, 2026
ld-paul
reviewed
May 19, 2026
ld-paul
reviewed
May 19, 2026
ld-paul
reviewed
May 19, 2026
Per review: remove the agentcontrol- prefix entirely and prefix every AI Config skill with configs-. Renames directories, SKILL.md frontmatter, skills.json, README catalog, and all cross-references; also tweaks the agent-graphs description (AI Configs -> configs).
Per review (Paul's screenshot + Slack): parent folder ai-configs -> agentcontrol, and drop the configs- prefix so skills are bare names (create, migrate, projects, tools, agent-graphs, ...). Updates directories, SKILL.md frontmatter, skills.json, README catalog, .cursor-plugin path, and all cross-references. LaunchDarkly REST resource paths (/api/v2/.../ai-configs/), ai-configs:write scopes, docs URLs, and the list-ai-configs tool are intentionally left.
- Parent folder: skills/agentcontrol/ - Config-related skills keep configs- prefix (configs-create, configs-migrate, configs-update, configs-variations, configs-targeting, configs-online-evals, configs-snippets, configs-agent-graphs, configs-ai-metrics, configs-custom-metrics) - Non-config skills are bare: projects, tools - Fixed the 7 stale top-level symlinks (were aiconfig-* -> deleted ai-configs/aiconfig-*); now renamed to new skill names and repointed into skills/agentcontrol/ - Updated skills.json, README catalog, .cursor-plugin path, and all cross-references. LD REST paths, ai-configs:write scopes, docs URLs, example tags, and the list-ai-configs tool intentionally untouched.
skills.json must be sorted/emitted by scripts/generate_catalog.py; the manual edits left it out of order, failing the Validate Skills check. Regenerated; also picks up the configs-agent-graphs description tweak (AI Configs -> configs).
Per request: the built-in/AI metrics skill is now configs-built-in-metrics (pairs with configs-custom-metrics). Updates directory, SKILL.md frontmatter, all cross-references, and regenerates skills.json.
Per Paul's review: these four drop the configs- prefix, joining projects/tools as bare names. configs- now only on create, targeting, update, variations, built-in-metrics, custom-metrics. Repointed the online-evals symlink; regenerated skills.json.
Drop configs- prefix from both metrics skills. configs- now only on create, targeting, update, variations. Regenerated skills.json; no symlinks affected (neither was symlinked).
ld-paul
approved these changes
May 19, 2026
External docs/automation reference the old aiconfig-* skill names. The host invokes skills by their 'name:' field and the repo enforces name == dir, so a config-alias or symlink can't forward old names. The only constraint-compatible mechanism is a stub skill: 12 dirs named aiconfig-* whose body redirects to the new skill (configs-create, migrate, projects, etc.). Regenerated skills.json (40 skills total). These are temporary — remove once external references are migrated.
Skill eval results
Only suites whose source actually changed since their last recorded score were re-run. Soft-failing while we stabilise the baseline. |
erangeles
approved these changes
May 21, 2026
The rename moved the config skills out of skills/ai-configs/ into skills/agentcontrol/ (configs-create, configs-update, tools, configs-variations), but the eval suites still referenced the old skills/ai-configs/aiconfig-*/SKILL.md paths, causing ENOENT crashes that failed the Skill Evals gate. Update _manifest.js (skillKey/skillDir/readme), each promptfooconfig.yaml (prompts path + skill_slug), and eval-scores.json keys to point at the renamed skills.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.