What problem does it solve? Working with this project's self-hosted Langfuse v3 stack requires knowing the CLI, credential conventions, prompt sync workflow, and tracing setup — this Skill consolidates all of it so you can query traces, manage prompts, and debug observability without rediscovering project-specific rules. ## Core Features & Use Cases - Langfuse CLI data access: Discover API resources with langfuse-cli api __schema, then list or get traces, prompts, scores, sessions, and observations against the self-hosted instance at localhost:3000. - Project-specific observability guidance: Covers the V3 review tracing stack (observability.py, prompts.py, eval.py), the file-first prompt sync workflow, judge calibration, and error analysis of /v3-review traces. - Documentation retrieval: Fetch Langfuse docs via llms.txt, markdown page fetches, or the search-docs API, with caveats for the pinned self-hosted v3 deployment. - Use Case: You want to inspect why a /v3-review run scored low — source credentials from infra/.env, query the trace's GENERATION observations via the CLI, then follow the error-analysis reference to build an annotation queue. ## Quick Start Ask the assistant to list recent Langfuse traces from the self-hosted instance using the langfuse-cli with credentials sourced from infra/.env.