detect

Detects repository language, framework, package manager, and monorepo layout for LaunchDarkly SDK onboarding planning.

25|8|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/launchdarkly/ai-tooling --skill detect-launchdarkly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detect
Source: https://github.com/launchdarkly/ai-tooling/tree/main/skills/onboarding/sdk-install/detect
Command: npx skills add https://github.com/launchdarkly/ai-tooling --skill detect-launchdarkly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detect repository stack for LaunchDarkly SDK onboarding: languages, frameworks, package managers, monorepo targets, entrypoints, and existing LD usage.

Core Features & Use Cases

  • Identify the project's language and framework by scanning common manifests (package.json, go.mod, etc.).
  • Determine the package manager and monorepo layout to scope integrations accurately.
  • Locate the application entrypoint and any existing LaunchDarkly usage to assess integration points.
  • Provide guidance for next steps, including recommended targets and plan generation.

Quick Start

Scan your repository to detect language, framework, package manager, monorepo layout, and entrypoints to plan LD SDK onboarding.

Frequently Asked Questions about detect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify the programming language and framework in a repository for SDK onboarding?

To identify the programming language and framework for SDK onboarding, the Skill scans common dependency manifests like package.json and go.mod to automatically detect the project's stack and structure.

Can I detect the package manager and monorepo layout to scope SDK integrations accurately?

Yes, you can detect the package manager and monorepo layout to scope integrations accurately. The Skill evaluates project structure and dependency manifests to surface suitable integration targets across multi-package setups.

How do I locate application entrypoints and existing LaunchDarkly usage in my project?

To locate application entrypoints and existing LaunchDarkly usage, the Skill evaluates project structure and scans for current LD usage to assess integration points and recommend next steps for onboarding planning.

Does repository stack detection work with monorepo and multi-package workspaces?

Repository stack detection works with monorepo and multi-package workspaces. The Skill evaluates dependency manifests, project structure, and existing LD usage to surface suitable integration targets across any project workspace.

What is the best way to plan LaunchDarkly SDK onboarding for an unknown repository stack?

The best way to plan LaunchDarkly SDK onboarding for an unknown repository stack is to scan dependency manifests and project structure to identify languages, frameworks, package managers, and entrypoints, which generates suitable integration targets and next steps.