Skip to content

Find awesome Agent Skills

Agent-Skills.md is an agent skills marketplace, to find the right agent skills for you.

Frontend Design

@anthropics

Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code and UI design that avoids generic AI aesthetics.

frontenddesignwebreactcss

MCP Server Builder

@anthropics

Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.

mcpapidevelopmentautomation

Algorithmic Art

@anthropics

Create algorithmic philosophies interpreted through computational processes, emergent behavior, mathematical beauty, seeded randomness, and parametric variation.

artcreativep5jsgenerative

Brand Guidelines

@anthropics

Applies Anthropic's official brand colors and typography to any artifact. Use when brand colors, style guidelines, or company design standards apply.

brandingdesigntypographyenterprise

Canvas Design

@anthropics

Create visual philosophies interpreted through form, space, color, composition, images, graphics, shapes, and patterns.

designcreativevisualcanvas

Doc Co-Authoring

@anthropics

Structured workflow for guiding users through collaborative document creation with three stages: Context Gathering, Refinement & Structure, and Reader Testing.

documentationwritingcollaborationworkflow

DOCX Document Creation

@anthropics

Powers Claude's document creation capabilities for Word documents. Create and edit professional DOCX files.

documentdocxofficeword

PDF Document Creation

@anthropics

Powers Claude's document creation capabilities for PDF files. Generate professional PDF documents.

documentpdfexport

PowerPoint Creation

@anthropics

Powers Claude's document creation capabilities for presentations. Create professional PowerPoint slides.

presentationpptxslidesoffice

Excel Spreadsheet Creation

@anthropics

Powers Claude's document creation capabilities for spreadsheets. Create and manipulate Excel files.

spreadsheetxlsxexcelofficedata

Internal Communications

@anthropics

Write all kinds of internal communications: 3P updates, newsletters, FAQs, status reports, leadership updates, incident reports, and project updates.

communicationenterprisewritingreports

Skill Creator

@anthropics

Guidance for creating effective skills. Learn best practices for skill design, structure, and implementation.

metadevelopmentdocumentation

Agent Skills FAQ

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs that teach AI agents how to complete specific tasks. Each Agent Skill lives in its own folder with a SKILL.md file containing instructions, metadata, and resources that Claude loads dynamically to improve performance on specialized tasks.

How do Agent Skills work with Claude Code?

Claude Code automatically discovers and loads Agent Skills based on context. When you have skills in your .claude/skills folder or installed from the marketplace, Claude reads the skill descriptions and applies the relevant ones to help with your current task.

What can Agent Skills do?

Agent Skills can handle a wide variety of tasks including frontend design, document creation (DOCX, PDF, PPTX, XLSX), MCP server development, web app testing, internal communications, and creative workflows like algorithmic art and GIF creation.

How do I use Agent Skills?

You can install Agent Skills from the Claude Code marketplace using the /install-skill command, or by placing skill folders directly in your project's .claude/skills directory. Claude will automatically detect and use them when relevant.

What is the SKILL.md file format?

SKILL.md is the core file of every Agent Skill. It contains YAML frontmatter with name and description fields (used for discovery), followed by Markdown content with detailed instructions that Claude uses when the skill is activated.

MIT Licensed