Files
voltagent-skills-directory/README.md
2025-11-11 01:38:22 +03:00

23 KiB
Raw Blame History

claude-skills

The awesome collection of Claude Skills with official and community-built resources.

Awesome Last Update Discord GitHub forks

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

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.

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

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

Creative and Design

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

Development

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

Branding and Communication

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

Meta

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

Community Skills

Productivity and Collaboration

notiondevs/Notion Skills for Claude Article Skills for working with Notion
obra/superpowers-lab Source Code Lab environment for Claude superpowers
obra/brainstorming Source Code Generate and explore ideas
obra/writing-plans Source Code Create strategic documentation
obra/executing-plans Source Code Implement and run strategic plans
obra/dispatching-parallel-agents Source Code Coordinate multiple simultaneous agents
obra/sharing-skills Source Code Distribute and communicate capabilities
obra/using-superpowers Source Code Leverage core platform capabilities
ComposioHQ/content-research-writer Source Code Enhance writing with research
ComposioHQ/meeting-insights-analyzer Source Code Analyze meeting communication patterns
ComposioHQ/competitive-ads-extractor Source Code Analyze competitor advertising
ComposioHQ/image-enhancer Source Code Improve image quality

Development and Testing

conorluddy/ios-simulator-skill Source Code Control iOS Simulator
jthack/ffuf-claude-skill Source Code Web fuzzing with ffuf
lackeyjb/playwright-skill Source Code Browser automation with Playwright
obra/test-driven-development Source Code Write tests before implementing code
ComposioHQ/changelog-generator Source Code Transform git commits into release notes
obra/subagent-driven-development Source Code Development using multiple sub-agents
obra/systematic-debugging Source Code Methodical problem-solving in code
obra/root-cause-tracing Source Code Investigate and identify fundamental problems
obra/testing-skills-with-subagents Source Code Collaborative testing approaches
obra/testing-anti-patterns Source Code Identify ineffective testing practices
obra/finishing-a-development-branch Source Code Complete Git code branches
obra/requesting-code-review Source Code Initiate code review processes
obra/receiving-code-review Source Code Process and incorporate code feedback
obra/using-git-worktrees Source Code Manage multiple Git working trees
obra/verification-before-completion Source Code Validate work before finalizing
obra/condition-based-waiting Source Code Manage conditional pauses or delays
obra/commands Source Code Create and manage command structures
obra/writing-skills Source Code Develop and document capabilities

Specialized Domains

K-Dense-AI/claude-scientific-skills Source Code Scientific research and analysis skills
NotMyself/claude-win11-speckit-update-skill Source Code Windows 11 system management
jeffersonwarrior/claudisms Source Code SMS messaging integration
obra/defense-in-depth Source Code Multi-layered security approaches

Articles and Tutorials

📚 Official

Article
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
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
Claude Skills Just 10x'd My AI Agents by Greg Isenberg YouTube
Claude Skills: Build Your Own AI Experts (Full Breakdown) YouTube
Agent Skills: Specialized capabilities you can customize YouTube
Claude Skills—From TOY to TOOL: Grab My Tutorial YouTube
Claude Skills: Glimpse of Continual Learning? YouTube
Stop Using MCP... Use NEW Claude Skills Instead YouTube
Claude Skills explained: How to create reusable AI workflows YouTube

🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

  • Submit new skills via PR
  • Improve existing definitions
  • Add new docs & videos & articles