Orchestrates Langfuse adoption decisions and production-readiness — the planning the official `langfuse` skill doesn't cover. Use whenever the user is deciding HOW to adopt Langfuse or whether their setup is ready: "set up Langfuse", "Langfuse Cloud or self-host", "which Langfuse region", "configure Langfuse keys/env", "is my Langfuse setup production ready", "Langfuse prod checklist", "my traces aren't showing up", or planning a Langfuse rollout. Defers instrumentation CODE to the vendored `langfuse` skill — this skill owns the decisions, order, and verification around it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-langfuse-plugin:langfuse-setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill orchestrates *getting onto Langfuse well*: choosing a deployment, sequencing onboarding
This skill orchestrates getting onto Langfuse well: choosing a deployment, sequencing onboarding
so the irreversible decisions are made first, verifying the first trace, and confirming
production-readiness. It is the planning layer around the official langfuse skill, which owns the
instrumentation code itself.
.md to any page URL (e.g. https://langfuse.com/docs/observability/get-started.md)
or use https://langfuse.com/api/search-docs?query=.... Never instrument from memory.langfuse skill. For instrumentation, CLI usage, prompt migration, and SDK
upgrades, use the vendored langfuse skill (skills/langfuse/). Do not duplicate or rewrite that
guidance here — hand off to it at the right step.Determine which case applies:
langfuse
skill for instrumentation, then verify + readiness.references/production-readiness.md.references/onboarding-sequence.md
(step 6); if unresolved, search-docs for the specific symptom.Use references/cloud-vs-self-host.md. Default to Langfuse Cloud unless a hard requirement (data
residency, VPC/air-gap, compliance, very-high-scale cost, EE-on-own-infra) forces self-hosting.
Region is permanent per project — decide before creating anything.
Follow references/onboarding-sequence.md in order: account → project → API keys (into env, never
chat) → instrumentation (hand off to the langfuse skill) → first trace → verify → organize
(environments, releases, user/session tagging).
For credentials, give the user assets/.env.example to fill in (it lists every region URL and the
required variables) and have them set keys in their shell or .env — never paste secret keys into
chat. For the exact env-var semantics (LANGFUSE_HOST vs LANGFUSE_BASE_URL, etc.), defer to the
vendored langfuse skill, which documents them.
Confirm the trace appears in the UI and the SDK auth check passes; ensure short-lived processes flush
before exit. Details in references/onboarding-sequence.md (step 6).
Before real traffic, walk references/production-readiness.md — data retention, PII masking, RBAC,
environment separation, sampling, cost tracking, spend alerts, flush-on-shutdown, and (self-host)
UTC, backups, encryption, health checks, upgrade path.
references/cloud-vs-self-host.md — deployment decision: when Cloud, when self-host, region
table, self-host deployment tiers and the architecture/UTC requirement you commit to operating.references/onboarding-sequence.md — the ordered onboarding flow and first-trace verification
/ troubleshooting; explains why the order matters.references/production-readiness.md — pre-production checklist (governance, access, signal
quality, reliability, self-host specifics), each item linking the live doc for exact config.assets/.env.example — credentials template with all region URLs.| Need | Where |
|---|---|
| Instrumentation code, CLI, prompt migration, SDK upgrade | vendored langfuse skill (skills/langfuse/) |
| Exact config for any setting | live docs via .md-append or search-docs |
| Deployment decision, onboarding order, prod checklist | this skill |
npx claudepluginhub jbaham2/claude-langfuse-plugin --plugin claude-langfuse-pluginProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.