[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-launchdarkly-detect":3,"mdc-7r7lbb-key":34,"related-org-launchdarkly-detect":2246,"related-repo-launchdarkly-detect":2382},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":20,"repoUrl":21,"updatedAt":22,"license":23,"forks":24,"topics":25,"repo":29,"sourceUrl":32,"mdContent":33},"detect","detect tech stack for LaunchDarkly onboarding","Detect repository stack for LaunchDarkly SDK onboarding: languages, frameworks, package managers, monorepo targets, entrypoints, existing LD usage. Nested under sdk-install; next is plan.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"launchdarkly","LaunchDarkly","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Flaunchdarkly.png",[12,16,17],{"name":13,"slug":14,"type":15},"Engineering","engineering","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Code Analysis","code-analysis",20,"https:\u002F\u002Fgithub.com\u002Flaunchdarkly\u002Fai-tooling","2026-04-16T05:07:57.977655","Apache-2.0",6,[26,27,28],"agent-skills","launchdarkly-ai","managed-by-terraform",{"repoUrl":21,"stars":20,"forks":24,"topics":30,"description":31},[26,27,28],"LaunchDarkly's official AI tooling","https:\u002F\u002Fgithub.com\u002Flaunchdarkly\u002Fai-tooling\u002Ftree\u002FHEAD\u002Fskills\u002Fonboarding\u002Fsdk-install\u002Fdetect","---\nname: detect\ndescription: \"Detect repository stack for LaunchDarkly SDK onboarding: languages, frameworks, package managers, monorepo targets, entrypoints, existing LD usage. Nested under sdk-install; next is plan.\"\nlicense: Apache-2.0\ncompatibility: Requires access to the project repository\nmetadata:\n  author: launchdarkly\n  version: \"0.1.0\"\n---\n\n# Detect repository stack (SDK install)\n\nBefore installing anything, you must understand the project. Identify what the project is built with and whether LaunchDarkly is already present.\n\nThis skill is nested under [LaunchDarkly SDK Install (onboarding)](..\u002FSKILL.md); the parent **Step 1** is **detect**. **Next:** [Generate integration plan](..\u002Fplan\u002FSKILL.md) unless the decision tree sends you elsewhere.\n\n### 1. Language and framework\n\nLook for the indicator files below (and related root layout), then read the relevant manifests to infer language and framework.\n\nLook for these files to identify the stack:\n\n| File | Language\u002FFramework |\n|------|--------------------|\n| `package.json` | JavaScript\u002FTypeScript (check for React, Next.js, Vue, Angular, Express, React Native, Electron, etc.) |\n| `requirements.txt`, `pyproject.toml`, `Pipfile`, `setup.py` | Python (check for Django, Flask, FastAPI) |\n| `go.mod` | Go (check for Gin, Echo, Fiber, Chi) |\n| `pom.xml`, `build.gradle`, `build.gradle.kts` | Java\u002FKotlin (check for Spring, Quarkus, Android) |\n| `Gemfile` | Ruby (check for Rails, Sinatra) |\n| `*.csproj`, `*.sln`, `*.fsproj` | .NET\u002FC# (check for ASP.NET, MAUI, Xamarin, WPF, UWP) |\n| `composer.json` | PHP (check for Laravel, Symfony) |\n| `Cargo.toml` | Rust (check for Actix, Axum, Rocket) |\n| `pubspec.yaml` | Flutter\u002FDart |\n| `Package.swift`, `Podfile`, `*.xcodeproj` | Swift\u002FiOS |\n| `AndroidManifest.xml` | Android (also check `build.gradle` for `com.android`) |\n| `rebar.config`, `mix.exs` | Erlang\u002FElixir |\n| `CMakeLists.txt`, `Makefile` (with C\u002FC++ patterns) | C\u002FC++ (check for `#include` patterns) |\n| `*.cabal`, `stack.yaml` | Haskell |\n| `*.lua`, `rockspec` | Lua |\n| `manifest`, `*.brs` | Roku (BrightScript) |\n| `wrangler.toml` | Cloudflare Workers (edge SDK) |\n| `vercel.json` with edge functions | Vercel Edge (edge SDK) |\n\nRead the dependency file to identify the specific framework. For `package.json`, check both `dependencies` and `devDependencies`.\n\nIf you cannot identify the language or framework:\n\n**D5 -- BLOCKING:** Call your structured question tool now.\n- question: \"I couldn't detect the project's language or framework. Which SDK would you like to use?\"\n- options: Present the available SDKs from [SDK recipes](..\u002F..\u002Freferences\u002Fsdk\u002Frecipes.md) as selectable options.\n- STOP. Do not write the question as text. Do not continue until the user selects an option.\n\n### 2. Package manager\n\nIdentify how the project installs dependencies:\n\n| Indicator | Package Manager |\n|-----------|----------------|\n| `package-lock.json` | npm |\n| `yarn.lock` | yarn |\n| `pnpm-lock.yaml` | pnpm |\n| `bun.lockb` | bun |\n| `Pipfile.lock` | pipenv |\n| `poetry.lock` | poetry |\n| `go.sum` | go modules |\n| `Gemfile.lock` | bundler |\n\nUse the detected package manager for all install commands. If multiple lock files exist, prefer the one that was most recently modified.\n\n### 3. Monorepo layout\n\nSome repositories host multiple packages or services. Look for these indicators:\n\n| File \u002F pattern | Tool or layout |\n|----------------|----------------|\n| `pnpm-workspace.yaml` | pnpm workspaces |\n| `lerna.json` | Lerna |\n| `nx.json` | Nx |\n| `turbo.json` | Turborepo |\n| `rush.json` | Rush |\n| `packages\u002F` directory with multiple `package.json` files | Generic monorepo |\n\nWhen any of these apply, **do not assume the repo root is the integration target**:\n\n**D5 -- BLOCKING:** Call your structured question tool now.\n- question: \"This is a monorepo. Which package, app, or service should I integrate LaunchDarkly into?\"\n- options: List the discovered packages\u002Fapps as selectable options.\n- STOP. Do not write the question as text. Do not continue until the user selects an option.\n\nThen run the rest of this detect step -- language, package manager, entrypoint, and SDK search -- **in that target directory** (and its subtree), not only at the root.\n\n### 4. Application entrypoint\n\nFind the main file where the application starts. In a monorepo, apply the patterns below within the chosen package after [section 3 Monorepo layout](#3-monorepo-layout). Common patterns:\n\n- **Node.js (server)**: Check `package.json` `\"main\"` field, or look for `index.js`, `server.js`, `app.js`, `src\u002Findex.ts`\n- **NestJS**: Look for `src\u002Fmain.ts` or `src\u002Fmain.js`\n- **Python**: Look for `app.py`, `main.py`, `manage.py`, `wsgi.py`, or the `[tool.poetry.scripts]` section\n- **Go**: Look for `main.go` or `cmd\u002F*\u002Fmain.go`\n- **Java**: Search for `public static void main` or `@SpringBootApplication`\n- **Ruby**: Look for `config.ru`, `config\u002Fapplication.rb`\n- **React\u002FVue\u002FAngular**: Look for `src\u002Findex.tsx`, `src\u002Fmain.tsx`, `src\u002FApp.tsx`, `src\u002Fmain.ts`\n- **Next.js**: App Router -- `app\u002Flayout.tsx` or `app\u002Flayout.js` (root layout). Pages Router -- `pages\u002F_app.tsx` or `pages\u002F_app.js`\n- **React Native**: Look for `App.tsx`, `App.js`, `index.js` (with `AppRegistry.registerComponent`)\n- **Electron**: Check `package.json` `\"main\"`; common paths include `main.js` or `src\u002Fmain.ts`\n- **JavaScript (browser)**: Look for `index.html`, `src\u002Findex.js`, or bundler entry in `webpack.config.js` \u002F `vite.config.ts`\n- **Flutter**: Look for `lib\u002Fmain.dart`\n- **Swift\u002FiOS**: Look for `AppDelegate.swift`, `SceneDelegate.swift`, or `@main` struct\n- **Android**: Look for `MainActivity.java` or `MainActivity.kt`\n\n### 5a. Classify workspace confidence\n\nAfter sections 1-4, classify the workspace into **one of three states** before continuing. This classification determines how the rest of the flow proceeds.\n\n| State | Meaning | Criteria |\n|-------|---------|----------|\n| **Clear app** | A runnable application was found | Language\u002Fframework detected, a real entrypoint exists, dependency manifest is present with application dependencies |\n| **Unclear \u002F weak evidence** | Something is present but it does not clearly represent a runnable app | Stray or minimal `package.json` (e.g. only devDependencies, no scripts), isolated config\u002Fmanifest files, theme or config-only folders, token\u002Ffixture JSON, lockfiles without corresponding source, or multiple conflicting indicators with no dominant app structure |\n| **No app found** | No recognizable application structure was detected | No dependency manifests, no entrypoints, no source files matching known patterns, or the workspace is empty \u002F contains only documentation |\n\n**Weak evidence must not be treated as confirmation.** Examples of weak evidence:\n\n- A `package.json` with no `scripts` section and no application source files\n- A lone `requirements.txt` in a directory of data files or notebooks\n- Config, theme, or fixture directories with manifests that do not represent a runnable service\n- Monorepo roots where the real apps live in subdirectories but none was selected\n\n**Branching by state:**\n\n- **Clear app** → continue to [section 6 (Existing LaunchDarkly SDK)](#6-existing-launchdarkly-sdk) and then SDK confirmation.\n\n- **Unclear \u002F weak evidence:**\n\n**D5-UNCLEAR -- BLOCKING:** Call your structured question tool now.\n- question: \"I found some project files, but I'm not confident I've identified the right application to integrate. Can you point me to the correct app folder?\"\n- context: Briefly describe what you found and why it's ambiguous (e.g., \"There's a `package.json` at the root, but it has no start script and no application source files\").\n- options:\n  - Present any candidate folders you detected as selectable options\n  - \"It's somewhere else -- I'll tell you the path\"\n  - \"There is no app yet -- help me create a demo\"\n- STOP. Do not make code changes, install packages, or generate an integration plan until the user confirms the target. Do not continue until the user selects an option.\n\nAfter the user points to the correct folder, re-run detection (sections 1-4) scoped to that folder.\n\n- **No app found:**\n\nTell the user clearly: \"I didn't find a runnable application in this workspace.\" Then offer two paths:\n\n**D5-NOAPP -- BLOCKING:** Call your structured question tool now.\n- question: \"I didn't find a runnable application in this workspace. How would you like to proceed?\"\n- options:\n  - \"Point me to the right folder -- the app is somewhere else\"\n  - \"Create a minimal demo app so I can try LaunchDarkly\"\n- STOP. Do not continue until the user selects an option.\n\nIf the user chooses \"point me to the right folder,\" re-run detection scoped to the path they provide. If they choose \"create a demo app,\" create a minimal runnable app in a **new subfolder** (e.g. `launchdarkly-demo\u002F`) using the simplest stack you can scaffold (Node.js + Express or a static HTML page are good defaults), then continue detection from that subfolder.\n\n**Do not** declare onboarding complete unless the app target has been confirmed and the app can actually run.\n\n### 6. Existing LaunchDarkly SDK\n\nSearch the codebase for existing LaunchDarkly usage:\n\n```\nSearch for: launchdarkly, ldclient, ld-client, LDClient, @launchdarkly, launchdarkly-\n```\n\nCheck:\n\n- Is the SDK already in the dependency file?\n- Is there initialization code?\n- Is it properly configured or partially set up?\n- Are there already feature flag evaluations?\n\n## SDK confirmation\n\nAfter detecting the stack, confirm the SDK choice with the user:\n\n- **If one SDK is clearly the right fit**: Present your recommendation and get confirmation:\n\n**D5 -- BLOCKING:** Call your structured question tool now.\n- question: \"Based on what I found, I recommend the [SDK name] SDK. Does that look right?\"\n- options:\n  - \"Yes, proceed with that SDK\" -> continue to plan\n  - \"No, I want a different one\" -> let user specify\n- STOP. Do not write the question as text. Do not continue until the user selects an option.\n\n- **If multiple SDKs could apply** (e.g., a Next.js project with both server and client components):\n  - **If the user already asked for both** (e.g. \"frontend and backend,\" \"server + browser,\" \"API and SPA\"): Treat that as a **dual-SDK** scope. Proceed to [Generate integration plan](..\u002Fplan\u002FSKILL.md) with **both** SDKs in scope -- do **not** plan or implement only one and assume the other is \"covered.\"\n  - **If scope is unclear**:\n\n**D5 -- BLOCKING:** Call your structured question tool now.\n- question: \"This project has both server-side and client-side surfaces. Which do you want to integrate?\"\n- options:\n  - \"Server-side only\"\n  - \"Client-side only\"\n  - \"Both server-side and client-side\"\n- STOP. Do not write the question as text. Do not continue until the user selects an option.\n\nIf they choose **both**, the plan must include **two** concrete integrations (see [plan: Dual SDK integrations](..\u002Fplan\u002FSKILL.md#dual-sdk-integrations)).\n\n- **If you cannot determine the right SDK**: Present the available options from the [SDK recipes](..\u002F..\u002Freferences\u002Fsdk\u002Frecipes.md) as selectable options in your question tool and use the same blocking pattern above.\n\n## Decision tree\n\nAfter detection and confirmation:\n\n- **No app found or unclear** --> Already handled by D5-NOAPP \u002F D5-UNCLEAR in [section 5a](#5a-classify-workspace-confidence). Do not proceed to plan until the user confirms a real app target.\n- **SDK already installed and initialized** --> Skip to [Create first feature flag](..\u002F..\u002Ffirst-flag\u002FSKILL.md) (parent Step 6)\n- **SDK installed but not initialized** --> Skip to [Apply code changes](..\u002Fapply\u002FSKILL.md) (just add init code)\n- **SDK not present** --> Continue to [Generate integration plan](..\u002Fplan\u002FSKILL.md)\n- **Multiple targets detected (e.g., frontend + backend)** --> If the user wants **both** SDKs (confirmed via D5 above), continue to [Generate integration plan](..\u002Fplan\u002FSKILL.md) with **dual-SDK** scope (two packages, two entrypoints). If they want **one** surface only, plan for that single SDK.\n- **Language not detected** --> Already handled by the D5 blocking question in [section 1](#1-language-and-framework).\n\n---\n\n**Upon completion (normal path):** [Generate integration plan](..\u002Fplan\u002FSKILL.md)\n",{"data":35,"body":39},{"name":4,"description":6,"license":23,"compatibility":36,"metadata":37},"Requires access to the project repository",{"author":8,"version":38},"0.1.0",{"type":40,"children":41},"root",[42,51,57,100,107,112,117,578,606,611,621,649,655,660,818,823,829,834,967,979,987,1004,1016,1022,1035,1476,1482,1494,1591,1601,1646,1654,1682,1691,1739,1744,1755,1760,1769,1799,1819,1829,1835,1840,1852,1857,1880,1887,1892,1905,1913,2010,2018,2052,2078,2097,2103,2108,2229,2233],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"detect-repository-stack-sdk-install",[48],{"type":49,"value":50},"text","Detect repository stack (SDK install)",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Before installing anything, you must understand the project. Identify what the project is built with and whether LaunchDarkly is already present.",{"type":43,"tag":52,"props":58,"children":59},{},[60,62,69,71,77,79,83,85,90,92,98],{"type":49,"value":61},"This skill is nested under ",{"type":43,"tag":63,"props":64,"children":66},"a",{"href":65},"..\u002FSKILL.md",[67],{"type":49,"value":68},"LaunchDarkly SDK Install (onboarding)",{"type":49,"value":70},"; the parent ",{"type":43,"tag":72,"props":73,"children":74},"strong",{},[75],{"type":49,"value":76},"Step 1",{"type":49,"value":78}," is ",{"type":43,"tag":72,"props":80,"children":81},{},[82],{"type":49,"value":4},{"type":49,"value":84},". ",{"type":43,"tag":72,"props":86,"children":87},{},[88],{"type":49,"value":89},"Next:",{"type":49,"value":91}," ",{"type":43,"tag":63,"props":93,"children":95},{"href":94},"..\u002Fplan\u002FSKILL.md",[96],{"type":49,"value":97},"Generate integration plan",{"type":49,"value":99}," unless the decision tree sends you elsewhere.",{"type":43,"tag":101,"props":102,"children":104},"h3",{"id":103},"_1-language-and-framework",[105],{"type":49,"value":106},"1. Language and framework",{"type":43,"tag":52,"props":108,"children":109},{},[110],{"type":49,"value":111},"Look for the indicator files below (and related root layout), then read the relevant manifests to infer language and framework.",{"type":43,"tag":52,"props":113,"children":114},{},[115],{"type":49,"value":116},"Look for these files to identify the stack:",{"type":43,"tag":118,"props":119,"children":120},"table",{},[121,140],{"type":43,"tag":122,"props":123,"children":124},"thead",{},[125],{"type":43,"tag":126,"props":127,"children":128},"tr",{},[129,135],{"type":43,"tag":130,"props":131,"children":132},"th",{},[133],{"type":49,"value":134},"File",{"type":43,"tag":130,"props":136,"children":137},{},[138],{"type":49,"value":139},"Language\u002FFramework",{"type":43,"tag":141,"props":142,"children":143},"tbody",{},[144,163,202,219,250,267,298,315,332,349,380,412,436,470,494,518,542,559],{"type":43,"tag":126,"props":145,"children":146},{},[147,158],{"type":43,"tag":148,"props":149,"children":150},"td",{},[151],{"type":43,"tag":152,"props":153,"children":155},"code",{"className":154},[],[156],{"type":49,"value":157},"package.json",{"type":43,"tag":148,"props":159,"children":160},{},[161],{"type":49,"value":162},"JavaScript\u002FTypeScript (check for React, Next.js, Vue, Angular, Express, React Native, Electron, etc.)",{"type":43,"tag":126,"props":164,"children":165},{},[166,197],{"type":43,"tag":148,"props":167,"children":168},{},[169,175,177,183,184,190,191],{"type":43,"tag":152,"props":170,"children":172},{"className":171},[],[173],{"type":49,"value":174},"requirements.txt",{"type":49,"value":176},", ",{"type":43,"tag":152,"props":178,"children":180},{"className":179},[],[181],{"type":49,"value":182},"pyproject.toml",{"type":49,"value":176},{"type":43,"tag":152,"props":185,"children":187},{"className":186},[],[188],{"type":49,"value":189},"Pipfile",{"type":49,"value":176},{"type":43,"tag":152,"props":192,"children":194},{"className":193},[],[195],{"type":49,"value":196},"setup.py",{"type":43,"tag":148,"props":198,"children":199},{},[200],{"type":49,"value":201},"Python (check for Django, Flask, FastAPI)",{"type":43,"tag":126,"props":203,"children":204},{},[205,214],{"type":43,"tag":148,"props":206,"children":207},{},[208],{"type":43,"tag":152,"props":209,"children":211},{"className":210},[],[212],{"type":49,"value":213},"go.mod",{"type":43,"tag":148,"props":215,"children":216},{},[217],{"type":49,"value":218},"Go (check for Gin, Echo, Fiber, Chi)",{"type":43,"tag":126,"props":220,"children":221},{},[222,245],{"type":43,"tag":148,"props":223,"children":224},{},[225,231,232,238,239],{"type":43,"tag":152,"props":226,"children":228},{"className":227},[],[229],{"type":49,"value":230},"pom.xml",{"type":49,"value":176},{"type":43,"tag":152,"props":233,"children":235},{"className":234},[],[236],{"type":49,"value":237},"build.gradle",{"type":49,"value":176},{"type":43,"tag":152,"props":240,"children":242},{"className":241},[],[243],{"type":49,"value":244},"build.gradle.kts",{"type":43,"tag":148,"props":246,"children":247},{},[248],{"type":49,"value":249},"Java\u002FKotlin (check for Spring, Quarkus, Android)",{"type":43,"tag":126,"props":251,"children":252},{},[253,262],{"type":43,"tag":148,"props":254,"children":255},{},[256],{"type":43,"tag":152,"props":257,"children":259},{"className":258},[],[260],{"type":49,"value":261},"Gemfile",{"type":43,"tag":148,"props":263,"children":264},{},[265],{"type":49,"value":266},"Ruby (check for Rails, Sinatra)",{"type":43,"tag":126,"props":268,"children":269},{},[270,293],{"type":43,"tag":148,"props":271,"children":272},{},[273,279,280,286,287],{"type":43,"tag":152,"props":274,"children":276},{"className":275},[],[277],{"type":49,"value":278},"*.csproj",{"type":49,"value":176},{"type":43,"tag":152,"props":281,"children":283},{"className":282},[],[284],{"type":49,"value":285},"*.sln",{"type":49,"value":176},{"type":43,"tag":152,"props":288,"children":290},{"className":289},[],[291],{"type":49,"value":292},"*.fsproj",{"type":43,"tag":148,"props":294,"children":295},{},[296],{"type":49,"value":297},".NET\u002FC# (check for ASP.NET, MAUI, Xamarin, WPF, UWP)",{"type":43,"tag":126,"props":299,"children":300},{},[301,310],{"type":43,"tag":148,"props":302,"children":303},{},[304],{"type":43,"tag":152,"props":305,"children":307},{"className":306},[],[308],{"type":49,"value":309},"composer.json",{"type":43,"tag":148,"props":311,"children":312},{},[313],{"type":49,"value":314},"PHP (check for Laravel, Symfony)",{"type":43,"tag":126,"props":316,"children":317},{},[318,327],{"type":43,"tag":148,"props":319,"children":320},{},[321],{"type":43,"tag":152,"props":322,"children":324},{"className":323},[],[325],{"type":49,"value":326},"Cargo.toml",{"type":43,"tag":148,"props":328,"children":329},{},[330],{"type":49,"value":331},"Rust (check for Actix, Axum, Rocket)",{"type":43,"tag":126,"props":333,"children":334},{},[335,344],{"type":43,"tag":148,"props":336,"children":337},{},[338],{"type":43,"tag":152,"props":339,"children":341},{"className":340},[],[342],{"type":49,"value":343},"pubspec.yaml",{"type":43,"tag":148,"props":345,"children":346},{},[347],{"type":49,"value":348},"Flutter\u002FDart",{"type":43,"tag":126,"props":350,"children":351},{},[352,375],{"type":43,"tag":148,"props":353,"children":354},{},[355,361,362,368,369],{"type":43,"tag":152,"props":356,"children":358},{"className":357},[],[359],{"type":49,"value":360},"Package.swift",{"type":49,"value":176},{"type":43,"tag":152,"props":363,"children":365},{"className":364},[],[366],{"type":49,"value":367},"Podfile",{"type":49,"value":176},{"type":43,"tag":152,"props":370,"children":372},{"className":371},[],[373],{"type":49,"value":374},"*.xcodeproj",{"type":43,"tag":148,"props":376,"children":377},{},[378],{"type":49,"value":379},"Swift\u002FiOS",{"type":43,"tag":126,"props":381,"children":382},{},[383,392],{"type":43,"tag":148,"props":384,"children":385},{},[386],{"type":43,"tag":152,"props":387,"children":389},{"className":388},[],[390],{"type":49,"value":391},"AndroidManifest.xml",{"type":43,"tag":148,"props":393,"children":394},{},[395,397,402,404,410],{"type":49,"value":396},"Android (also check ",{"type":43,"tag":152,"props":398,"children":400},{"className":399},[],[401],{"type":49,"value":237},{"type":49,"value":403}," for ",{"type":43,"tag":152,"props":405,"children":407},{"className":406},[],[408],{"type":49,"value":409},"com.android",{"type":49,"value":411},")",{"type":43,"tag":126,"props":413,"children":414},{},[415,431],{"type":43,"tag":148,"props":416,"children":417},{},[418,424,425],{"type":43,"tag":152,"props":419,"children":421},{"className":420},[],[422],{"type":49,"value":423},"rebar.config",{"type":49,"value":176},{"type":43,"tag":152,"props":426,"children":428},{"className":427},[],[429],{"type":49,"value":430},"mix.exs",{"type":43,"tag":148,"props":432,"children":433},{},[434],{"type":49,"value":435},"Erlang\u002FElixir",{"type":43,"tag":126,"props":437,"children":438},{},[439,457],{"type":43,"tag":148,"props":440,"children":441},{},[442,448,449,455],{"type":43,"tag":152,"props":443,"children":445},{"className":444},[],[446],{"type":49,"value":447},"CMakeLists.txt",{"type":49,"value":176},{"type":43,"tag":152,"props":450,"children":452},{"className":451},[],[453],{"type":49,"value":454},"Makefile",{"type":49,"value":456}," (with C\u002FC++ patterns)",{"type":43,"tag":148,"props":458,"children":459},{},[460,462,468],{"type":49,"value":461},"C\u002FC++ (check for ",{"type":43,"tag":152,"props":463,"children":465},{"className":464},[],[466],{"type":49,"value":467},"#include",{"type":49,"value":469}," patterns)",{"type":43,"tag":126,"props":471,"children":472},{},[473,489],{"type":43,"tag":148,"props":474,"children":475},{},[476,482,483],{"type":43,"tag":152,"props":477,"children":479},{"className":478},[],[480],{"type":49,"value":481},"*.cabal",{"type":49,"value":176},{"type":43,"tag":152,"props":484,"children":486},{"className":485},[],[487],{"type":49,"value":488},"stack.yaml",{"type":43,"tag":148,"props":490,"children":491},{},[492],{"type":49,"value":493},"Haskell",{"type":43,"tag":126,"props":495,"children":496},{},[497,513],{"type":43,"tag":148,"props":498,"children":499},{},[500,506,507],{"type":43,"tag":152,"props":501,"children":503},{"className":502},[],[504],{"type":49,"value":505},"*.lua",{"type":49,"value":176},{"type":43,"tag":152,"props":508,"children":510},{"className":509},[],[511],{"type":49,"value":512},"rockspec",{"type":43,"tag":148,"props":514,"children":515},{},[516],{"type":49,"value":517},"Lua",{"type":43,"tag":126,"props":519,"children":520},{},[521,537],{"type":43,"tag":148,"props":522,"children":523},{},[524,530,531],{"type":43,"tag":152,"props":525,"children":527},{"className":526},[],[528],{"type":49,"value":529},"manifest",{"type":49,"value":176},{"type":43,"tag":152,"props":532,"children":534},{"className":533},[],[535],{"type":49,"value":536},"*.brs",{"type":43,"tag":148,"props":538,"children":539},{},[540],{"type":49,"value":541},"Roku (BrightScript)",{"type":43,"tag":126,"props":543,"children":544},{},[545,554],{"type":43,"tag":148,"props":546,"children":547},{},[548],{"type":43,"tag":152,"props":549,"children":551},{"className":550},[],[552],{"type":49,"value":553},"wrangler.toml",{"type":43,"tag":148,"props":555,"children":556},{},[557],{"type":49,"value":558},"Cloudflare Workers (edge SDK)",{"type":43,"tag":126,"props":560,"children":561},{},[562,573],{"type":43,"tag":148,"props":563,"children":564},{},[565,571],{"type":43,"tag":152,"props":566,"children":568},{"className":567},[],[569],{"type":49,"value":570},"vercel.json",{"type":49,"value":572}," with edge functions",{"type":43,"tag":148,"props":574,"children":575},{},[576],{"type":49,"value":577},"Vercel Edge (edge SDK)",{"type":43,"tag":52,"props":579,"children":580},{},[581,583,588,590,596,598,604],{"type":49,"value":582},"Read the dependency file to identify the specific framework. For ",{"type":43,"tag":152,"props":584,"children":586},{"className":585},[],[587],{"type":49,"value":157},{"type":49,"value":589},", check both ",{"type":43,"tag":152,"props":591,"children":593},{"className":592},[],[594],{"type":49,"value":595},"dependencies",{"type":49,"value":597}," and ",{"type":43,"tag":152,"props":599,"children":601},{"className":600},[],[602],{"type":49,"value":603},"devDependencies",{"type":49,"value":605},".",{"type":43,"tag":52,"props":607,"children":608},{},[609],{"type":49,"value":610},"If you cannot identify the language or framework:",{"type":43,"tag":52,"props":612,"children":613},{},[614,619],{"type":43,"tag":72,"props":615,"children":616},{},[617],{"type":49,"value":618},"D5 -- BLOCKING:",{"type":49,"value":620}," Call your structured question tool now.",{"type":43,"tag":622,"props":623,"children":624},"ul",{},[625,631,644],{"type":43,"tag":626,"props":627,"children":628},"li",{},[629],{"type":49,"value":630},"question: \"I couldn't detect the project's language or framework. Which SDK would you like to use?\"",{"type":43,"tag":626,"props":632,"children":633},{},[634,636,642],{"type":49,"value":635},"options: Present the available SDKs from ",{"type":43,"tag":63,"props":637,"children":639},{"href":638},"..\u002F..\u002Freferences\u002Fsdk\u002Frecipes.md",[640],{"type":49,"value":641},"SDK recipes",{"type":49,"value":643}," as selectable options.",{"type":43,"tag":626,"props":645,"children":646},{},[647],{"type":49,"value":648},"STOP. Do not write the question as text. Do not continue until the user selects an option.",{"type":43,"tag":101,"props":650,"children":652},{"id":651},"_2-package-manager",[653],{"type":49,"value":654},"2. Package manager",{"type":43,"tag":52,"props":656,"children":657},{},[658],{"type":49,"value":659},"Identify how the project installs dependencies:",{"type":43,"tag":118,"props":661,"children":662},{},[663,679],{"type":43,"tag":122,"props":664,"children":665},{},[666],{"type":43,"tag":126,"props":667,"children":668},{},[669,674],{"type":43,"tag":130,"props":670,"children":671},{},[672],{"type":49,"value":673},"Indicator",{"type":43,"tag":130,"props":675,"children":676},{},[677],{"type":49,"value":678},"Package Manager",{"type":43,"tag":141,"props":680,"children":681},{},[682,699,716,733,750,767,784,801],{"type":43,"tag":126,"props":683,"children":684},{},[685,694],{"type":43,"tag":148,"props":686,"children":687},{},[688],{"type":43,"tag":152,"props":689,"children":691},{"className":690},[],[692],{"type":49,"value":693},"package-lock.json",{"type":43,"tag":148,"props":695,"children":696},{},[697],{"type":49,"value":698},"npm",{"type":43,"tag":126,"props":700,"children":701},{},[702,711],{"type":43,"tag":148,"props":703,"children":704},{},[705],{"type":43,"tag":152,"props":706,"children":708},{"className":707},[],[709],{"type":49,"value":710},"yarn.lock",{"type":43,"tag":148,"props":712,"children":713},{},[714],{"type":49,"value":715},"yarn",{"type":43,"tag":126,"props":717,"children":718},{},[719,728],{"type":43,"tag":148,"props":720,"children":721},{},[722],{"type":43,"tag":152,"props":723,"children":725},{"className":724},[],[726],{"type":49,"value":727},"pnpm-lock.yaml",{"type":43,"tag":148,"props":729,"children":730},{},[731],{"type":49,"value":732},"pnpm",{"type":43,"tag":126,"props":734,"children":735},{},[736,745],{"type":43,"tag":148,"props":737,"children":738},{},[739],{"type":43,"tag":152,"props":740,"children":742},{"className":741},[],[743],{"type":49,"value":744},"bun.lockb",{"type":43,"tag":148,"props":746,"children":747},{},[748],{"type":49,"value":749},"bun",{"type":43,"tag":126,"props":751,"children":752},{},[753,762],{"type":43,"tag":148,"props":754,"children":755},{},[756],{"type":43,"tag":152,"props":757,"children":759},{"className":758},[],[760],{"type":49,"value":761},"Pipfile.lock",{"type":43,"tag":148,"props":763,"children":764},{},[765],{"type":49,"value":766},"pipenv",{"type":43,"tag":126,"props":768,"children":769},{},[770,779],{"type":43,"tag":148,"props":771,"children":772},{},[773],{"type":43,"tag":152,"props":774,"children":776},{"className":775},[],[777],{"type":49,"value":778},"poetry.lock",{"type":43,"tag":148,"props":780,"children":781},{},[782],{"type":49,"value":783},"poetry",{"type":43,"tag":126,"props":785,"children":786},{},[787,796],{"type":43,"tag":148,"props":788,"children":789},{},[790],{"type":43,"tag":152,"props":791,"children":793},{"className":792},[],[794],{"type":49,"value":795},"go.sum",{"type":43,"tag":148,"props":797,"children":798},{},[799],{"type":49,"value":800},"go modules",{"type":43,"tag":126,"props":802,"children":803},{},[804,813],{"type":43,"tag":148,"props":805,"children":806},{},[807],{"type":43,"tag":152,"props":808,"children":810},{"className":809},[],[811],{"type":49,"value":812},"Gemfile.lock",{"type":43,"tag":148,"props":814,"children":815},{},[816],{"type":49,"value":817},"bundler",{"type":43,"tag":52,"props":819,"children":820},{},[821],{"type":49,"value":822},"Use the detected package manager for all install commands. If multiple lock files exist, prefer the one that was most recently modified.",{"type":43,"tag":101,"props":824,"children":826},{"id":825},"_3-monorepo-layout",[827],{"type":49,"value":828},"3. Monorepo layout",{"type":43,"tag":52,"props":830,"children":831},{},[832],{"type":49,"value":833},"Some repositories host multiple packages or services. Look for these indicators:",{"type":43,"tag":118,"props":835,"children":836},{},[837,853],{"type":43,"tag":122,"props":838,"children":839},{},[840],{"type":43,"tag":126,"props":841,"children":842},{},[843,848],{"type":43,"tag":130,"props":844,"children":845},{},[846],{"type":49,"value":847},"File \u002F pattern",{"type":43,"tag":130,"props":849,"children":850},{},[851],{"type":49,"value":852},"Tool or layout",{"type":43,"tag":141,"props":854,"children":855},{},[856,873,890,907,924,941],{"type":43,"tag":126,"props":857,"children":858},{},[859,868],{"type":43,"tag":148,"props":860,"children":861},{},[862],{"type":43,"tag":152,"props":863,"children":865},{"className":864},[],[866],{"type":49,"value":867},"pnpm-workspace.yaml",{"type":43,"tag":148,"props":869,"children":870},{},[871],{"type":49,"value":872},"pnpm workspaces",{"type":43,"tag":126,"props":874,"children":875},{},[876,885],{"type":43,"tag":148,"props":877,"children":878},{},[879],{"type":43,"tag":152,"props":880,"children":882},{"className":881},[],[883],{"type":49,"value":884},"lerna.json",{"type":43,"tag":148,"props":886,"children":887},{},[888],{"type":49,"value":889},"Lerna",{"type":43,"tag":126,"props":891,"children":892},{},[893,902],{"type":43,"tag":148,"props":894,"children":895},{},[896],{"type":43,"tag":152,"props":897,"children":899},{"className":898},[],[900],{"type":49,"value":901},"nx.json",{"type":43,"tag":148,"props":903,"children":904},{},[905],{"type":49,"value":906},"Nx",{"type":43,"tag":126,"props":908,"children":909},{},[910,919],{"type":43,"tag":148,"props":911,"children":912},{},[913],{"type":43,"tag":152,"props":914,"children":916},{"className":915},[],[917],{"type":49,"value":918},"turbo.json",{"type":43,"tag":148,"props":920,"children":921},{},[922],{"type":49,"value":923},"Turborepo",{"type":43,"tag":126,"props":925,"children":926},{},[927,936],{"type":43,"tag":148,"props":928,"children":929},{},[930],{"type":43,"tag":152,"props":931,"children":933},{"className":932},[],[934],{"type":49,"value":935},"rush.json",{"type":43,"tag":148,"props":937,"children":938},{},[939],{"type":49,"value":940},"Rush",{"type":43,"tag":126,"props":942,"children":943},{},[944,962],{"type":43,"tag":148,"props":945,"children":946},{},[947,953,955,960],{"type":43,"tag":152,"props":948,"children":950},{"className":949},[],[951],{"type":49,"value":952},"packages\u002F",{"type":49,"value":954}," directory with multiple ",{"type":43,"tag":152,"props":956,"children":958},{"className":957},[],[959],{"type":49,"value":157},{"type":49,"value":961}," files",{"type":43,"tag":148,"props":963,"children":964},{},[965],{"type":49,"value":966},"Generic monorepo",{"type":43,"tag":52,"props":968,"children":969},{},[970,972,977],{"type":49,"value":971},"When any of these apply, ",{"type":43,"tag":72,"props":973,"children":974},{},[975],{"type":49,"value":976},"do not assume the repo root is the integration target",{"type":49,"value":978},":",{"type":43,"tag":52,"props":980,"children":981},{},[982,986],{"type":43,"tag":72,"props":983,"children":984},{},[985],{"type":49,"value":618},{"type":49,"value":620},{"type":43,"tag":622,"props":988,"children":989},{},[990,995,1000],{"type":43,"tag":626,"props":991,"children":992},{},[993],{"type":49,"value":994},"question: \"This is a monorepo. Which package, app, or service should I integrate LaunchDarkly into?\"",{"type":43,"tag":626,"props":996,"children":997},{},[998],{"type":49,"value":999},"options: List the discovered packages\u002Fapps as selectable options.",{"type":43,"tag":626,"props":1001,"children":1002},{},[1003],{"type":49,"value":648},{"type":43,"tag":52,"props":1005,"children":1006},{},[1007,1009,1014],{"type":49,"value":1008},"Then run the rest of this detect step -- language, package manager, entrypoint, and SDK search -- ",{"type":43,"tag":72,"props":1010,"children":1011},{},[1012],{"type":49,"value":1013},"in that target directory",{"type":49,"value":1015}," (and its subtree), not only at the root.",{"type":43,"tag":101,"props":1017,"children":1019},{"id":1018},"_4-application-entrypoint",[1020],{"type":49,"value":1021},"4. Application entrypoint",{"type":43,"tag":52,"props":1023,"children":1024},{},[1025,1027,1033],{"type":49,"value":1026},"Find the main file where the application starts. In a monorepo, apply the patterns below within the chosen package after ",{"type":43,"tag":63,"props":1028,"children":1030},{"href":1029},"#3-monorepo-layout",[1031],{"type":49,"value":1032},"section 3 Monorepo layout",{"type":49,"value":1034},". Common patterns:",{"type":43,"tag":622,"props":1036,"children":1037},{},[1038,1089,1113,1159,1181,1204,1226,1261,1299,1336,1370,1408,1423,1454],{"type":43,"tag":626,"props":1039,"children":1040},{},[1041,1046,1048,1053,1054,1060,1062,1068,1069,1075,1076,1082,1083],{"type":43,"tag":72,"props":1042,"children":1043},{},[1044],{"type":49,"value":1045},"Node.js (server)",{"type":49,"value":1047},": Check ",{"type":43,"tag":152,"props":1049,"children":1051},{"className":1050},[],[1052],{"type":49,"value":157},{"type":49,"value":91},{"type":43,"tag":152,"props":1055,"children":1057},{"className":1056},[],[1058],{"type":49,"value":1059},"\"main\"",{"type":49,"value":1061}," field, or look for ",{"type":43,"tag":152,"props":1063,"children":1065},{"className":1064},[],[1066],{"type":49,"value":1067},"index.js",{"type":49,"value":176},{"type":43,"tag":152,"props":1070,"children":1072},{"className":1071},[],[1073],{"type":49,"value":1074},"server.js",{"type":49,"value":176},{"type":43,"tag":152,"props":1077,"children":1079},{"className":1078},[],[1080],{"type":49,"value":1081},"app.js",{"type":49,"value":176},{"type":43,"tag":152,"props":1084,"children":1086},{"className":1085},[],[1087],{"type":49,"value":1088},"src\u002Findex.ts",{"type":43,"tag":626,"props":1090,"children":1091},{},[1092,1097,1099,1105,1107],{"type":43,"tag":72,"props":1093,"children":1094},{},[1095],{"type":49,"value":1096},"NestJS",{"type":49,"value":1098},": Look for ",{"type":43,"tag":152,"props":1100,"children":1102},{"className":1101},[],[1103],{"type":49,"value":1104},"src\u002Fmain.ts",{"type":49,"value":1106}," or ",{"type":43,"tag":152,"props":1108,"children":1110},{"className":1109},[],[1111],{"type":49,"value":1112},"src\u002Fmain.js",{"type":43,"tag":626,"props":1114,"children":1115},{},[1116,1121,1122,1128,1129,1135,1136,1142,1143,1149,1151,1157],{"type":43,"tag":72,"props":1117,"children":1118},{},[1119],{"type":49,"value":1120},"Python",{"type":49,"value":1098},{"type":43,"tag":152,"props":1123,"children":1125},{"className":1124},[],[1126],{"type":49,"value":1127},"app.py",{"type":49,"value":176},{"type":43,"tag":152,"props":1130,"children":1132},{"className":1131},[],[1133],{"type":49,"value":1134},"main.py",{"type":49,"value":176},{"type":43,"tag":152,"props":1137,"children":1139},{"className":1138},[],[1140],{"type":49,"value":1141},"manage.py",{"type":49,"value":176},{"type":43,"tag":152,"props":1144,"children":1146},{"className":1145},[],[1147],{"type":49,"value":1148},"wsgi.py",{"type":49,"value":1150},", or the ",{"type":43,"tag":152,"props":1152,"children":1154},{"className":1153},[],[1155],{"type":49,"value":1156},"[tool.poetry.scripts]",{"type":49,"value":1158}," section",{"type":43,"tag":626,"props":1160,"children":1161},{},[1162,1167,1168,1174,1175],{"type":43,"tag":72,"props":1163,"children":1164},{},[1165],{"type":49,"value":1166},"Go",{"type":49,"value":1098},{"type":43,"tag":152,"props":1169,"children":1171},{"className":1170},[],[1172],{"type":49,"value":1173},"main.go",{"type":49,"value":1106},{"type":43,"tag":152,"props":1176,"children":1178},{"className":1177},[],[1179],{"type":49,"value":1180},"cmd\u002F*\u002Fmain.go",{"type":43,"tag":626,"props":1182,"children":1183},{},[1184,1189,1191,1197,1198],{"type":43,"tag":72,"props":1185,"children":1186},{},[1187],{"type":49,"value":1188},"Java",{"type":49,"value":1190},": Search for ",{"type":43,"tag":152,"props":1192,"children":1194},{"className":1193},[],[1195],{"type":49,"value":1196},"public static void main",{"type":49,"value":1106},{"type":43,"tag":152,"props":1199,"children":1201},{"className":1200},[],[1202],{"type":49,"value":1203},"@SpringBootApplication",{"type":43,"tag":626,"props":1205,"children":1206},{},[1207,1212,1213,1219,1220],{"type":43,"tag":72,"props":1208,"children":1209},{},[1210],{"type":49,"value":1211},"Ruby",{"type":49,"value":1098},{"type":43,"tag":152,"props":1214,"children":1216},{"className":1215},[],[1217],{"type":49,"value":1218},"config.ru",{"type":49,"value":176},{"type":43,"tag":152,"props":1221,"children":1223},{"className":1222},[],[1224],{"type":49,"value":1225},"config\u002Fapplication.rb",{"type":43,"tag":626,"props":1227,"children":1228},{},[1229,1234,1235,1241,1242,1248,1249,1255,1256],{"type":43,"tag":72,"props":1230,"children":1231},{},[1232],{"type":49,"value":1233},"React\u002FVue\u002FAngular",{"type":49,"value":1098},{"type":43,"tag":152,"props":1236,"children":1238},{"className":1237},[],[1239],{"type":49,"value":1240},"src\u002Findex.tsx",{"type":49,"value":176},{"type":43,"tag":152,"props":1243,"children":1245},{"className":1244},[],[1246],{"type":49,"value":1247},"src\u002Fmain.tsx",{"type":49,"value":176},{"type":43,"tag":152,"props":1250,"children":1252},{"className":1251},[],[1253],{"type":49,"value":1254},"src\u002FApp.tsx",{"type":49,"value":176},{"type":43,"tag":152,"props":1257,"children":1259},{"className":1258},[],[1260],{"type":49,"value":1104},{"type":43,"tag":626,"props":1262,"children":1263},{},[1264,1269,1271,1277,1278,1284,1286,1292,1293],{"type":43,"tag":72,"props":1265,"children":1266},{},[1267],{"type":49,"value":1268},"Next.js",{"type":49,"value":1270},": App Router -- ",{"type":43,"tag":152,"props":1272,"children":1274},{"className":1273},[],[1275],{"type":49,"value":1276},"app\u002Flayout.tsx",{"type":49,"value":1106},{"type":43,"tag":152,"props":1279,"children":1281},{"className":1280},[],[1282],{"type":49,"value":1283},"app\u002Flayout.js",{"type":49,"value":1285}," (root layout). Pages Router -- ",{"type":43,"tag":152,"props":1287,"children":1289},{"className":1288},[],[1290],{"type":49,"value":1291},"pages\u002F_app.tsx",{"type":49,"value":1106},{"type":43,"tag":152,"props":1294,"children":1296},{"className":1295},[],[1297],{"type":49,"value":1298},"pages\u002F_app.js",{"type":43,"tag":626,"props":1300,"children":1301},{},[1302,1307,1308,1314,1315,1321,1322,1327,1329,1335],{"type":43,"tag":72,"props":1303,"children":1304},{},[1305],{"type":49,"value":1306},"React Native",{"type":49,"value":1098},{"type":43,"tag":152,"props":1309,"children":1311},{"className":1310},[],[1312],{"type":49,"value":1313},"App.tsx",{"type":49,"value":176},{"type":43,"tag":152,"props":1316,"children":1318},{"className":1317},[],[1319],{"type":49,"value":1320},"App.js",{"type":49,"value":176},{"type":43,"tag":152,"props":1323,"children":1325},{"className":1324},[],[1326],{"type":49,"value":1067},{"type":49,"value":1328}," (with ",{"type":43,"tag":152,"props":1330,"children":1332},{"className":1331},[],[1333],{"type":49,"value":1334},"AppRegistry.registerComponent",{"type":49,"value":411},{"type":43,"tag":626,"props":1337,"children":1338},{},[1339,1344,1345,1350,1351,1356,1358,1364,1365],{"type":43,"tag":72,"props":1340,"children":1341},{},[1342],{"type":49,"value":1343},"Electron",{"type":49,"value":1047},{"type":43,"tag":152,"props":1346,"children":1348},{"className":1347},[],[1349],{"type":49,"value":157},{"type":49,"value":91},{"type":43,"tag":152,"props":1352,"children":1354},{"className":1353},[],[1355],{"type":49,"value":1059},{"type":49,"value":1357},"; common paths include ",{"type":43,"tag":152,"props":1359,"children":1361},{"className":1360},[],[1362],{"type":49,"value":1363},"main.js",{"type":49,"value":1106},{"type":43,"tag":152,"props":1366,"children":1368},{"className":1367},[],[1369],{"type":49,"value":1104},{"type":43,"tag":626,"props":1371,"children":1372},{},[1373,1378,1379,1385,1386,1392,1394,1400,1402],{"type":43,"tag":72,"props":1374,"children":1375},{},[1376],{"type":49,"value":1377},"JavaScript (browser)",{"type":49,"value":1098},{"type":43,"tag":152,"props":1380,"children":1382},{"className":1381},[],[1383],{"type":49,"value":1384},"index.html",{"type":49,"value":176},{"type":43,"tag":152,"props":1387,"children":1389},{"className":1388},[],[1390],{"type":49,"value":1391},"src\u002Findex.js",{"type":49,"value":1393},", or bundler entry in ",{"type":43,"tag":152,"props":1395,"children":1397},{"className":1396},[],[1398],{"type":49,"value":1399},"webpack.config.js",{"type":49,"value":1401}," \u002F ",{"type":43,"tag":152,"props":1403,"children":1405},{"className":1404},[],[1406],{"type":49,"value":1407},"vite.config.ts",{"type":43,"tag":626,"props":1409,"children":1410},{},[1411,1416,1417],{"type":43,"tag":72,"props":1412,"children":1413},{},[1414],{"type":49,"value":1415},"Flutter",{"type":49,"value":1098},{"type":43,"tag":152,"props":1418,"children":1420},{"className":1419},[],[1421],{"type":49,"value":1422},"lib\u002Fmain.dart",{"type":43,"tag":626,"props":1424,"children":1425},{},[1426,1430,1431,1437,1438,1444,1446,1452],{"type":43,"tag":72,"props":1427,"children":1428},{},[1429],{"type":49,"value":379},{"type":49,"value":1098},{"type":43,"tag":152,"props":1432,"children":1434},{"className":1433},[],[1435],{"type":49,"value":1436},"AppDelegate.swift",{"type":49,"value":176},{"type":43,"tag":152,"props":1439,"children":1441},{"className":1440},[],[1442],{"type":49,"value":1443},"SceneDelegate.swift",{"type":49,"value":1445},", or ",{"type":43,"tag":152,"props":1447,"children":1449},{"className":1448},[],[1450],{"type":49,"value":1451},"@main",{"type":49,"value":1453}," struct",{"type":43,"tag":626,"props":1455,"children":1456},{},[1457,1462,1463,1469,1470],{"type":43,"tag":72,"props":1458,"children":1459},{},[1460],{"type":49,"value":1461},"Android",{"type":49,"value":1098},{"type":43,"tag":152,"props":1464,"children":1466},{"className":1465},[],[1467],{"type":49,"value":1468},"MainActivity.java",{"type":49,"value":1106},{"type":43,"tag":152,"props":1471,"children":1473},{"className":1472},[],[1474],{"type":49,"value":1475},"MainActivity.kt",{"type":43,"tag":101,"props":1477,"children":1479},{"id":1478},"_5a-classify-workspace-confidence",[1480],{"type":49,"value":1481},"5a. Classify workspace confidence",{"type":43,"tag":52,"props":1483,"children":1484},{},[1485,1487,1492],{"type":49,"value":1486},"After sections 1-4, classify the workspace into ",{"type":43,"tag":72,"props":1488,"children":1489},{},[1490],{"type":49,"value":1491},"one of three states",{"type":49,"value":1493}," before continuing. This classification determines how the rest of the flow proceeds.",{"type":43,"tag":118,"props":1495,"children":1496},{},[1497,1518],{"type":43,"tag":122,"props":1498,"children":1499},{},[1500],{"type":43,"tag":126,"props":1501,"children":1502},{},[1503,1508,1513],{"type":43,"tag":130,"props":1504,"children":1505},{},[1506],{"type":49,"value":1507},"State",{"type":43,"tag":130,"props":1509,"children":1510},{},[1511],{"type":49,"value":1512},"Meaning",{"type":43,"tag":130,"props":1514,"children":1515},{},[1516],{"type":49,"value":1517},"Criteria",{"type":43,"tag":141,"props":1519,"children":1520},{},[1521,1542,1570],{"type":43,"tag":126,"props":1522,"children":1523},{},[1524,1532,1537],{"type":43,"tag":148,"props":1525,"children":1526},{},[1527],{"type":43,"tag":72,"props":1528,"children":1529},{},[1530],{"type":49,"value":1531},"Clear app",{"type":43,"tag":148,"props":1533,"children":1534},{},[1535],{"type":49,"value":1536},"A runnable application was found",{"type":43,"tag":148,"props":1538,"children":1539},{},[1540],{"type":49,"value":1541},"Language\u002Fframework detected, a real entrypoint exists, dependency manifest is present with application dependencies",{"type":43,"tag":126,"props":1543,"children":1544},{},[1545,1553,1558],{"type":43,"tag":148,"props":1546,"children":1547},{},[1548],{"type":43,"tag":72,"props":1549,"children":1550},{},[1551],{"type":49,"value":1552},"Unclear \u002F weak evidence",{"type":43,"tag":148,"props":1554,"children":1555},{},[1556],{"type":49,"value":1557},"Something is present but it does not clearly represent a runnable app",{"type":43,"tag":148,"props":1559,"children":1560},{},[1561,1563,1568],{"type":49,"value":1562},"Stray or minimal ",{"type":43,"tag":152,"props":1564,"children":1566},{"className":1565},[],[1567],{"type":49,"value":157},{"type":49,"value":1569}," (e.g. only devDependencies, no scripts), isolated config\u002Fmanifest files, theme or config-only folders, token\u002Ffixture JSON, lockfiles without corresponding source, or multiple conflicting indicators with no dominant app structure",{"type":43,"tag":126,"props":1571,"children":1572},{},[1573,1581,1586],{"type":43,"tag":148,"props":1574,"children":1575},{},[1576],{"type":43,"tag":72,"props":1577,"children":1578},{},[1579],{"type":49,"value":1580},"No app found",{"type":43,"tag":148,"props":1582,"children":1583},{},[1584],{"type":49,"value":1585},"No recognizable application structure was detected",{"type":43,"tag":148,"props":1587,"children":1588},{},[1589],{"type":49,"value":1590},"No dependency manifests, no entrypoints, no source files matching known patterns, or the workspace is empty \u002F contains only documentation",{"type":43,"tag":52,"props":1592,"children":1593},{},[1594,1599],{"type":43,"tag":72,"props":1595,"children":1596},{},[1597],{"type":49,"value":1598},"Weak evidence must not be treated as confirmation.",{"type":49,"value":1600}," Examples of weak evidence:",{"type":43,"tag":622,"props":1602,"children":1603},{},[1604,1624,1636,1641],{"type":43,"tag":626,"props":1605,"children":1606},{},[1607,1609,1614,1616,1622],{"type":49,"value":1608},"A ",{"type":43,"tag":152,"props":1610,"children":1612},{"className":1611},[],[1613],{"type":49,"value":157},{"type":49,"value":1615}," with no ",{"type":43,"tag":152,"props":1617,"children":1619},{"className":1618},[],[1620],{"type":49,"value":1621},"scripts",{"type":49,"value":1623}," section and no application source files",{"type":43,"tag":626,"props":1625,"children":1626},{},[1627,1629,1634],{"type":49,"value":1628},"A lone ",{"type":43,"tag":152,"props":1630,"children":1632},{"className":1631},[],[1633],{"type":49,"value":174},{"type":49,"value":1635}," in a directory of data files or notebooks",{"type":43,"tag":626,"props":1637,"children":1638},{},[1639],{"type":49,"value":1640},"Config, theme, or fixture directories with manifests that do not represent a runnable service",{"type":43,"tag":626,"props":1642,"children":1643},{},[1644],{"type":49,"value":1645},"Monorepo roots where the real apps live in subdirectories but none was selected",{"type":43,"tag":52,"props":1647,"children":1648},{},[1649],{"type":43,"tag":72,"props":1650,"children":1651},{},[1652],{"type":49,"value":1653},"Branching by state:",{"type":43,"tag":622,"props":1655,"children":1656},{},[1657,1674],{"type":43,"tag":626,"props":1658,"children":1659},{},[1660,1664,1666,1672],{"type":43,"tag":72,"props":1661,"children":1662},{},[1663],{"type":49,"value":1531},{"type":49,"value":1665}," → continue to ",{"type":43,"tag":63,"props":1667,"children":1669},{"href":1668},"#6-existing-launchdarkly-sdk",[1670],{"type":49,"value":1671},"section 6 (Existing LaunchDarkly SDK)",{"type":49,"value":1673}," and then SDK confirmation.",{"type":43,"tag":626,"props":1675,"children":1676},{},[1677],{"type":43,"tag":72,"props":1678,"children":1679},{},[1680],{"type":49,"value":1681},"Unclear \u002F weak evidence:",{"type":43,"tag":52,"props":1683,"children":1684},{},[1685,1690],{"type":43,"tag":72,"props":1686,"children":1687},{},[1688],{"type":49,"value":1689},"D5-UNCLEAR -- BLOCKING:",{"type":49,"value":620},{"type":43,"tag":622,"props":1692,"children":1693},{},[1694,1699,1711,1734],{"type":43,"tag":626,"props":1695,"children":1696},{},[1697],{"type":49,"value":1698},"question: \"I found some project files, but I'm not confident I've identified the right application to integrate. Can you point me to the correct app folder?\"",{"type":43,"tag":626,"props":1700,"children":1701},{},[1702,1704,1709],{"type":49,"value":1703},"context: Briefly describe what you found and why it's ambiguous (e.g., \"There's a ",{"type":43,"tag":152,"props":1705,"children":1707},{"className":1706},[],[1708],{"type":49,"value":157},{"type":49,"value":1710}," at the root, but it has no start script and no application source files\").",{"type":43,"tag":626,"props":1712,"children":1713},{},[1714,1716],{"type":49,"value":1715},"options:\n",{"type":43,"tag":622,"props":1717,"children":1718},{},[1719,1724,1729],{"type":43,"tag":626,"props":1720,"children":1721},{},[1722],{"type":49,"value":1723},"Present any candidate folders you detected as selectable options",{"type":43,"tag":626,"props":1725,"children":1726},{},[1727],{"type":49,"value":1728},"\"It's somewhere else -- I'll tell you the path\"",{"type":43,"tag":626,"props":1730,"children":1731},{},[1732],{"type":49,"value":1733},"\"There is no app yet -- help me create a demo\"",{"type":43,"tag":626,"props":1735,"children":1736},{},[1737],{"type":49,"value":1738},"STOP. Do not make code changes, install packages, or generate an integration plan until the user confirms the target. Do not continue until the user selects an option.",{"type":43,"tag":52,"props":1740,"children":1741},{},[1742],{"type":49,"value":1743},"After the user points to the correct folder, re-run detection (sections 1-4) scoped to that folder.",{"type":43,"tag":622,"props":1745,"children":1746},{},[1747],{"type":43,"tag":626,"props":1748,"children":1749},{},[1750],{"type":43,"tag":72,"props":1751,"children":1752},{},[1753],{"type":49,"value":1754},"No app found:",{"type":43,"tag":52,"props":1756,"children":1757},{},[1758],{"type":49,"value":1759},"Tell the user clearly: \"I didn't find a runnable application in this workspace.\" Then offer two paths:",{"type":43,"tag":52,"props":1761,"children":1762},{},[1763,1768],{"type":43,"tag":72,"props":1764,"children":1765},{},[1766],{"type":49,"value":1767},"D5-NOAPP -- BLOCKING:",{"type":49,"value":620},{"type":43,"tag":622,"props":1770,"children":1771},{},[1772,1777,1794],{"type":43,"tag":626,"props":1773,"children":1774},{},[1775],{"type":49,"value":1776},"question: \"I didn't find a runnable application in this workspace. How would you like to proceed?\"",{"type":43,"tag":626,"props":1778,"children":1779},{},[1780,1781],{"type":49,"value":1715},{"type":43,"tag":622,"props":1782,"children":1783},{},[1784,1789],{"type":43,"tag":626,"props":1785,"children":1786},{},[1787],{"type":49,"value":1788},"\"Point me to the right folder -- the app is somewhere else\"",{"type":43,"tag":626,"props":1790,"children":1791},{},[1792],{"type":49,"value":1793},"\"Create a minimal demo app so I can try LaunchDarkly\"",{"type":43,"tag":626,"props":1795,"children":1796},{},[1797],{"type":49,"value":1798},"STOP. Do not continue until the user selects an option.",{"type":43,"tag":52,"props":1800,"children":1801},{},[1802,1804,1809,1811,1817],{"type":49,"value":1803},"If the user chooses \"point me to the right folder,\" re-run detection scoped to the path they provide. If they choose \"create a demo app,\" create a minimal runnable app in a ",{"type":43,"tag":72,"props":1805,"children":1806},{},[1807],{"type":49,"value":1808},"new subfolder",{"type":49,"value":1810}," (e.g. ",{"type":43,"tag":152,"props":1812,"children":1814},{"className":1813},[],[1815],{"type":49,"value":1816},"launchdarkly-demo\u002F",{"type":49,"value":1818},") using the simplest stack you can scaffold (Node.js + Express or a static HTML page are good defaults), then continue detection from that subfolder.",{"type":43,"tag":52,"props":1820,"children":1821},{},[1822,1827],{"type":43,"tag":72,"props":1823,"children":1824},{},[1825],{"type":49,"value":1826},"Do not",{"type":49,"value":1828}," declare onboarding complete unless the app target has been confirmed and the app can actually run.",{"type":43,"tag":101,"props":1830,"children":1832},{"id":1831},"_6-existing-launchdarkly-sdk",[1833],{"type":49,"value":1834},"6. Existing LaunchDarkly SDK",{"type":43,"tag":52,"props":1836,"children":1837},{},[1838],{"type":49,"value":1839},"Search the codebase for existing LaunchDarkly usage:",{"type":43,"tag":1841,"props":1842,"children":1846},"pre",{"className":1843,"code":1845,"language":49},[1844],"language-text","Search for: launchdarkly, ldclient, ld-client, LDClient, @launchdarkly, launchdarkly-\n",[1847],{"type":43,"tag":152,"props":1848,"children":1850},{"__ignoreMap":1849},"",[1851],{"type":49,"value":1845},{"type":43,"tag":52,"props":1853,"children":1854},{},[1855],{"type":49,"value":1856},"Check:",{"type":43,"tag":622,"props":1858,"children":1859},{},[1860,1865,1870,1875],{"type":43,"tag":626,"props":1861,"children":1862},{},[1863],{"type":49,"value":1864},"Is the SDK already in the dependency file?",{"type":43,"tag":626,"props":1866,"children":1867},{},[1868],{"type":49,"value":1869},"Is there initialization code?",{"type":43,"tag":626,"props":1871,"children":1872},{},[1873],{"type":49,"value":1874},"Is it properly configured or partially set up?",{"type":43,"tag":626,"props":1876,"children":1877},{},[1878],{"type":49,"value":1879},"Are there already feature flag evaluations?",{"type":43,"tag":1881,"props":1882,"children":1884},"h2",{"id":1883},"sdk-confirmation",[1885],{"type":49,"value":1886},"SDK confirmation",{"type":43,"tag":52,"props":1888,"children":1889},{},[1890],{"type":49,"value":1891},"After detecting the stack, confirm the SDK choice with the user:",{"type":43,"tag":622,"props":1893,"children":1894},{},[1895],{"type":43,"tag":626,"props":1896,"children":1897},{},[1898,1903],{"type":43,"tag":72,"props":1899,"children":1900},{},[1901],{"type":49,"value":1902},"If one SDK is clearly the right fit",{"type":49,"value":1904},": Present your recommendation and get confirmation:",{"type":43,"tag":52,"props":1906,"children":1907},{},[1908,1912],{"type":43,"tag":72,"props":1909,"children":1910},{},[1911],{"type":49,"value":618},{"type":49,"value":620},{"type":43,"tag":622,"props":1914,"children":1915},{},[1916,1929,1947,1951],{"type":43,"tag":626,"props":1917,"children":1918},{},[1919,1921,1927],{"type":49,"value":1920},"question: \"Based on what I found, I recommend the ",{"type":43,"tag":1922,"props":1923,"children":1924},"span",{},[1925],{"type":49,"value":1926},"SDK name",{"type":49,"value":1928}," SDK. Does that look right?\"",{"type":43,"tag":626,"props":1930,"children":1931},{},[1932,1934],{"type":49,"value":1933},"options:",{"type":43,"tag":622,"props":1935,"children":1936},{},[1937,1942],{"type":43,"tag":626,"props":1938,"children":1939},{},[1940],{"type":49,"value":1941},"\"Yes, proceed with that SDK\" -> continue to plan",{"type":43,"tag":626,"props":1943,"children":1944},{},[1945],{"type":49,"value":1946},"\"No, I want a different one\" -> let user specify",{"type":43,"tag":626,"props":1948,"children":1949},{},[1950],{"type":49,"value":648},{"type":43,"tag":626,"props":1952,"children":1953},{},[1954,1959,1961],{"type":43,"tag":72,"props":1955,"children":1956},{},[1957],{"type":49,"value":1958},"If multiple SDKs could apply",{"type":49,"value":1960}," (e.g., a Next.js project with both server and client components):",{"type":43,"tag":622,"props":1962,"children":1963},{},[1964,2001],{"type":43,"tag":626,"props":1965,"children":1966},{},[1967,1972,1974,1979,1981,1985,1987,1992,1994,1999],{"type":43,"tag":72,"props":1968,"children":1969},{},[1970],{"type":49,"value":1971},"If the user already asked for both",{"type":49,"value":1973}," (e.g. \"frontend and backend,\" \"server + browser,\" \"API and SPA\"): Treat that as a ",{"type":43,"tag":72,"props":1975,"children":1976},{},[1977],{"type":49,"value":1978},"dual-SDK",{"type":49,"value":1980}," scope. Proceed to ",{"type":43,"tag":63,"props":1982,"children":1983},{"href":94},[1984],{"type":49,"value":97},{"type":49,"value":1986}," with ",{"type":43,"tag":72,"props":1988,"children":1989},{},[1990],{"type":49,"value":1991},"both",{"type":49,"value":1993}," SDKs in scope -- do ",{"type":43,"tag":72,"props":1995,"children":1996},{},[1997],{"type":49,"value":1998},"not",{"type":49,"value":2000}," plan or implement only one and assume the other is \"covered.\"",{"type":43,"tag":626,"props":2002,"children":2003},{},[2004,2009],{"type":43,"tag":72,"props":2005,"children":2006},{},[2007],{"type":49,"value":2008},"If scope is unclear",{"type":49,"value":978},{"type":43,"tag":52,"props":2011,"children":2012},{},[2013,2017],{"type":43,"tag":72,"props":2014,"children":2015},{},[2016],{"type":49,"value":618},{"type":49,"value":620},{"type":43,"tag":622,"props":2019,"children":2020},{},[2021,2026,2048],{"type":43,"tag":626,"props":2022,"children":2023},{},[2024],{"type":49,"value":2025},"question: \"This project has both server-side and client-side surfaces. Which do you want to integrate?\"",{"type":43,"tag":626,"props":2027,"children":2028},{},[2029,2030],{"type":49,"value":1715},{"type":43,"tag":622,"props":2031,"children":2032},{},[2033,2038,2043],{"type":43,"tag":626,"props":2034,"children":2035},{},[2036],{"type":49,"value":2037},"\"Server-side only\"",{"type":43,"tag":626,"props":2039,"children":2040},{},[2041],{"type":49,"value":2042},"\"Client-side only\"",{"type":43,"tag":626,"props":2044,"children":2045},{},[2046],{"type":49,"value":2047},"\"Both server-side and client-side\"",{"type":43,"tag":626,"props":2049,"children":2050},{},[2051],{"type":49,"value":648},{"type":43,"tag":52,"props":2053,"children":2054},{},[2055,2057,2061,2063,2068,2070,2076],{"type":49,"value":2056},"If they choose ",{"type":43,"tag":72,"props":2058,"children":2059},{},[2060],{"type":49,"value":1991},{"type":49,"value":2062},", the plan must include ",{"type":43,"tag":72,"props":2064,"children":2065},{},[2066],{"type":49,"value":2067},"two",{"type":49,"value":2069}," concrete integrations (see ",{"type":43,"tag":63,"props":2071,"children":2073},{"href":2072},"..\u002Fplan\u002FSKILL.md#dual-sdk-integrations",[2074],{"type":49,"value":2075},"plan: Dual SDK integrations",{"type":49,"value":2077},").",{"type":43,"tag":622,"props":2079,"children":2080},{},[2081],{"type":43,"tag":626,"props":2082,"children":2083},{},[2084,2089,2091,2095],{"type":43,"tag":72,"props":2085,"children":2086},{},[2087],{"type":49,"value":2088},"If you cannot determine the right SDK",{"type":49,"value":2090},": Present the available options from the ",{"type":43,"tag":63,"props":2092,"children":2093},{"href":638},[2094],{"type":49,"value":641},{"type":49,"value":2096}," as selectable options in your question tool and use the same blocking pattern above.",{"type":43,"tag":1881,"props":2098,"children":2100},{"id":2099},"decision-tree",[2101],{"type":49,"value":2102},"Decision tree",{"type":43,"tag":52,"props":2104,"children":2105},{},[2106],{"type":49,"value":2107},"After detection and confirmation:",{"type":43,"tag":622,"props":2109,"children":2110},{},[2111,2129,2147,2164,2178,2212],{"type":43,"tag":626,"props":2112,"children":2113},{},[2114,2119,2121,2127],{"type":43,"tag":72,"props":2115,"children":2116},{},[2117],{"type":49,"value":2118},"No app found or unclear",{"type":49,"value":2120}," --> Already handled by D5-NOAPP \u002F D5-UNCLEAR in ",{"type":43,"tag":63,"props":2122,"children":2124},{"href":2123},"#5a-classify-workspace-confidence",[2125],{"type":49,"value":2126},"section 5a",{"type":49,"value":2128},". Do not proceed to plan until the user confirms a real app target.",{"type":43,"tag":626,"props":2130,"children":2131},{},[2132,2137,2139,2145],{"type":43,"tag":72,"props":2133,"children":2134},{},[2135],{"type":49,"value":2136},"SDK already installed and initialized",{"type":49,"value":2138}," --> Skip to ",{"type":43,"tag":63,"props":2140,"children":2142},{"href":2141},"..\u002F..\u002Ffirst-flag\u002FSKILL.md",[2143],{"type":49,"value":2144},"Create first feature flag",{"type":49,"value":2146}," (parent Step 6)",{"type":43,"tag":626,"props":2148,"children":2149},{},[2150,2155,2156,2162],{"type":43,"tag":72,"props":2151,"children":2152},{},[2153],{"type":49,"value":2154},"SDK installed but not initialized",{"type":49,"value":2138},{"type":43,"tag":63,"props":2157,"children":2159},{"href":2158},"..\u002Fapply\u002FSKILL.md",[2160],{"type":49,"value":2161},"Apply code changes",{"type":49,"value":2163}," (just add init code)",{"type":43,"tag":626,"props":2165,"children":2166},{},[2167,2172,2174],{"type":43,"tag":72,"props":2168,"children":2169},{},[2170],{"type":49,"value":2171},"SDK not present",{"type":49,"value":2173}," --> Continue to ",{"type":43,"tag":63,"props":2175,"children":2176},{"href":94},[2177],{"type":49,"value":97},{"type":43,"tag":626,"props":2179,"children":2180},{},[2181,2186,2188,2192,2194,2198,2199,2203,2205,2210],{"type":43,"tag":72,"props":2182,"children":2183},{},[2184],{"type":49,"value":2185},"Multiple targets detected (e.g., frontend + backend)",{"type":49,"value":2187}," --> If the user wants ",{"type":43,"tag":72,"props":2189,"children":2190},{},[2191],{"type":49,"value":1991},{"type":49,"value":2193}," SDKs (confirmed via D5 above), continue to ",{"type":43,"tag":63,"props":2195,"children":2196},{"href":94},[2197],{"type":49,"value":97},{"type":49,"value":1986},{"type":43,"tag":72,"props":2200,"children":2201},{},[2202],{"type":49,"value":1978},{"type":49,"value":2204}," scope (two packages, two entrypoints). If they want ",{"type":43,"tag":72,"props":2206,"children":2207},{},[2208],{"type":49,"value":2209},"one",{"type":49,"value":2211}," surface only, plan for that single SDK.",{"type":43,"tag":626,"props":2213,"children":2214},{},[2215,2220,2222,2228],{"type":43,"tag":72,"props":2216,"children":2217},{},[2218],{"type":49,"value":2219},"Language not detected",{"type":49,"value":2221}," --> Already handled by the D5 blocking question in ",{"type":43,"tag":63,"props":2223,"children":2225},{"href":2224},"#1-language-and-framework",[2226],{"type":49,"value":2227},"section 1",{"type":49,"value":605},{"type":43,"tag":2230,"props":2231,"children":2232},"hr",{},[],{"type":43,"tag":52,"props":2234,"children":2235},{},[2236,2241,2242],{"type":43,"tag":72,"props":2237,"children":2238},{},[2239],{"type":49,"value":2240},"Upon completion (normal path):",{"type":49,"value":91},{"type":43,"tag":63,"props":2243,"children":2244},{"href":94},[2245],{"type":49,"value":97},{"items":2247,"total":2381},[2248,2265,2274,2288,2299,2311,2319,2333,2344,2353,2363,2372],{"slug":2249,"name":2249,"fn":2250,"description":2251,"org":2252,"tags":2253,"stars":20,"repoUrl":21,"updatedAt":2264},"agent-graphs","create and manage agent graphs","Create and manage agent graphs — directed graphs of configs connected by edges with handoff logic. Use when building multi-agent workflows where configs route to each other.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2254,2257,2260,2261],{"name":2255,"slug":2256,"type":15},"Agents","agents",{"name":2258,"slug":2259,"type":15},"Architecture","architecture",{"name":9,"slug":8,"type":15},{"name":2262,"slug":2263,"type":15},"Multi-Agent","multi-agent","2026-07-28T05:33:33.709407",{"slug":2266,"name":2266,"fn":2267,"description":2268,"org":2269,"tags":2270,"stars":20,"repoUrl":21,"updatedAt":2273},"aiconfig-agent-graphs","manage agent graphs","DEPRECATED redirect — this skill was renamed to agent-graphs. Do not use this skill; invoke agent-graphs instead. Kept only so old references to aiconfig-agent-graphs still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2271,2272],{"name":2255,"slug":2256,"type":15},{"name":2258,"slug":2259,"type":15},"2026-05-22T06:55:56.527064",{"slug":2275,"name":2275,"fn":2276,"description":2277,"org":2278,"tags":2279,"stars":20,"repoUrl":21,"updatedAt":2287},"aiconfig-ai-metrics","manage built-in AI metrics","DEPRECATED redirect — this skill was renamed to built-in-metrics. Do not use this skill; invoke built-in-metrics instead. Kept only so old references to aiconfig-ai-metrics still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2280,2283,2284],{"name":2281,"slug":2282,"type":15},"Analytics","analytics",{"name":9,"slug":8,"type":15},{"name":2285,"slug":2286,"type":15},"Metrics","metrics","2026-05-22T06:55:53.858749",{"slug":2289,"name":2289,"fn":2290,"description":2291,"org":2292,"tags":2293,"stars":20,"repoUrl":21,"updatedAt":2298},"aiconfig-create","redirect to configs-create skill","DEPRECATED redirect — this skill was renamed to configs-create. Do not use this skill; invoke configs-create instead. Kept only so old references to aiconfig-create still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2294,2295],{"name":9,"slug":8,"type":15},{"name":2296,"slug":2297,"type":15},"Reference","reference","2026-05-22T06:55:41.790591",{"slug":2300,"name":2300,"fn":2301,"description":2302,"org":2303,"tags":2304,"stars":20,"repoUrl":21,"updatedAt":2310},"aiconfig-custom-metrics","configure custom metrics in LaunchDarkly","DEPRECATED redirect — this skill was renamed to custom-metrics. Do not use this skill; invoke custom-metrics instead. Kept only so old references to aiconfig-custom-metrics still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2305,2306,2309],{"name":2281,"slug":2282,"type":15},{"name":2307,"slug":2308,"type":15},"Feature Flags","feature-flags",{"name":9,"slug":8,"type":15},"2026-05-22T06:55:57.84851",{"slug":2312,"name":2312,"fn":2313,"description":2314,"org":2315,"tags":2316,"stars":20,"repoUrl":21,"updatedAt":2318},"aiconfig-migrate","redirect to migrate skill","DEPRECATED redirect — this skill was renamed to migrate. Do not use this skill; invoke migrate instead. Kept only so old references to aiconfig-migrate still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2317],{"name":2296,"slug":2297,"type":15},"2026-05-22T06:55:44.464733",{"slug":2320,"name":2320,"fn":2321,"description":2322,"org":2323,"tags":2324,"stars":20,"repoUrl":21,"updatedAt":2332},"aiconfig-online-evals","run online evaluations","DEPRECATED redirect — this skill was renamed to online-evals. Do not use this skill; invoke online-evals instead. Kept only so old references to aiconfig-online-evals still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2325,2328,2329],{"name":2326,"slug":2327,"type":15},"Evals","evals",{"name":9,"slug":8,"type":15},{"name":2330,"slug":2331,"type":15},"Testing","testing","2026-05-22T06:55:55.179617",{"slug":2334,"name":2334,"fn":2335,"description":2336,"org":2337,"tags":2338,"stars":20,"repoUrl":21,"updatedAt":2343},"aiconfig-projects","manage AI configuration projects","DEPRECATED redirect — this skill was renamed to projects. Do not use this skill; invoke projects instead. Kept only so old references to aiconfig-projects still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2339,2342],{"name":2340,"slug":2341,"type":15},"Configuration","configuration",{"name":9,"slug":8,"type":15},"2026-05-22T06:55:48.522229",{"slug":2345,"name":2345,"fn":2346,"description":2347,"org":2348,"tags":2349,"stars":20,"repoUrl":21,"updatedAt":2352},"aiconfig-snippets","manage AI configuration snippets","DEPRECATED redirect — this skill was renamed to snippets. Do not use this skill; invoke snippets instead. Kept only so old references to aiconfig-snippets still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2350,2351],{"name":2340,"slug":2341,"type":15},{"name":9,"slug":8,"type":15},"2026-05-22T06:55:47.16557",{"slug":2354,"name":2354,"fn":2355,"description":2356,"org":2357,"tags":2358,"stars":20,"repoUrl":21,"updatedAt":2362},"aiconfig-targeting","configure LaunchDarkly targeting rules","DEPRECATED redirect — this skill was renamed to configs-targeting. Do not use this skill; invoke configs-targeting instead. Kept only so old references to aiconfig-targeting still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2359,2360,2361],{"name":2340,"slug":2341,"type":15},{"name":2307,"slug":2308,"type":15},{"name":9,"slug":8,"type":15},"2026-05-22T06:55:49.845445",{"slug":2364,"name":2364,"fn":2365,"description":2366,"org":2367,"tags":2368,"stars":20,"repoUrl":21,"updatedAt":2371},"aiconfig-tools","redirect to tools skill","DEPRECATED redirect — this skill was renamed to tools. Do not use this skill; invoke tools instead. Kept only so old references to aiconfig-tools still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2369,2370],{"name":9,"slug":8,"type":15},{"name":2296,"slug":2297,"type":15},"2026-05-22T06:55:39.13373",{"slug":2373,"name":2373,"fn":2374,"description":2375,"org":2376,"tags":2377,"stars":20,"repoUrl":21,"updatedAt":2380},"aiconfig-update","redirect to configs-update skill","DEPRECATED redirect — this skill was renamed to configs-update. Do not use this skill; invoke configs-update instead. Kept only so old references to aiconfig-update still point users to the new name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2378,2379],{"name":9,"slug":8,"type":15},{"name":2296,"slug":2297,"type":15},"2026-05-22T06:55:40.464884",49,{"items":2383,"total":2381},[2384,2391,2396,2402,2407,2413,2417],{"slug":2249,"name":2249,"fn":2250,"description":2251,"org":2385,"tags":2386,"stars":20,"repoUrl":21,"updatedAt":2264},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2387,2388,2389,2390],{"name":2255,"slug":2256,"type":15},{"name":2258,"slug":2259,"type":15},{"name":9,"slug":8,"type":15},{"name":2262,"slug":2263,"type":15},{"slug":2266,"name":2266,"fn":2267,"description":2268,"org":2392,"tags":2393,"stars":20,"repoUrl":21,"updatedAt":2273},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2394,2395],{"name":2255,"slug":2256,"type":15},{"name":2258,"slug":2259,"type":15},{"slug":2275,"name":2275,"fn":2276,"description":2277,"org":2397,"tags":2398,"stars":20,"repoUrl":21,"updatedAt":2287},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2399,2400,2401],{"name":2281,"slug":2282,"type":15},{"name":9,"slug":8,"type":15},{"name":2285,"slug":2286,"type":15},{"slug":2289,"name":2289,"fn":2290,"description":2291,"org":2403,"tags":2404,"stars":20,"repoUrl":21,"updatedAt":2298},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2405,2406],{"name":9,"slug":8,"type":15},{"name":2296,"slug":2297,"type":15},{"slug":2300,"name":2300,"fn":2301,"description":2302,"org":2408,"tags":2409,"stars":20,"repoUrl":21,"updatedAt":2310},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2410,2411,2412],{"name":2281,"slug":2282,"type":15},{"name":2307,"slug":2308,"type":15},{"name":9,"slug":8,"type":15},{"slug":2312,"name":2312,"fn":2313,"description":2314,"org":2414,"tags":2415,"stars":20,"repoUrl":21,"updatedAt":2318},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2416],{"name":2296,"slug":2297,"type":15},{"slug":2320,"name":2320,"fn":2321,"description":2322,"org":2418,"tags":2419,"stars":20,"repoUrl":21,"updatedAt":2332},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2420,2421,2422],{"name":2326,"slug":2327,"type":15},{"name":9,"slug":8,"type":15},{"name":2330,"slug":2331,"type":15}]