There are already many Skills written by others available on the market.
\nFor example, the Claude Skills officially provided by Anthropic: https://github.com/anthropics/skills.
\nThis repository is Anthropic's official Claude skills collection, supporting the Agent Skills open standard with dynamic loading to expand AI-specific capabilities. The skills cover design, development, enterprise office work, and all-category document editing. Most are open source, and the underlying documentation capabilities are for source code reference only.
\nWe can register this repository as a plugin marketplace for Claude Code by executing the following command in Claude Code:
\n/plugin marketplace add anthropics/skills\n\n
Then you can use /plugin to view:

Steps to install specific skill sets:
\n- \n
- Browse and install plugins \n
- Select the anthropic-agent-skills plugin source \n
- Select document-skills or example-skills \n

- \n
- Click Install now \n

We can also directly install the above two types of plugins through commands:
\n/plugin install document-skills@anthropic-agent-skills\n/plugin install example-skills@anthropic-agent-skills\n\nNote: The skills directory installed using plugins is located at ~/claude/plugins/marketplaces/.
After the plugin installation is complete, you need to restart Claude Code.
\nWhen using, simply mention the skill name in the instruction to invoke it. For example, after installing the document-skills plugin, you can issue the following command to Claude Code:
\nUse the PDF skill to extract path/to/some-file.pdf Form fields in the file\n\nOr create a PPT:
\nCreate a presentation for an Agent Skill\n\nYou can see that /document-skills:pptx is invoked:
\n
Starts generating:
\n
Afterwards, it will tell you the location of the generated file:
\n
\n
Agent Skills Related Resources
\n| Resource Description | \nLink | \n
|---|---|
| Skill Aggregation Portal | \nhttps://skills.sh/ | \n
| Skills Marketplace (Chinese Interface) | \nhttps://skillsmp.com/zh | \n
| Agent Skills Official Standard Site | \nhttps://agentskills.io/ | \n
| Anthropic Official Engineering Article (Agent Skills Practical Concepts) | \nhttps://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills | \n
| VS Code Copilot Agent Skills Documentation | \nhttps://code.visualstudio.com/docs/copilot/customization/agent-skills | \n
| Anthropic Official Skills GitHub Repository | \nhttps://github.com/anthropics/skills | \n
| Claude Skills Curated List (Awesome Series) | \nhttps://github.com/ComposioHQ/awesome-claude-skills | \n
| Software Development Automation Workflow Skills Collection | \nhttps://github.com/obra/superpowers | \n
| Automatic Skill Generation Skill (Official Example) | \nhttps://github.com/anthropics/skills/tree/main/skills/skill-creator | \n
YouTip