Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -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": "."
}
]
}
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Loading