--- license: mit sdk: gradio emoji: 📚 colorFrom: green colorTo: yellow sdk_version: 5.49.1 --- # Agent Skills — Progressive Disclosure Demo (Hugging Face Space) **Published Oct 16, 2025 (concept)** This Space demonstrates *Agent Skills* built as folders that contain a `SKILL.md` plus optional reference files and executable tools. It includes a sample **PDF Form Assistant** skill that can extract form fields from a user-provided PDF via a Python tool. ## What's in here - `app.py`: Gradio UI that lists installed skills, shows metadata, loads `SKILL.md`, opens linked files, and runs the PDF tool. - `skills/pdf/SKILL.md`: YAML-frontmatter metadata + core guidance. - `skills/pdf/reference.md`, `skills/pdf/forms.md`: deeper context for progressive disclosure. - `skills/pdf/tools/extract_form_fields.py`: a small tool callable from the UI.