What problem does it solve? Working with Langfuse requires up-to-date knowledge of its APIs, SDKs, and documentation, which change frequently. This Skill gives you programmatic access to Langfuse data (traces, prompts, datasets, scores, sessions) through the langfuse-cli and reliable methods to fetch current Langfuse documentation, so you never implement against outdated information. ## Core Features & Use Cases - CLI-Based API Access: Query and modify any Langfuse resource (traces, prompts, datasets, scores, sessions) using npx langfuse-cli with schema discovery and credential setup via environment variables. - Documentation Retrieval: Access Langfuse docs through the llms.txt index, markdown page fetching, and a search API that also indexes GitHub issues and discussions. - Use-Case Reference Guides: Follow dedicated guides for instrumenting applications, migrating prompts to Langfuse, capturing user feedback as scores, upgrading SDKs, and performing systematic error analysis on traces. - Use Case: You want to debug why your LLM app produces bad outputs. The Skill pulls traces via the CLI, guides you through the 5-step error analysis process, creates annotation queues, and links you directly to the Langfuse UI. ## Quick Start Ask the agent to list your recent Langfuse traces or fetch the Langfuse documentation page for the feature you are working on.