From fb5a94e57d75f2a3220cb0d2d6441e7701e8a71f Mon Sep 17 00:00:00 2001 From: Ramon Niebla Date: Thu, 19 Feb 2026 06:31:44 -0800 Subject: [PATCH] [feat] Adding cursor plugin config (#10) --- .cursor-plugin/plugin.json | 23 +++++++++++++++++++++++ .mcp.json | 9 +++++++++ README.md | 11 +++++++++++ logo.svg | 3 +++ 4 files changed, 46 insertions(+) create mode 100644 .cursor-plugin/plugin.json create mode 100644 .mcp.json create mode 100644 logo.svg diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json new file mode 100644 index 0000000..3ab4468 --- /dev/null +++ b/.cursor-plugin/plugin.json @@ -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" + ] +} diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..68bb869 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "LaunchDarkly": { + "type": "http", + "url": "https://mcp.launchdarkly.com/mcp/v1", + "headers": {} + } + } +} diff --git a/README.md b/README.md index cde254b..d97001f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..9fd6a47 --- /dev/null +++ b/logo.svg @@ -0,0 +1,3 @@ + + +