Agent Skills Library
Discover reusable skills for AI coding agents like Claude Code, Codex, and more. Each skill is a package of instructions and code that teaches your agent to perform specialized tasks and automate complex workflows.
Learn more about Skills →Featured Skills4→
Document Skills66→
Browser Automation Skills22→
Database Skills18→
Development Skills276→
Creative Skills223→
Media Skills100→
Productivity Skills47→
Data Analysis Skills67→
Research Skills109→
Video Skills79→
Image Skills46→
Communication Skills52→
DevOps Skills41→
Security Skills16→
Testing Skills41→
Code Review Skills72→
Web Scraping Skills41→
Frequently Asked Questions
What are Agent Skills?
Agent Skills are reusable instruction packages — a SKILL.md file plus optional scripts and resources — that teach AI agents like Claude how to perform specific tasks. Anthropic introduced them in 2025, and they are often called Claude Skills.
Are Claude Skills and Agent Skills the same thing?
Yes. Anthropic launched the feature as Claude Skills, and the underlying open format is called Agent Skills because other tools such as Cursor and VS Code agents can use the same SKILL.md format.
How do I install a skill in Claude Code?
Place the skill folder in ~/.claude/skills for personal use or .claude/skills inside a project, then invoke it by name. Every skill page on this site offers a ZIP download and install instructions.
What is the difference between an Agent Skill and an MCP server?
An MCP server extends an agent with new tools and data connections through the Model Context Protocol, while a skill gives the agent knowledge and step-by-step procedures through instructions. They complement each other.