Claude Skill

DougTrajano/pydantic-ai-skills

pydantic-ai-skills 将 Agent Skills 集成到 Pydantic AI 中,支持渐进式披露,通过文件系统和程序化技能定义构建模块化 AI 代理。

概览

Stars316
Forks26
语言Python
最后更新2026-06-11
最近同步2026-06-17
前往 GitHub

仓库信息

拥有者DougTrajano
仓库pydantic-ai-skills
完整名称DougTrajano/pydantic-ai-skills
Repo ID1,118,556,483

安装这个 Skill

pip install pydantic-ai-skills

Registry 信息

类型claude_skill
质量分85/100
验证状态readme_parsed
最近验证2026-06-15
平台
Claude
能力
pdfmemorysearchvideoterminalagent-frameworkagent-skillsagentic-aiai-agentsclaude-code
识别文件
README.mddocsexamplespyproject.tomltests
配置键
URL
安装方式
  • pip install pydantic-ai-skills
  • pip install pydantic-ai-skills[test] # Includes pytest and coverage tools

项目简介

pydantic-ai-skills 将 Agent Skills(agentskills.io)集成到 Pydantic AI 中,支持渐进式披露,并提供文件系统和程序化技能定义,用于构建模块化 AI 代理。

英文描述

This package implements Agent Skills (https://agentskills.io) support with progressive disclosure for Pydantic AI. Supports filesystem and programmatic skills.

要点

  • 代理技能的渐进式披露
  • 基于文件系统的技能定义
  • 程序化技能定义
  • 与 Pydantic AI 无缝集成
  • 兼容 Claude Code 和代理工作流

使用场景

  • 使用可复用技能构建模块化 AI 代理
  • 通过文件系统或代码管理技能库
  • 为 Pydantic AI 代理添加结构化技能支持
  • 使用 Claude Code 开发代理型 AI 应用

README 摘要

# pydantic-ai-skills A standardized, composable framework for building and managing Agent Skills within the Pydantic AI ecosystem. **Agent Skills** are modular collections of instructions, scripts, tools, and resources that enable AI agents to progressively discover, load, and execute specialized capabilities for domain-specific tasks. This package implements the [Agent Skills specification](https://agentskills.io/home) for Pydantic AI using a tool-calling approach, maintaining full compatibility with the specification while adapting the loading mechanism for Pydantic AI's architecture. Agent Skills is an open format maintained by Anthropic and open to contributions from the community. [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=DougTrajano_pydantic-ai-skills&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=DougTrajano_pydantic-ai-skills) ## Features - **Progressive Disclosure** - Load skill information only when needed, reducing token usage - **Agent Skills Spec** - Fully compatible with the [Agent Skills](https://agentskills.io/home) open format - **Filesystem Skills** - Define skills as filesystem directories with Markdown files and scripts - **Programmatic Skills** - Create skills dynamically in Python code using decorators or dataclasses - **Type-Safe** - Built with Python dataclasses and type hints - **Validation** - Automatic validation of skill metadata and structure - **Multiple Directories** - Load skills from multiple sources - **Security** - Path traversal prevention and safe script execution

话题

探索更多

数据来自 GitHub,同步时间:2026-06-17