langfuse-prompt-viewer

Official

Decode AI prompts, fix schema errors instantly.

Authorcncorp
Version1.0.0
Installs0

System Documentation

What problem does it solves? KeyError or schema validation failures in AI applications often stem from outdated or misunderstood prompt definitions. This skill eliminates guesswork by fetching the actual Langfuse prompt schemas and traces.

Core Features & Use Cases

  • Accurate Prompt Schemas: Download and view the exact content and configuration of Langfuse prompts locally.
  • Trace Debugging: Fetch and display detailed Langfuse traces to understand AI model behavior step-by-step.
  • Environment Verification: List all available prompts and check their status in your current environment.
  • Use Case: When your tests fail with a KeyError like 'coaching_message', use this skill to fetch the actual coaching_message prompt from Langfuse, revealing its true output schema and saving you from trial-and-error debugging.

Quick Start

Use the langfuse-prompt-viewer skill to fetch the prompt named 'voice_message_enricher' and view its schema.

Dependency Matrix

Required Modules

langfuse==2.60.3httpx==0.27.2

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: langfuse-prompt-viewer
Download link: https://github.com/cncorp/superpowers/archive/main.zip#langfuse-prompt-viewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository