From c7c2448b8153e7375980ce439d50d7228552e1ac Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Mon, 22 Jun 2026 17:01:23 -0500 Subject: [PATCH] Add langfuse plugin (#2541) --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 51de12c..1ba889e 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -3179,6 +3179,20 @@ "sha": "a2162c384e1ffb68b3bf14783ea9a1a762c85ff5" }, "homepage": "https://github.com/zscaler/zscaler-mcp-server" + }, + { + "name": "langfuse", + "description": "Skills for working with Langfuse, the open-source LLM engineering platform for tracing, prompt management, and evaluation.", + "author": { + "name": "Langfuse" + }, + "category": "monitoring", + "source": { + "source": "url", + "url": "https://github.com/langfuse/skills.git", + "sha": "84657a123c12e87d7fa32cbc20197144674e110a" + }, + "homepage": "https://langfuse.com" } ] }