LaunchDarkly Automation
Automate LaunchDarkly feature flag management -- list projects and environments, create and delete trigger workflows, and track code references via the Composio MCP integration.
npx skills add ComposioHQ/awesome-claude-skills --skill launch-darkly-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# LaunchDarkly Automation Automate your LaunchDarkly feature flag workflows -- enumerate projects and environments, create webhook-driven flag triggers, manage trigger lifecycle, and audit code references across repositories. **Toolkit docs:** [composio.dev/toolkits/launch_darkly](https://composio.dev/toolkits/launch_darkly) --- ## Setup 1. Add the Composio MCP server to your client: `https://rube.app/mcp` 2. Connect your LaunchDarkly account when prompted (API key authentication) 3. Start using the workflows below --- ## Core Workflows ### 1. List Projects Use `LAUNCH_DARKLY_LIST_PROJECTS` to discover all projects and their keys for subsequent operations. ``` Tool: LAUNCH_DARKLY_LIST_PROJECTS Inputs: - filter: string (e.g., "query:myproject" or "keys:proj1,proj2" or "tags:mytag") - expand: string (e.g., "environments" to include env list per project) - limit: integer (default 20) - offset: integer (pagination start index) - sort: string (e.g., "name" or "-name" for descending) ``` ### 2. Get Environments for a Project Use `LAUNCH_DARKLY_GET_ENVIRONMENTS` to list all environments within a project (production, staging, test, etc.). ``` Tool: LAUNCH_DARKLY_GET_ENVIRONMENTS Inputs: -
- Setup
- Core Workflows
- 1. List Projects
- 2. Get Environments for a Project
- 3. Create a Flag Trigger Workflow
- 4. Delete a Flag Trigger Workflow
- 5. List Code Reference Repositories
- Known Pitfalls
- Quick Reference
What does the LaunchDarkly Automation skill do?
Automate LaunchDarkly feature flag management -- list projects and environments, create and delete trigger workflows, and track code references via the Composio MCP integration.
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill launch-darkly-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
