L
Langfuse 스킬
add-model-price
by langfuse
Use when editing worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, pricing tiers, tokenizer IDs, or matchPattern regexes…
agent-setup-maintenance
by langfuse
Use this skill when changing the shared agent setup for the repository.
backend-dev-guidelines
by langfuse
Shared backend guide for Langfuse's Next.js, tRPC, BullMQ, and TypeScript monorepo. Use when creating or reviewing tRPC routers, public REST endpoints, BullMQ…
changelog-writing
by langfuse
Use this skill when a completed feature branch needs a changelog entry.
clickhouse-best-practices
by langfuse
MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 28 rules that MUST be checked before providing recommendations. Always read…
code-review
by langfuse
Use this skill when the task is to review code changes rather than implement a feature.
frontend-browser-review
by langfuse
Use this skill when a change affects what users see or do in the browser.
langfuse
by langfuse
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...
langfuse-api
by langfuse
Interact with the Langfuse API. Use when user wants to query traces, fetch prompts, create datasets, manage scores, or do anything else via the Langfuse REST…
langfuse-cli
by langfuse
Interact with Langfuse and access its documentation. Use when needing to (1) query or modify Langfuse data programmatically via the CLI — traces, prompts,…
langfuse-observability
by langfuse
Instrument LLM applications with Langfuse tracing. Use when setting up Langfuse, adding observability to LLM calls, or auditing existing instrumentation.
langfuse-prompt-migration
by langfuse
Migrate hardcoded prompts to Langfuse for version control and deployment-free iteration. Use when user wants to externalize prompts, move prompts to Langfuse,…
skill-creator
by langfuse
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's…
skill-developer
by langfuse
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger…
turborepo
by langfuse
Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph.