AI agent skills for Langfuse observability and prompt management.
| Skill | Description |
|---|---|
| langfuse-observability | Instrument LLM applications with Langfuse tracing |
| langfuse-prompt-migration | Migrate hardcoded prompts to Langfuse |
| langfuse-api | Interact with the Langfuse REST API |
npx skills add langfuse/skills --skill "langfuse-observability"
npx skills add langfuse/skills --skill "langfuse-prompt-migration"
npx skills add langfuse/skills --skill "langfuse-api"These skills work with Claude Code, Cursor, and other AI coding agents that support the Agent Skills format.
Once installed, the agent will automatically use these skills when:
- Setting up Langfuse tracing in a project
- Migrating prompts to Langfuse prompt management
- Querying traces, prompts, or datasets via the API
- Auditing existing Langfuse instrumentation