aiconfig-projects

Analyze a codebase and create LaunchDarkly projects via API or MCP.

25|8|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-projects-launchdarkly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiconfig-projects
Source: https://github.com/launchdarkly/agent-skills/tree/main/skills/ai-configs/aiconfig-projects
Command: npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-projects-launchdarkly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guides teams through setting up LaunchDarkly projects by walking through codebase analysis, approach selection, and integration planning.

Core Features & Use Cases

  • Explore the codebase to understand the tech stack and patterns.
  • Select the most appropriate implementation path from the references and execute project creation.
  • Verify setup by fetching environments and SDK keys via API.
  • Typical use case: a team onboarding a new product area creates a dedicated LaunchDarkly project and configures SDK keys across environments.

Quick Start

Initiate a new LaunchDarkly project by selecting a reference path and retrieving the production SDK key.

Frequently Asked Questions about aiconfig-projects

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up LaunchDarkly projects in my codebase?

To set up LaunchDarkly projects, analyze your codebase to identify the tech stack, select an appropriate integration path from the provided references, and execute project creation via API or MCP to retrieve and configure SDK keys across environments.

What's the best way to automate LaunchDarkly project creation for multiple architectures?

Automating LaunchDarkly project creation involves selecting an API or MCP-based reference path tailored to your architecture, enabling automated project setup, environment key retrieval, and verification via token-based authentication.

How does LaunchDarkly project setup handle API conflicts and permission errors?

LaunchDarkly project setup includes built-in error handling for API conflicts and permission errors, ensuring token-based authentication failures or existing project conflicts are managed during the automated creation and verification process.

Can I retrieve LaunchDarkly SDK keys and environments via API after project creation?

Yes, you can retrieve LaunchDarkly SDK keys and environments via API after project creation. The setup guides verification by fetching environment configurations and production SDK keys to ensure successful integration.

Do I need token-based authentication to create LaunchDarkly projects through code?

Yes, token-based authentication is required to create LaunchDarkly projects through code. The automated project setup meets requirements for secure authentication, error handling for conflicts, and environment key retrieval.

When should I create a dedicated LaunchDarkly project for a new product area?

You should create a dedicated LaunchDarkly project when onboarding a new product area or working across multiple languages and architectures, enabling isolated environment configuration and SDK key management via API or MCP-based creation.