Scarlett Attensil 3ce948ca03 feat: Add aiconfig-projects skill (Foundation) (#4)
* feat: Add aiconfig-projects skill (Foundation)

Add the foundation skill for AI Configs - aiconfig-projects enables
creating and managing LaunchDarkly projects to organize AI Configs.

* feat: Add API key auto-detection to aiconfig-projects

* refactoring skill to enable specific workflows - 'integrate aiconfigs… (#7)

refactoring skill to enable specific workflows - 'integrate aiconfigs into my codebase'

* updating json manifest

* fixing manifest json

---------

Co-authored-by: Ramon Niebla <nieblara@msu.edu>
Co-authored-by: Ramon Niebla <rniebla@launchdarkly.com>
2026-02-06 14:08:30 -08:00
2026-02-03 10:23:18 -08:00
2026-02-03 10:23:18 -08:00

LaunchDarkly Agent Skills

LaunchDarkly's public collection of AI agent skills and playbooks. These skills encode repeatable workflows for working with LaunchDarkly, so coding agents can execute common tasks safely and consistently.

What Is This Repo?

Agent Skills are modular, text-based playbooks that teach an agent how to perform a workflow. This repo is designed to be a public, open-source home for LaunchDarkly skills and to align with the emerging Agent Skills Open Standard.

Available Skills

Feature Flags

Skill Description
feature-flags/launchdarkly-flag-cleanup Safely remove flags from code using LaunchDarkly as the source of truth

AI Configs

Skill Description
ai-configs/aiconfig-projects Create and manage projects to organize AI Configs

Skill Authoring

Skill Description
skill-authoring/create-skill Add a new skill to the LaunchDarkly agent-skills repo following conventions

Quick Start (Local)

# Clone the repo
git clone https://github.com/launchdarkly/agent-skills.git
cd agent-skills

# If your agent supports skills.sh installs:
npx skills add launchdarkly/agent-skills

# Or manually copy a skill into your agent's skills path:
cp -r skills/feature-flags/launchdarkly-flag-cleanup <your-agent-skills-dir>/

Then ask your agent something like:

Remove the `new-checkout-flow` feature flag from this codebase

Install via skills.sh CLI

npx skills add <owner/repo>

Contributing

See CONTRIBUTING.md for how to add new skills and the conventions we follow.

License

Apache-2.0

S
Description
onboarding: Scripted onboarding for LaunchDarkly: quiet execution, fixed sequence, SDK install, first flag with a live reveal, MCP offered afterwards. Enforces step…; launchdarkly-flag-discovery: Audit your LaunchDarkly feature flags to understand the landscape, find stale or launched flags, and assess removal readiness. Use when the user asks about…; launchdarkly-flag-cleanup: Safely remove a feature flag from code while preserving production behavior. Use when the user wants to remove a flag…
Readme 2.9 MiB
Languages
JavaScript 79.8%
TypeScript 11.6%
Python 8.6%