CtrlK
BlogDocsLog inGet started
Tessl Logo

langfuse-local-dev-loop

Set up Langfuse local development workflow with hot reload and debugging. Use when developing LLM applications locally, debugging traces, or setting up a fast iteration loop with Langfuse. Trigger with phrases like "langfuse local dev", "langfuse development", "debug langfuse traces", "langfuse hot reload", "langfuse dev workflow".

80

Quality

77%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/saas-packs/langfuse-pack/skills/langfuse-local-dev-loop/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

89%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a well-structured skill description with strong completeness and distinctiveness. It clearly identifies when to use the skill and provides explicit trigger phrases. The main weakness is that the 'what' portion could be more specific about the concrete actions performed (e.g., Docker setup, environment configuration, SDK integration).

Suggestions

Add more specific concrete actions to the capability list, e.g., 'Configures Docker Compose for local Langfuse, sets up SDK integration, enables hot reload for prompt iteration, and configures trace debugging.'

DimensionReasoningScore

Specificity

Names the domain (Langfuse local development) and some actions (hot reload, debugging, fast iteration loop), but doesn't list multiple concrete specific actions like configuring environment variables, setting up Docker containers, or connecting to a local Langfuse instance.

2 / 3

Completeness

Clearly answers both 'what' (set up Langfuse local development workflow with hot reload and debugging) and 'when' (developing LLM applications locally, debugging traces, setting up fast iteration loop), with explicit trigger phrases.

3 / 3

Trigger Term Quality

Includes a well-curated set of natural trigger phrases ('langfuse local dev', 'debug langfuse traces', 'langfuse hot reload', 'langfuse dev workflow') that users would naturally say, plus broader terms like 'developing LLM applications locally'.

3 / 3

Distinctiveness Conflict Risk

Very distinct niche — Langfuse-specific local development workflow is unlikely to conflict with other skills. The trigger terms are highly specific to this particular tool and use case.

3 / 3

Total

11

/

12

Passed

Implementation

64%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a solid, highly actionable skill with executable code for every step and good coverage of both cloud and self-hosted workflows. Its main weaknesses are the lack of integrated validation checkpoints in the workflow (e.g., 'verify traces appear before proceeding') and the somewhat lengthy inline content that could benefit from splitting the optional/legacy sections into referenced files. The error handling table is a nice touch but would be more effective if integrated into the workflow steps.

Suggestions

Add explicit validation checkpoints after key steps, e.g., 'Run the dev script and verify a trace URL appears in console output before proceeding' after Step 4.

Move the v3 Legacy setup (Step 3) to a separate referenced file like `langfuse-v3-legacy.md` since it's an alternative path, not a sequential step.

Consider moving the Docker self-hosted section to a separate file and referencing it, keeping SKILL.md focused on the primary cloud-based dev loop.

DimensionReasoningScore

Conciseness

The skill provides both v4+ and v3 legacy setups which adds useful coverage but also bulk. Some sections like the dev-utils tracing utilities are fairly verbose with inline comments that explain things Claude would know. The docker-compose section is thorough but could be trimmed. Overall mostly efficient but could be tightened.

2 / 3

Actionability

Every step includes fully executable, copy-paste ready code: TypeScript files, package.json scripts, docker-compose YAML, and bash commands. The examples are concrete and specific with real library imports and API calls.

3 / 3

Workflow Clarity

Steps are clearly numbered and sequenced, but there are no explicit validation checkpoints. After setting up the environment, dev config, and docker, there's no 'verify your setup works' step or feedback loop for common failures. The error handling table helps but is separate from the workflow rather than integrated as checkpoints.

2 / 3

Progressive Disclosure

The skill references external resources and a next-steps skill, which is good. However, the content itself is quite long with both v3 and v4 setups inline, plus the full docker-compose configuration. The self-hosted section could be split to a separate file, and the v3 legacy setup could be referenced rather than fully inline.

2 / 3

Total

9

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

9

/

11

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.