2025-10-28 18:02:06 +03:00
2025-10-28 11:55:32 +03:00
2025-10-28 18:02:06 +03:00

claude-skills

A collection of Claude Skills, articles, tutorials, and videos from Anthropic and the community.

Discord Twitter Follow


Awesome Claude Skills

Claude Skills are folders with instructions, scripts, and resources that teach Claude specific tasks. Skills can include executable code and are loaded only when needed, allowing you to maintain hundreds without performance impact. Multiple skills can run together for complex tasks like document creation, code testing, and data analysis.

Maintained by the VoltAgent open-source AI agent framework community.

435380213-b6253409-8741-462b-a346-834cd18565a9

What a Basic Skill Looks Like?

---
name: api-tester
description: Test REST APIs and validate responses
---

# API Tester

Test HTTP endpoints and validate response structures.

## When to Use This Skill

Use this skill when you need to test API endpoints and verify response data.

## Instructions

When testing an API:

1. Send a request to the specified endpoint
2. Check the response status code
3. Validate the response body structure
4. Report any errors or unexpected results

## Response Validation

- Verify required fields exist
- Check data types match expected values
- Confirm nested objects have correct structure

See the official repo and creation guide for more details.

Official Claude Skills

Document Creation

Skill Description
docx Source Code Create, edit, and analyze Word documents
pptx Source Code Create, edit, and analyze PowerPoint presentations
xlsx Source Code Create, edit, and analyze Excel spreadsheets
pdf Source Code Extract text, create PDFs, and handle forms

Creative and Design

Skill Description
algorithmic-art Source Code Create generative art using p5.js with seeded randomness
canvas-design Source Code Design visual art in PNG and PDF formats
slack-gif-creator Source Code Create animated GIFs optimized for Slack size constraints
theme-factory Source Code Style artifacts with professional themes or generate custom themes

Development

Skill Description
artifacts-builder Source Code Build complex claude.ai HTML artifacts with React and Tailwind
mcp-builder Source Code Create MCP servers to integrate external APIs and services
webapp-testing Source Code Test local web applications using Playwright

Branding and Communication

Skill Description
brand-guidelines Source Code Apply Anthropic's brand colors and typography to artifacts
internal-comms Source Code Write status reports, newsletters, and FAQs

Meta

Skill Description
skill-creator Source Code Guide for creating skills that extend Claude's capabilities
template-skill Source Code Basic template for creating new skills

Community Skills

Productivity and Collaboration

Skill Description
Notion Skills for Claude - Skills for working with Notion
superpowers-lab Source Code Lab environment for Claude superpowers
brainstorming Source Code Generate and explore ideas
writing-plans Source Code Create strategic documentation
executing-plans Source Code Implement and run strategic plans
dispatching-parallel-agents Source Code Coordinate multiple simultaneous agents
sharing-skills Source Code Distribute and communicate capabilities
using-superpowers Source Code Leverage core platform capabilities
csv-data-summarizer Source Code Analyze and visualize CSV files (by ComposioHQ)
domain-name-brainstormer Source Code Generate and check domain ideas (by ComposioHQ)
lead-research-assistant Source Code Identify and qualify business leads (by ComposioHQ)
article-extractor Source Code Extract web article content (by ComposioHQ)
content-research-writer Source Code Enhance writing with research (by ComposioHQ)
meeting-insights-analyzer Source Code Analyze meeting communication patterns (by ComposioHQ)
competitive-ads-extractor Source Code Analyze competitor advertising (by ComposioHQ)
family-history-research Source Code Genealogy research assistance (by ComposioHQ)
notebooklm-integration Source Code Source-based document interaction (by ComposioHQ)
markdown-to-epub-converter Source Code Convert markdown to ebook format (by ComposioHQ)
image-enhancer Source Code Improve image quality (by ComposioHQ)

Development and Testing

Skill Description
ios-simulator-skill Source Code Control iOS Simulator (also by ComposioHQ)
ffuf-claude-skill Source Code Web fuzzing with ffuf (also by ComposioHQ)
playwright-skill Source Code Browser automation with Playwright (also by ComposioHQ)
test-driven-development Source Code Write tests before implementing code (also by ComposioHQ)
aws-skills Source Code AWS development and architecture patterns (by ComposioHQ)
changelog-generator Source Code Transform git commits into release notes (by ComposioHQ)
d3js-visualization Source Code Generate interactive data charts (by ComposioHQ)
move-code-quality-skill Source Code Analyze Move language code quality (by ComposioHQ)
pypict-claude-skill Source Code Generate comprehensive test cases (by ComposioHQ)
skill-seekers Source Code Convert documentation to Claude skills (by ComposioHQ)
subagent-driven-development Source Code Development using multiple sub-agents
systematic-debugging Source Code Methodical problem-solving in code
root-cause-tracing Source Code Investigate and identify fundamental problems
testing-skills-with-subagents Source Code Collaborative testing approaches
testing-anti-patterns Source Code Identify ineffective testing practices
finishing-a-development-branch Source Code Complete Git code branches
requesting-code-review Source Code Initiate code review processes
receiving-code-review Source Code Process and incorporate code feedback
using-git-worktrees Source Code Manage multiple Git working trees
verification-before-completion Source Code Validate work before finalizing
condition-based-waiting Source Code Manage conditional pauses or delays
commands Source Code Create and manage command structures
writing-skills Source Code Develop and document capabilities

Specialized Domains

Skill Description
claude-scientific-skills Source Code Scientific research and analysis skills
claude-win11-speckit-update-skill Source Code Windows 11 system management
claudisms Source Code SMS messaging integration
defense-in-depth Source Code Multi-layered security approaches

Articles and Tutorials

📚 Official

Article Description
Claude Skills Quickstart Docs Get started with Claude Skills
Claude Skills Best Practices Docs Best practices for creating skills
Skills Cookbook Docs Skills examples and guides
What Are Skills Docs Introduction to Claude Skills
Using Skills in Claude Docs How to use skills in Claude
How to Create Custom Skills Docs Step-by-step guide to creating skills
Create a Skill Through Conversation Docs Create skills by talking to Claude
Claude for Financial Services Skills Docs Industry-specific skills for financial services
Equipping Agents for the Real World Article Technical deep dive into agent skills
Teach Claude Your Way of Working Docs Customize Claude with your workflow

👥 Community

Article Description
Simon Willison: Claude Skills Blog Introduction to Claude Skills
Nick Nisi: Claude Skills Blog Getting started with Claude Skills
Young Leaders: Skills, Commands, Subagents, Plugins Blog Comparison of Claude features

🎥 Videos

Video
Video 1 YouTube
Video 2 YouTube
Video 3 YouTube
Video 4 YouTube
Video 5 YouTube
Video 6 YouTube
Video 7 YouTube
Video 8 YouTube
Video 9 YouTube
Video 10 YouTube

🤝 Contributing

  • Submit new subagents via PR
  • Improve existing definitions
  • Add new Skills & docs & videos & articles
Description
Fork of VoltAgent/awesome-agent-skills (MIT) - Curated directory of 1,060+ official skills from Anthropic, Google, Stripe, HashiCorp, etc.
Readme 346 KiB