Create Skill
Automates LaunchDarkly feature flag creation based on provided specifications and naming conventions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add launchdarkly-create-skill npx -- -y @trustedskills/launchdarkly-create-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"launchdarkly-create-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/launchdarkly-create-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with LaunchDarkly, a feature flag management platform. Specifically, it enables creating new feature flags within your LaunchDarkly environment, defining their key attributes like name, description, and variations. It streamlines the process of rolling out new features and experiments by automating flag creation.
When to use it
- New Feature Rollout: Automatically create a new feature flag when a development team is ready to begin testing a new feature.
- A/B Testing Setup: Generate flags with predefined variations for A/B testing scenarios, reducing manual configuration.
- Experimentation Frameworks: Create flags dynamically based on experiment parameters received from an external system or data source.
- Automated Feature Management: Integrate flag creation into automated deployment pipelines to ensure feature flags are provisioned as needed.
Key capabilities
- Creates new feature flags in LaunchDarkly.
- Defines flag name and description.
- Sets up initial variations for the flag.
Example prompts
- "Create a LaunchDarkly flag named 'new-homepage' with the description 'Testing a redesigned homepage'."
- "Generate a flag called 'discount-offer' with variations 'enabled' and 'disabled' to test a promotional discount."
- "Create a new feature flag for 'mobile-checkout' with a description of 'Mobile checkout improvements.'"
Tips & gotchas
- Requires appropriate LaunchDarkly API keys and permissions configured within the AI agent environment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.