Bilal140202/the-lord-of-the-skills

⚔ AI agent skills installer — 17,000+ skills for Claude Code, Cursor, Cline, Aider, Codex & Antigravity. pip install lotr-skills. cursor rules, claude code skills, SKILL.md, AGENTS.md.

4Stars on the repository
245Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

configs-create

169

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Create and configure configs in LaunchDarkly. Helps you choose between agent vs completion mode, create the config, add variations with models and prompts, and verify the setup.

not rated 4 6d ago A 37 tokens original MIT

configs-targeting

170

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Configure config targeting rules to control which variations serve to different users. Enable percentage rollouts, attribute-based rules, segment targeting, and guarded rollouts.

not rated 4 6d ago B 34 tokens original MIT

configs-update

171

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Update, archive, and delete LaunchDarkly configs and their variations. Use when you need to modify config properties, change model parameters, update instructions or messages, archive unused configs, or permanently remove them.

not rated 4 6d ago A 44 tokens original MIT

configs-variations

172

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Experiment with configs by creating and managing variations. Helps you test different models, prompts, and parameters to find what works best through systematic experimentation.

not rated 4 6d ago A 33 tokens original MIT

custom-metrics

173

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Create, track, retrieve, update, and delete custom business metrics for configs. Covers full lifecycle: define metric kinds via API, emit events via SDK, and query results.

not rated 4 6d ago B 39 tokens original MIT

migrate

174

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Migrate an application with hardcoded LLM prompts to a full LaunchDarkly AgentControl implementation in five stages: audit the code, wrap the call, move the tools, add tracking, attach evaluators. Use when the user wants to externalize model/prompt configuration, move from direct provider calls (OpenAI, Anthropic…

not rated 4 6d ago A 96 tokens original MIT

online-evals

175

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Attach judges to config variations for automatic LLM-as-a-judge evaluation. Create custom judges, configure sampling rates, and monitor quality scores.

not rated 4 6d ago B 32 tokens original MIT

projects

176

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Guide for setting up LaunchDarkly projects in your codebase. Helps you assess your stack, choose the right approach, and integrate project management that makes sense for your architecture.

not rated 4 6d ago B 37 tokens original MIT

snippets

177

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Create and manage prompt snippets — reusable text blocks referenced inside config variation prompts. Keeps common instructions, personas, and guardrails consistent across multiple configs.

not rated 4 6d ago A 32 tokens original MIT

tools

178

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Give your agents capabilities through tools (function calling). Helps you identify what your agent needs to do, create tool definitions, and attach them to config variations.

not rated 4 6d ago A 33 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Set up and run experiments in LaunchDarkly. Create experiments with metrics, treatments, and flag config, start iterations to collect data, swap design between iterations, and stop with a winner.

not rated 4 6d ago A 46 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Drive a pull request's change end to end: decide it's flag-worthy, create the guarding flag, wire the new code path behind it on the PR branch, and record an automated release so the change ships safely when the PR merges. A portable orchestrator that composes should-flag-change, launchdarkly-flag-create, and…

not rated 4 6d ago A 105 tokens original MIT

flag-release

181

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Record an automated rollout for an existing LaunchDarkly flag that guards a pull request's change, so the change releases safely when the PR merges. Honors a stated release intent (release now / hold / notBefore / segment / prerequisite) and defers per-environment to the project's release policies. Use as the release…

not rated 4 6d ago A 108 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Safely remove a feature flag from code while preserving production behavior. Use when the user wants to remove a flag from code, delete flag references, or create a PR that hardcodes the winning variation after a rollout is complete.

not rated 4 6d ago A 53 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Resolve /flag style requests into the right LaunchDarkly flag lookup flow. Use when the user types /flag, asks to quickly find a flag by name/key, wants a direct flag detail summary, or needs fast disambiguation between similar flags.

not rated 4 6d ago A 58 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Create and configure LaunchDarkly feature flags in a way that fits the existing codebase. Use when the user wants to create a new flag, wrap code in a flag, add a feature toggle, or set up an experiment. Guides exploration of existing patterns before creating.

not rated 4 6d ago A 61 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Audit your LaunchDarkly feature flags to understand the landscape, find stale or launched flags, and assess removal readiness. Use when the user asks about flag debt, stale flags, cleanup candidates, flag health, or wants to understand their flag inventory.

not rated 4 6d ago A 57 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Control LaunchDarkly feature flag targeting including toggling flags on/off, percentage rollouts, targeting rules, individual targets, and copying flag configurations between environments. Use when the user wants to change who sees a flag, roll out to a percentage, add targeting rules, or promote config between…

not rated 4 6d ago A 67 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Configure guarded rollouts with progressive traffic increases, metric monitoring, and automatic rollback. Use when releasing features gradually with safety thresholds.

not rated 4 6d ago A 34 tokens original MIT

should-flag-change

188

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Decide whether a given code change should be placed behind a LaunchDarkly feature flag. Use when a developer asks whether a change should be behind a flag, when reviewing a diff or pull request, or when running in CI on a PR. Reads the diff and surrounding code, then emits a structured advisory recommendation.…

not rated 4 6d ago A 78 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Choose the right metrics for a LaunchDarkly experiment, guarded rollout, or release policy. Use when the user wants to know which metrics to use, which is the primary metric for an experiment, what guardrails to add, or which events to monitor in a rollout. Surfaces what will auto-attach from existing release policies…

not rated 4 6d ago A 78 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Create a LaunchDarkly metric that measures what matters for an experiment or rollout. Use when the user wants to create a metric, track an event, measure page views, button clicks, conversion, latency, error rate, or any custom numeric or binary outcome. Instruments the event first when needed (including SDK setup and…

not rated 4 6d ago A 80 tokens original MIT

Bilal140202/the-lord-of-the-skills

Skill Claude CodeCodex

Instrument a LaunchDarkly metric event in a codebase by adding a track() call. Use when the user wants to wire up an event, instrument an action for a metric, add tracking to a feature, or confirm that an event is flowing to LaunchDarkly.

not rated 4 6d ago A 62 tokens original MIT

onboarding

192

Bilal140202/the-lord-of-the-skills

Skill Codex

Onboard a project to LaunchDarkly: kickoff roadmap, resumable log, explore repo, MCP, companion flag skills, nested SDK install (detect/plan/apply), first flag. Use when adding LaunchDarkly, setting up or integrating feature flags in a project, SDK integration, or 'onboard me'.

not rated 4 6d ago A 67 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: