{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/5"}],"enrichment":{"capability":"Teaches agents to handle specialized tasks through modular skill packages that bundle instructions, reference documents, and executable scripts with progressive disclosure\u2014skills load their full content only when needed.","skillfed_tags":["agent-skills","progressive-disclosure"],"use_cases":["Build an agent that dynamically loads specialized research, coding, or analysis skills from a shared library without bloating the initial prompt.","Compose agent capabilities from public skills repositories or custom skill packages with filtering and renaming.","Create agents that execute bundled scripts (e.g., data processing, API calls) on demand as part of their task workflow.","Manage a growing skill library across teams by loading skills from Git repositories or S3 with version control and composition.","Teach an agent to handle domain-specific tasks by packaging instructions, reference documents, and helper scripts into a single skill folder."],"what_it_does":"pydantic-ai-skills extends agents with a structured skill system that organizes instructions, resources, and scripts into reusable packages. Each skill is a folder containing a SKILL.md file with metadata and instructions, plus optional reference documents and executable scripts. The package implements progressive disclosure: agents initially see only a skill's name and description, loading full instructions and resources on demand, which keeps the prompt lean as your skill library grows.\n\nYou can organize skills on the filesystem, define them programmatically with decorators, or load them from remote registries like Git repositories or S3. The package exposes four tools to agents: list_skills(), load_skill(), read_skill_resource(), and run_skill_script(). It supports skill filtering, runtime reloading, and composition operations like combining or prefixing skills.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries no known vulnerabilities, and fills a gap by supporting bundled resources and script execution. It is in alpha status but has been released since late 2025 and is in the top 5000 PyPI packages by downloads. Use it if you need agents to load specialized skills with reference materials or executable components."},"id":"pydantic-ai-skills","links":{"html":"https://skillfed.io/packages/pydantic-ai-skills","md":"https://skillfed.io/packages/pydantic-ai-skills.md","pypi":"https://pypi.org/project/pydantic-ai-skills/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-25","license_spdx":"MIT","license_treatment":"permissive","name":"pydantic-ai-skills","python_support":"supports_current","summary":"A lightweight agent skill implementation for Pydantic AI"},"popularity":{"monthly_downloads":3825608,"position":2488,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
