Agent Skills that teach AI coding assistants (Claude Code, Cursor, etc.) how to work with Langfuse — the open-source LLM engineering platform for tracing, prompt management, and evaluation.
$ npx -y skills add langfuse/skills --agent claude-code
What's inside
Agent Skills that teach AI coding assistants (Claude Code, Cursor, etc.) how to work with Langfuse — the open-source LLM engineering platform for tracing, prompt management, and evaluation.
| Skill | Description |
|---|---|
| langfuse | Main skill to work with Langfuse. Query and manage traces, prompts, datasets, and scores via the Langfuse API; look up documentation; do things with best practices in mind. |
Install as a Cursor plugin:
/add-plugin langfuse
Install via the skills CLI:
npx skills add langfuse/skills --skill "langfuse"
Clone this repo and symlink the skill into your agent's skills directory:
git clone https://github.com/langfuse/skills.git /path/to/langfuse-skills
ln -s /path/to/langfuse-skills/skills/langfuse /path/to/skills-directory/langfuse
You need a Langfuse account (cloud or self-hosted) and API keys:
export LANGFUSE_PUBLIC_KEY=pk-lf-...
export LANGFUSE_SECRET_KEY=sk-lf-...
export LANGFUSE_BASE_URL=https://cloud.langfuse.com # or https://us.cloud.langfuse.com, or self-hosted URL
API keys are found in your Langfuse project under Settings > API Keys.
Once installed, the agent will automatically use these skills when relevant — for example:
langfuse/experiment-actionSomething not working as expected, or want a new skill? Start a discussion.
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
.cursor/
.cursor-plugin/
plugin.json
skills/
skill-creator/
LICENSE.txt
references/
output-patterns.md
workflows.md
scripts/
init_skill.py
package_skill.py
quick_validate.py
SKILL.md
.github/
CODEOWNERS
dependabot.yml
DISCUSSION_TEMPLATE/
ideas-improvements.yml
workflows/
claude-review-maintainer-prs.yml
zizmor.yml
.gitignore
AGENTS.md
assets/
logo.png
CLAUDE.md
LICENSE
README.md
skills/
langfuse/
references/
ci-cd.md
cli.md
error-analysis.md
instrumentation.md
judge-calibration.md
prompt-engineering.md
prompt-migration.md
skill-feedback.md
trace-evaluator-upgrade.md
user-feedback.md
v4-project-migration.md
SKILL.mdFAQ
langfuse is a Claude Code plugin with 1 hand-picked skill for monitoring work, indexed on Flowy. Install it with the command on its page. It includes langfuse. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.