From ms-office-suite
Work with PDF files - read, create, edit, merge, split, fill forms
How this command is triggered — by the user, by Claude, or both
Slash command
/ms-office-suite:pdfThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Load the PDF skill and help the user with their PDF task. The user wants to work with PDF files. Read the SKILL.md file at `skills/pdf/SKILL.md` to understand the available capabilities, then help the user accomplish their task. If they need form filling, also read `skills/pdf/references/forms.md`. If they need advanced operations, also read `skills/pdf/references/reference.md`.
Load the PDF skill and help the user with their PDF task.
The user wants to work with PDF files. Read the SKILL.md file at skills/pdf/SKILL.md to understand the available capabilities, then help the user accomplish their task.
If they need form filling, also read skills/pdf/references/forms.md.
If they need advanced operations, also read skills/pdf/references/reference.md.
npx claudepluginhub jawhnycooke/claude-plugins --plugin ms-office-suite/openOpens a PDF in the interactive viewer from a local path, arXiv link, or URL. Lists available PDFs if no path provided.
/paper-style-generateAnalyzes PDF paper collections (10+ from same author/field) to extract writing style and generates hybrid Claude Code plugin (1 command + 8 agents + 1 skill).
/from-docsAnalyzes a documentation folder and generates a skill teaching Claude how to use the documented package, service, or framework.
/create-skillCreates a new Claude Code skill directory from skill name, description/purpose, and optional documentation URLs. Generates SKILL.md with YAML frontmatter, quick start guide, critical rules, and known issues prevention.