diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..12d290d --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,15 @@ +{ + "name": "launchdarkly-ai-tooling", + "owner": { + "name": "LaunchDarkly", + "email": "support@launchdarkly.com", + "url": "https://launchdarkly.com" + }, + "plugins": [ + { + "name": "launchdarkly", + "description": "LaunchDarkly agent skills and MCP servers for feature flag management, AgentControl, and metrics", + "source": "." + } + ] +} diff --git a/README.md b/README.md index bb0ab38..add15c2 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,13 @@ Agent Skills are modular, text-based playbooks that teach an agent how to perfor This repo is a [Claude Code plugin](https://code.claude.com/docs/en/create-plugins). Installing it gives you all the skills above plus the LaunchDarkly MCP server. -1. Open Claude Code and run `/plugin install`. -2. Search for **LaunchDarkly**, or install directly from the repo URL: +1. Add this repo as a plugin marketplace in Claude Code: ``` - https://github.com/launchdarkly/ai-tooling + /plugin marketplace add launchdarkly/ai-tooling + ``` +2. Install the plugin: + ``` + /plugin install launchdarkly@launchdarkly-ai-tooling ``` 3. Authenticate the LaunchDarkly MCP server when prompted with your [API access token](https://docs.launchdarkly.com/home/account/api).