
Aiconfig Snippets
Resolve stale agent prompts that still call the old `aiconfig-snippets` name and route the agent to the current `snippets` skill.
Overview
aiconfig-snippets is a journey-wide agent skill that redirects legacy `aiconfig-snippets` invocations to the renamed `snippets` skill—usable whenever an old reference appears before committing to the real task.
Install
npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-snippetsWhat is this skill?
- Hard stop: do not execute deprecated instructions—only redirect to `snippets`
- Preserves backward compatibility for docs, saved prompts, and automation using `aiconfig-snippets`
- Apache-2.0 metadata stub at version 0.1.0
- Explicit rename map: `aiconfig-snippets` → `snippets`
- Renamed to `snippets`
- metadata version 0.1.0
Adoption & trust: 1k installs on skills.sh; 16 GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
Your agent or repo still references `aiconfig-snippets`, but that skill was renamed and the old entry no longer contains workable instructions.
Who is it for?
Fixing broken skill chains after a rename when logs or prompts still emit the legacy slug.
Skip if: Actually generating or managing AI config snippets—use `snippets` for all real work.
When should I use this skill?
An agent or script explicitly invokes `aiconfig-snippets` instead of `snippets`.
What do I get? / Deliverables
The agent stops on this stub and invokes `snippets` instead, after you update long-lived references from `aiconfig-snippets` to `snippets`.
- Redirect instruction to invoke `snippets`
- Updated references from `aiconfig-snippets` to `snippets`
Recommended Skills
Journey fit
Useful at every journey phase - explore requirements and options before committing to a direction.
Where it fits
A compound skill list still pins `aiconfig-snippets` after upstream renamed the package entry.
You audit SKILL.md references in a fork and map deprecated slugs before release.
Post-incident you normalize automation to `snippets` so agents never hit a no-op redirect.
How it compares
A rename redirect stub, not a functional generator or MCP server.
Common Questions / FAQ
Who is aiconfig-snippets for?
Agents and solo builders maintaining LaunchDarkly-style agent skill repos who encounter the old `aiconfig-snippets` name in saved automation or docs.
When should I use aiconfig-snippets?
Only when an explicit legacy call to `aiconfig-snippets` occurs—in build agent-tooling you redirect to `snippets`; during ship review when auditing skill slugs in repos; in operate iterate when cleaning pinned skill lists after upstream renames.
Is aiconfig-snippets safe to install?
It performs no network or shell work itself, but review the Security Audits panel on this Prism page and prefer calling `snippets` directly in new configs.
Workflow Chain
Then invoke: snippets
SKILL.md
READMESKILL.md - Aiconfig Snippets
# Deprecated — renamed to `snippets` This skill has been renamed. **Do not follow any instructions here and do not perform the task from this skill.** Invoke the **`snippets`** skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from `aiconfig-snippets` to `snippets`.