Extract fields from a PDF form
Uses pdf
- A PDF form path replacing the placeholder `path/to/some-file.pdf`
Use the PDF skill to extract the form fields from `path/to/some-file.pdf`

This repository provides a library of agent skills designed to help developers implement specific domain expertise into LLM-powered applications. By providing structured guidance on tasks ranging from API integration to generative art, it enables builders to move beyond general chat interfaces toward specialized automation.
Follow the documented setup, then try a first task.
Installs: document-skills bundle · Claude Code
In a Claude Code session, register the repository as a plugin marketplace by entering this command:
/plugin marketplace add anthropics/skills
Select `Browse and install plugins`.
Select `anthropic-agent-skills`.
Select `document-skills`.
Select `Install now`.
Installs: example-skills bundle · Claude Code
In a Claude Code session, register the repository as a plugin marketplace by entering this command:
/plugin marketplace add anthropics/skills
Select `Browse and install plugins`.
Select `anthropic-agent-skills`.
Select `example-skills`.
Select `Install now`.
Uses pdf
Use the PDF skill to extract the form fields from `path/to/some-file.pdf`
Uses internal-comms
Use the internal-comms skill to draft a concise 3P update from my notes, organized into Progress, Plans, and Problems. Ask for clarification if the desired format or context is unclear.
Uses webapp-testing
Use the webapp-testing skill to check whether `<one named interaction>` works in my local web application at `<local URL>`. Inspect the rendered state after it loads, capture a screenshot and relevant browser logs, and report only the observed result without changing the application.