What problem does it solve? When a user asks for Word, Excel, PowerPoint, or PDF output in Claude Code, the required official Anthropic Skill may not be installed locally. This Skill detects the needed official Skill, obtains user consent, installs it from the official repository, and loads it so the work can proceed without the user researching installation steps. ## Core Features & Use Cases - Request-to-Skill Mapping: Maps natural-language requests (Word document, slide deck, spreadsheet, PDF form, MCP server, frontend design) to the correct official Skill such as docx, pptx, xlsx, pdf, or mcp-builder. - Consent-Gated Installation: Before cloning https://github.com/anthropics/skills.git and symlinking into ~/.claude/skills/, it presents the source URL, cache path, link target, and target Skill names for explicit approval. - License Awareness: Flags proprietary-licensed Skills (docx, pptx, xlsx, pdf) as personal-use-only and distinguishes them from Apache-2.0 Skills. - Use Case: A user says "create a slide deck summarizing this report". The Skill detects pptx is missing, shows the install details, and after consent clones the repo, symlinks pptx into ~/.claude/skills/, reads its SKILL.md, and generates the presentation. ## Quick Start Ask Claude Code to create a PowerPoint presentation from your notes and approve the official Skill installation when prompted.