Walks you through creating your first LaunchDarkly feature flag and wiring up the evaluation code end to end. This is step 6 in LaunchDarkly's onboarding flow, so you'll hit it right after installing the SDK. It handles the annoying gotchas like React's camelCase key transformation (my-first-flag becomes myFirstFlag in useFlags()) and shows you the right evaluation snippets for your specific SDK. You can create flags via MCP, the REST API, or ldcli, then toggle them on and verify the change actually works. The security notes about credential handling are actually useful, especially the part about keeping tokens out of shell history.
npx skills add https://github.com/launchdarkly/agent-skills --skill first-flag