Claude Skill

DougTrajano/pydantic-ai-skills

pydantic-ai-skills integrates Agent Skills into Pydantic AI with progressive disclosure, supporting filesystem and programmatic skill definitions for modular AI agents.

Overview

Stars315
Forks26
LanguagePython
Last pushed2026-06-11
Last synced2026-06-17
View on GitHub

Repository

OwnerDougTrajano
Repositorypydantic-ai-skills
Full nameDougTrajano/pydantic-ai-skills
Repo ID1,118,556,483

Install this Skill

pip install pydantic-ai-skills

Registry

Typeclaude_skill
Quality score85/100
Verificationreadme_parsed
Last verified2026-06-15
Platforms
Claude
Capabilities
pdfmemorysearchvideoterminalagent-frameworkagent-skillsagentic-aiai-agentsclaude-code
Detected files
README.mddocsexamplespyproject.tomltests
Config keys
URL
Install methods
  • pip install pydantic-ai-skills
  • pip install pydantic-ai-skills[test] # Includes pytest and coverage tools

Summary

pydantic-ai-skills integrates Agent Skills (agentskills.io) into Pydantic AI with progressive disclosure, supporting both filesystem and programmatic skill definitions for building modular AI agents.

Chinese description

该软件包实现了Agent Skills(https://agentskills.io)对Pydantic AI的渐进式披露支持,支持文件系统和程序化技能。

Key features

  • Progressive disclosure of agent skills
  • Filesystem-based skill definitions
  • Programmatic skill definitions
  • Seamless integration with Pydantic AI
  • Compatible with Claude Code and agentic workflows

Use cases

  • Building modular AI agents with reusable skills
  • Managing skill libraries via filesystem or code
  • Enhancing Pydantic AI agents with structured skill support
  • Developing agentic AI applications with Claude Code

README excerpt

# 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

Topics

Explore more

Data from GitHub. Synced on 2026-06-17