langfuse

Installation
Summary

Programmatic Langfuse data access and documentation lookup via CLI and web resources.

  • Query and modify Langfuse data (traces, prompts, datasets, scores, sessions) using the langfuse-cli via npx with full REST API schema discovery
  • Access current Langfuse documentation through three methods: structured index (llms.txt), individual markdown pages, and cross-doc search API
  • Includes use-case-specific reference guides for instrumentation, prompt migration, user feedback capture, SDK upgrades, and CLI workflows
  • Requires Langfuse API credentials (public and secret keys) set as environment variables; supports cloud and self-hosted instances
SKILL.md

Langfuse

This skill helps you use Langfuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, and accessing data programmatically.

Core Principles

Follow these principles for ALL Langfuse work:

  1. Documentation First: NEVER implement based on memory. Always fetch current docs before writing code (Langfuse updates frequently) See the section below on how to access documentation.
  2. CLI for Data Access: Use langfuse-cli when querying/modifying Langfuse data. See the section below on how to use the CLI.
  3. Best Practices by Use Case: Check the relevant reference file below for use-case-specific guidelines before implementing
  4. Use latest Langfuse versions: Unless the user specified otherwise or there's a good reason, always use the latest version of Langfuse SDKs/APIs.

Use case specific references

Related skills
Installs
4.3K
Repository
langfuse/skills
GitHub Stars
121
First Seen
Feb 15, 2026