Skip to content

Commit fb5a94e

Browse files
authored
[feat] Adding cursor plugin config (#10)
1 parent 7cd1d68 commit fb5a94e

4 files changed

Lines changed: 46 additions & 0 deletions

File tree

.cursor-plugin/plugin.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "launchdarkly",
3+
"version": "1.0.0",
4+
"description": "LaunchDarkly agent skills and mcp server for feature flag management, AI configuration, and skill authoring",
5+
"author": {
6+
"name": "LaunchDarkly",
7+
"email": "support@launchdarkly.com"
8+
},
9+
"homepage": "https://launchdarkly.com",
10+
"repository": "https://github.com/launchdarkly/agent-skills",
11+
"license": "Apache-2.0",
12+
"logo": "logo.svg",
13+
"keywords": [
14+
"launchdarkly",
15+
"feature-flags",
16+
"feature-management",
17+
"ai-config",
18+
"targeting",
19+
"rollout",
20+
"cleanup",
21+
"mcp"
22+
]
23+
}

.mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"mcpServers": {
3+
"LaunchDarkly": {
4+
"type": "http",
5+
"url": "https://mcp.launchdarkly.com/mcp/v1",
6+
"headers": {}
7+
}
8+
}
9+
}

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ Agent Skills are modular, text-based playbooks that teach an agent how to perfor
3333
|-------|-------------|
3434
| `skill-authoring/create-skill` | Add a new skill following conventions — explore existing skills, create with workflow pattern, verify with validation scripts |
3535

36+
## Install as a Cursor Plugin
37+
38+
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.
39+
40+
1. Open Cursor and go to **Settings > Plugins**.
41+
2. Search for **LaunchDarkly** in the marketplace, or install from the repo URL:
42+
```
43+
https://github.com/launchdarkly/agent-skills
44+
```
45+
Once installed, the skills and MCP server are available across all your projects.
46+
3647
## Quick Start (Local)
3748

3849
```bash

logo.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)