You're using a skill that will guide you through setting up LaunchDarkly project management in a codebase. Your job is to explore the codebase to understand the stack and patterns, assess what approach makes sense, choose the right implementation path from the references, execute the setup, and verify it works.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionaiconfig-projectsExecute the skills CLI command in your project's root directory to begin installation:
Fetches aiconfig-projects from launchdarkly/agent-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate aiconfig-projects. Access via /aiconfig-projects in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
5
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
5
stars
You're using a skill that will guide you through setting up LaunchDarkly project management in a codebase. Your job is to explore the codebase to understand the stack and patterns, assess what approach makes sense, choose the right implementation path from the references, execute the setup, and verify it works.
Choose one:
projects:write permissionBefore prompting the user for an API key, try to detect it automatically:
LAUNCHDARKLY_API_KEY, LAUNCHDARKLY_API_TOKEN, or LD_API_KEY~/.claude/config.json for mcpServers.launchdarkly.env.LAUNCHDARKLY_API_KEYSee Quick Start for API usage patterns.
Projects are LaunchDarkly's top-level organizational containers that hold:
Think of projects as separate applications, services, or teams that need their own isolated set of configurations.
Before implementing anything, understand the existing architecture:
Identify the tech stack:
Check environment management:
Look for patterns:
Understand the use case:
Based on your exploration, determine the right approach:
| Scenario | Recommended Path |
|---|---|
| New project, no LaunchDarkly integration | Quick Setup - Create project and save SDK keys |
| Existing LaunchDarkly usage | Add to Existing - Create new project or use existing |
| Multiple services/microservices | Multi-Project - Create projects per service |
| Multi-region or multi-tenant | Project Cloning - Clone template project |
| Infrastructure-as-Code (IaC) setup | Automated Setup - Script-based creation |
| Need project management tooling | CLI/Admin Tools - Build project management utilities |
Select the reference guide that matches your stack and use case:
By Language/Stack:
By Use Case:
Follow the chosen reference guide to implement project management. Key considerations:
API Authentication:
Project Naming:
SDK Key Management:
Error Handling:
After creating the project, verify it works:
Fetch via API to confirm it exists:
curl -X GET "https://app.launchdarkly.com/api/v2/projects/{projectKey}?expand=environments" \
-H "Authorization: {api_token}"
Confirm the response includes the project, environments, and SDK keys.
Test SDK integration: Run a quick verification to ensure the SDK key works:
from ldclient import set_config, Config
set_config(Config("{sdk_key}"))
# SDK initializes successfully
Report results:
Project keys must follow these rules:
✓ Good examples:
- "support-ai"
- "chat-bot-v2"
- "internal-tools"
✗ Bad examples:
- "Support_AI" # No uppercase or underscores
- "123-project" # Must start with letter
- "my.project" # No dots allowed
Naming Recommendations:
platform-ai → Platform Team AI
customer-ai → Customer Success Team AI
internal-ai → Internal Tools Team AI
mobile-ai → Mobile App AI Configs
web-ai → Web App AI Configs
api-ai → API Service AI Configs
ai-us → US Region
ai-eu → Europe Region
ai-apac → Asia-Pacific Region
| Situation | Action |
|---|---|
| Project already exists | Check if it's the right one; use it or create with different key |
| Need multiple projects | Create separately for each service/region/team |
| Shared configs across services | Use same project, separate by SDK context |
| Token lacks permissions | Request projects:write or use MCP server |
| Project name conflict | Keys must be unique, names can be similar |
After setting up projects:
aiconfig-create skillaiconfig-sdk skillaiconfig-targeting skillaiconfig-create - Create AI Configs in projectsaiconfig-sdk - Integrate SDK in your applicationaiconfig-targeting - Configure AI Config targetingaiconfig-variations - Manage config variationsPrerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
leonxlnx/taste-skill
davila7/claude-code-templates
intellectronica/agent-skills
am-will/codex-skills
sickn33/antigravity-awesome-skills
myzy-ai/dokie-ai-ppt
aiconfig-projects reduced setup friction for our internal harness; good balance of opinion and flexibility.
We added aiconfig-projects from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
aiconfig-projects fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
aiconfig-projects is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
aiconfig-projects reduced setup friction for our internal harness; good balance of opinion and flexibility.
Solid pick for teams standardizing on skills: aiconfig-projects is focused, and the summary matches what you get after install.
Registry listing for aiconfig-projects matched our evaluation — installs cleanly and behaves as described in the markdown.
Solid pick for teams standardizing on skills: aiconfig-projects is focused, and the summary matches what you get after install.
aiconfig-projects has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: aiconfig-projects is the kind of skill you can hand to a new teammate without a long onboarding doc.
showing 1-10 of 73