Setting the file. One moment.
Subchapter 49.30
README.mdMarkdown3 KBView on GitHub
An Agent Skill that onboards a project to LaunchDarkly end to end: install the SDK, create a first flag, and let the user watch it flip in their running app.
The skill runs a fixed sequence and keeps the conversation quiet between decision points, so the user can delegate the work and come back to a finished state:
launchdarkly-onboarding branch and leave every change uncommitted for the user to review.sdk-install (detect, plan, apply), or use the fast path when the app was just scaffolded. The SDK key comes from MCP when it is already configured, otherwise from a direct dashboard link.mcp-configure.Notable behaviors:
npx skills add launchdarkly/ai-tooling --skill onboarding -y --agent <agent>Or copy skills/onboarding/ into your client’s skills path.
npx on PATH for optional companion skill installs.Ask the agent to onboard the project:
Set up LaunchDarkly in my project.
| Skill | Purpose |
|---|---|
sdk-install | Detect the stack, plan the integration, apply the code changes |
mcp-configure | Configure the hosted LaunchDarkly MCP server |
evals/onboarding/ scores the kickoff and the early decision points: kickoff voice, monorepo ambiguity, MCP staying out of the way until the flag works, and drift handling.
cd evals && npm run eval:onboarding