Installing skills from a marketplace
You can register third-party marketplaces as sources for Claude Code plugins. The Anthropic skills repository provides two curated plugin collections.Register the marketplace
Add the Anthropic skills marketplace to Claude Code:This registers the
anthropic-agent-skills marketplace, which contains two plugin bundles:- document-skills: Excel, Word, PowerPoint, and PDF capabilities
- example-skills: Skill creation, MCP building, visual design, and more
Direct plugin installation
If you know which plugin you want, install it directly without browsing:What’s included in each plugin
- document-skills
- example-skills
Comprehensive document processing capabilities:
- xlsx: Create, read, and modify Excel spreadsheets
- docx: Generate and edit Word documents
- pptx: Build and update PowerPoint presentations
- pdf: Read, merge, split, fill forms, extract text and images from PDFs
These are the same production skills that power Claude’s document capabilities in Claude.ai.
Using installed skills
Once a plugin is installed, you can use its skills by simply mentioning them in your requests. Claude Code automatically activates the appropriate skill based on your task.Example workflows
Mention the skill explicitly
Reference the skill by name in your request:Claude Code will load the PDF skill and execute the task.
Skills contain descriptions that help Claude determine when to activate them. For example, the PDF skill’s description includes: “Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart…”
Creating custom marketplace plugins
To create your own marketplace:- Create a
.claude-plugin/marketplace.jsonfile in your repository:
- Users can then add your marketplace:
Skill structure
Each skill is a folder containing aSKILL.md file with YAML frontmatter and instructions:
- scripts/: Executable code for deterministic tasks
- references/: Documentation loaded as needed
- assets/: Templates, icons, fonts used in output