launchdarkly

53 mods across 2 repositories, 52 stars between them.

projects

25

launchdarkly/ai-tooling

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.

25 yesterday B 37 tokens

snippets

26

launchdarkly/ai-tooling

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.

25 yesterday A 32 tokens

tools

27

launchdarkly/ai-tooling

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.

25 yesterday A 33 tokens

launchdarkly/ai-tooling

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.

25 yesterday A 46 tokens

launchdarkly/ai-tooling

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…

25 yesterday A 105 tokens

flag-release

30

launchdarkly/ai-tooling

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…

25 yesterday A 108 tokens

launchdarkly/ai-tooling

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.

25 yesterday A 53 tokens

launchdarkly/ai-tooling

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.

25 yesterday A 58 tokens

launchdarkly/ai-tooling

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.

25 yesterday A 61 tokens

launchdarkly/ai-tooling

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.

25 yesterday A 57 tokens

launchdarkly/ai-tooling

Skill Claude CodeCodex

Detect and reconcile drift between a feature flag's in-code SDK fallback default and its LaunchDarkly default rule (fallthrough). Use when a flag's default rule changed, when the user asks to detect flag drift, check whether a hardcoded default still matches LaunchDarkly, sync an in-code default, or open a PR…

25 yesterday A 88 tokens

launchdarkly/ai-tooling

Skill Claude CodeCodex

Integrate LaunchDarkly qualitative user feedback into a JavaScript/TypeScript codebase. Guides framework and design system detection, builds the sendFeedback utility and feedback widget matching existing project patterns. Use when the user wants to add a Give Feedback widget, collect user sentiment tied to feature…

25 yesterday A 86 tokens

launchdarkly/ai-tooling

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…

25 yesterday A 67 tokens

launchdarkly/ai-tooling

Skill Claude CodeCodex

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

25 yesterday A 34 tokens

should-flag-change

39

launchdarkly/ai-tooling

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.…

25 yesterday A 78 tokens

launchdarkly/ai-tooling

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…

25 yesterday A 78 tokens

launchdarkly/ai-tooling

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…

25 yesterday A 80 tokens

launchdarkly/ai-tooling

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.

25 yesterday A 62 tokens

alert-investigation

43

launchdarkly/ai-tooling

Skill Claude CodeCodex

Investigates a triggered observability alert and returns a structured diagnosis with likely cause, scope, and next steps.

25 yesterday A 26 tokens

create-fix-pr

44

launchdarkly/ai-tooling

Skill Claude CodeCodex

Investigates a root cause and files a minimal fix PR for a reported bug or observability finding.

25 yesterday A 25 tokens

create-graph

45

launchdarkly/ai-tooling

Skill Claude CodeCodex

Creates observability dashboards and graphs from logs, traces, errors, sessions, metrics, and events data by previewing charts inline and saving them to a dashboard.

25 yesterday A 36 tokens

investigate

46

launchdarkly/ai-tooling

Skill Claude CodeCodex

Analyzes observability data — logs, traces, errors, sessions, and metrics — to find root cause and actionable evidence. Use when the user reports a bug, an unexpected behavior, or asks about patterns across application data.

25 yesterday A 48 tokens

onboarding

47

launchdarkly/ai-tooling

Skill Claude CodeCodex

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'.

25 yesterday A 67 tokens

first-flag

48

launchdarkly/ai-tooling

Skill Claude CodeCodex

Create a boolean first flag, add evaluation, toggle on/off for end-to-end proof. Parent onboarding Step 6; uses MCP, API, or ldcli; optional flag-create skill.

25 yesterday A 42 tokens