Multi-Agent Orchestration Planning
2026年のAIワークフロー向け実践コンテンツ: Plan multi-agent work with roles, queues, checkpoints, review loops, and failure recovery.
skills.shエコシステムの再利用可能なAgent Skillです。 pdf from anthropics/skills: Comprehensive PDF processing with text extraction, merging, splitting, form filling, and OCR capabilities.
pdf is a reusable agent skill listed on skills.sh under anthropics/skills. skills.sh rank #83, installs 109.7K, GitHub stars 140.2K, first seen Jan 20, 2026.
Comprehensive PDF processing with text extraction, merging, splitting, form filling, and OCR capabilities. Supports core operations: merge/split PDFs, extract text and tables, rotate pages, add watermarks, encrypt/decrypt, and extract images Includes Python libraries (pypdf, pdfplumber, reportlab) and command-line tools (qpdf, pdftotext, pdftk) with ready-to-use code examples Handles scanned PDFs via OCR using pytesseract and pdf2image for searchable text extraction Dedicated form-filling workflow documented in FORMS.md; advanced features and JavaScript alternatives covered in REFERENCE.md
SKILL.md and only load extra files referenced by that skill.npx skills add https://github.com/anthropics/skills --skill pdfIs pdf an agent, a prompt, or a skill?
It is a skill: a reusable package of task-specific instructions and supporting files that an agent can load when the user's request matches the workflow.
Should I install it automatically?
Only after checking the repository, install command, audit status, and whether the user wants this capability in the current agent environment.
What makes it useful for AIDreamHub users?
It helps users discover practical agent capabilities from the open skills ecosystem and compare them by task, source, install count, and operational risk.
npx skills add https://github.com/anthropics/skills --skill pdfnpx skills add https://github.com/anthropics/skills --skill pdf2026年のAIワークフロー向け実践コンテンツ: Plan multi-agent work with roles, queues, checkpoints, review loops, and failure recovery.
skills.shエコシステムの再利用可能なAgent Skillです。 pptx from anthropics/skills: Create, edit, read, and manipulate PowerPoint presentations with design guidance and quality assurance workflows.
skills.shエコシステムの再利用可能なAgent Skillです。 docx from anthropics/skills: Create, read, edit, and manipulate Word documents (.docx files) with full formatting control.
skills.shエコシステムの再利用可能なAgent Skillです。 test-driven-development from obra/superpowers: Write tests first, watch them fail, then implement minimal code to pass.