From 296e468aad06e6b057d1ac8c75cc7aa4de85b7d0 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Mon, 27 Apr 2026 09:17:52 -0500 Subject: [PATCH] Add logfire plugin --- .claude-plugin/marketplace.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3bafb24..cf32271 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -966,6 +966,21 @@ }, "homepage": "https://github.com/Shopify/liquid-skills/tree/main/plugins/liquid-skills" }, + { + "name": "logfire", + "description": "Add Logfire observability to Python applications with auto-instrumentation for FastAPI, httpx, asyncpg, SQLAlchemy, and more", + "author": { + "name": "Pydantic" + }, + "category": "monitoring", + "source": { + "source": "git-subdir", + "url": "https://github.com/pydantic/skills.git", + "path": "plugins/logfire", + "ref": "main" + }, + "homepage": "https://github.com/pydantic/skills/tree/main/plugins/logfire" + }, { "name": "lua-lsp", "description": "Lua language server for code intelligence",