instrumentation

安装方式
CLI
npx skills add https://github.com/pydantic/skills --skill instrumentation

使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。

最后更新于 4/23/2026

Pydantic Skills

Official Claude Code plugin marketplace for the Pydantic ecosystem.

Plugins

Plugin Description Commands
logfire Add Logfire observability to Python apps /instrument, /debug
ai Build AI agents with Pydantic AI

Install

Add this marketplace to Claude Code:

claude plugin marketplace add pydantic/skills

Then install a plugin:

claude plugin install logfire@pydantic-skills
claude plugin install ai@pydantic-skills

Cross-Agent Skills

The skills/ directory contains standalone SKILL.md files compatible with 30+ agents via the agentskills.io standard - including Codex, Cursor, Gemini CLI, and Claude Code.

Skill Description
logfire-instrumentation Add Logfire observability to Python, JS/TS, and Rust apps
building-pydantic-ai-agents Build LLM-powered agents with Pydantic AI — tools, capabilities, streaming, testing

Development

Test a plugin locally:

claude --plugin-dir ./plugins/logfire