[feat] Adding cursor plugin config (#10)

This commit is contained in:
Ramon Niebla
2026-02-19 06:31:44 -08:00
committed by GitHub
parent 7cd1d68dcd
commit fb5a94e57d
4 changed files with 46 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "launchdarkly",
"version": "1.0.0",
"description": "LaunchDarkly agent skills and mcp server for feature flag management, AI configuration, and skill authoring",
"author": {
"name": "LaunchDarkly",
"email": "support@launchdarkly.com"
},
"homepage": "https://launchdarkly.com",
"repository": "https://github.com/launchdarkly/agent-skills",
"license": "Apache-2.0",
"logo": "logo.svg",
"keywords": [
"launchdarkly",
"feature-flags",
"feature-management",
"ai-config",
"targeting",
"rollout",
"cleanup",
"mcp"
]
}
+9
View File
@@ -0,0 +1,9 @@
{
"mcpServers": {
"LaunchDarkly": {
"type": "http",
"url": "https://mcp.launchdarkly.com/mcp/v1",
"headers": {}
}
}
}
+11
View File
@@ -33,6 +33,17 @@ Agent Skills are modular, text-based playbooks that teach an agent how to perfor
|-------|-------------|
| `skill-authoring/create-skill` | Add a new skill following conventions — explore existing skills, create with workflow pattern, verify with validation scripts |
## Install as a Cursor Plugin
This repo is a [Cursor plugin](https://cursor.com/docs/plugins/building). Installing it gives you all the skills above plus the LaunchDarkly MCP server, so the agent can read and modify your flags directly.
1. Open Cursor and go to **Settings > Plugins**.
2. Search for **LaunchDarkly** in the marketplace, or install from the repo URL:
```
https://github.com/launchdarkly/agent-skills
```
Once installed, the skills and MCP server are available across all your projects.
## Quick Start (Local)
```bash
+3
View File
@@ -0,0 +1,3 @@
<svg width="59" height="58" viewBox="0 0 59 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29.6209 57.6099C29.1745 57.6099 28.7282 57.3557 28.4731 56.9109C28.2818 56.466 28.2818 56.0211 28.6006 55.6398L42.183 37.0196L18.3979 46.6792C18.2066 46.7428 18.0791 46.8063 17.8878 46.8063C17.3139 46.8063 16.8037 46.425 16.6762 45.9166C16.4849 45.4082 16.74 44.8363 17.1863 44.5185L38.1019 32.2533L1.30836 30.1561C0.543156 30.0926 0.0967712 29.5206 0.0967712 28.8851C0.0967712 28.3132 0.479389 27.6777 1.30836 27.6141L38.1019 25.5169L17.1863 13.2517C16.74 12.934 16.4849 12.362 16.6762 11.8536C16.8675 11.3452 17.3139 10.9639 17.8878 10.9639C18.0791 10.9639 18.2066 11.0274 18.3979 11.091L42.183 20.7507L28.6006 2.06683C28.3456 1.68553 28.2818 1.17713 28.4731 0.795826C28.6644 0.350973 29.1108 0.0967712 29.6209 0.0967712C29.9397 0.0967712 30.2586 0.223872 30.5136 0.478074L57.5509 27.3599C57.9335 27.7412 58.1247 28.3132 58.1247 28.8216C58.1247 29.33 57.9335 29.8384 57.5509 30.2832L30.5136 57.2286C30.2586 57.4828 29.9397 57.6099 29.6209 57.6099Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB