# AutoVault Skills Directory

The skills directory is a signed catalog of reusable SKILL.md packages. It is organized for agents and humans: query by name, description, category, agent compatibility, organization, install count, and license.

## Featured first-party examples

- extract-pdf: extract structured text from PDF files.
- summarize-doc: recursive multi-pass document summarization.
- github-issues: work with GitHub issues through authorized CLI context.
- parse-csv: parse CSV with dialect and type inference.
- yaml-validate: validate YAML with AutoVault-style diagnostics.

First-party AutoVault examples are MIT licensed. Community examples keep their submitted license metadata.

## Agent use

Agents should use get_skill with a query for discovery, fetch full content only when needed, and set include_resources when packaged files are required instead of assuming filesystem paths.
