Guides you through setting up LaunchDarkly projects by first exploring your codebase to understand the stack, then recommending the right implementation path. It tries to auto-detect API keys from environment variables or MCP config before asking you, and includes reference guides for Python, Node.js, Go, and multi-language setups. The workflow is opinionated about verification: it actually fetches the created project and tests SDK initialization rather than assuming success. Useful when you're adding LaunchDarkly to an existing service and want the setup to match your existing patterns, or when cloning projects across teams or regions. The skill warns about common jq pitfalls when inspecting API responses and reminds you to flush events before closing SDK connections in scripts.
npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-projects