awesomeagentskills
π‘ Summary
A curated marketplace of reusable prompt workflows and documentation for extending AI agent capabilities, particularly for Claude Code.
π― Target Audience
π€ AI Roast: βIt's less a toolbox and more a library of instruction manuals, assuming your AI agent is a very diligent librarian.β
Risks stem from executing skills that may run shell commands, access filesystems, or integrate with external services (e.g., Stripe, GitHub). Mitigation: Treat all skills as untrusted code; audit each skill's prompts and suggested commands in a sandbox before use, especially those handling deployments or payments.
Awesome Agent Skills
A curated collection of skills for Claude Code and other AI agents. Skills are reusable workflows that help agents perform complex tasks more effectively.
δΈζθ―΄ζ | English
What are Skills?
Skills are specialized prompts and workflows that extend AI agents' capabilities. They provide:
- Structured workflows for complex tasks
- Best practices codified into reusable patterns
- Domain expertise in specific areas
- Consistency across similar tasks
Quick Links
- π Claude Official Skills - Creative, Development, Enterprise & Meta Skills
- π Community Skills - Framework Docs, Web Performance, i18n & Deployment
- π How to Use - Installation and usage guide
- π€ Contributing - Submit your own skills
Claude Official Skills
Official skills provided by Anthropic for Claude Code. Includes Creative & Design, Development & Technical, Enterprise & Communication, Document Skills, Meta Skills, and Notion Skills.
π View All Official Skills β
Highlights
- π¨ Creative: Algorithmic Art, Canvas Design, Slack GIF Creator
- π» Development: Artifacts Builder, MCP Builder, Webapp Testing
- π’ Enterprise: Brand Guidelines, Internal Comms, Theme Factory
- π Documents: DOCX, PDF, PPTX, XLSX manipulation
- π§ Meta: Skill Creator, Template Skill
- π Notion: Meeting Intelligence, Research & Documentation, Knowledge Capture, Spec to Implementation
Community Skills
Framework Documentation
Skills providing comprehensive documentation for popular frameworks and tools.
Shipany Docs
Complete documentation reference for Shipany AI-powered SaaS boilerplate framework.
Use when:
- Building SaaS applications with Shipany template
- Configuring Next.js 15 + Drizzle ORM + NextAuth
- Integrating payment systems (Stripe/Creem)
- Setting up multi-language SaaS applications
- Implementing AI features in SaaS products
Features:
- 228 pages of comprehensive documentation
- Database configuration with Drizzle ORM
- Authentication system (Google/GitHub)
- Payment integration (Stripe/Creem)
- Email service (Resend)
- AI integrations (OpenAI, Replicate, Kling AI)
- Internationalization (next-intl)
- SEO optimization
- Cloud storage configuration
- User management & admin dashboard
- Blog system with CMS
Coverage:
- π 11 categorized topics (572KB total)
- π Getting Started & Configuration
- πΎ Database & ORM
- π Authentication & Authorization
- π³ Payment Processing
- π§ Email Services
- π€ AI Integration (Image/Video/Text Generation)
- π Internationalization
- π SEO & Analytics
- π¦ Cloud Storage
- π₯ User Console & Admin System
- π Blog & CMS
Tech Stack: Next.js 15, TypeScript, Drizzle ORM, NextAuth, Stripe, Resend
Web Performance & SEO
Skills for optimizing website performance, accessibility, and search engine rankings.
Web Accessibility - Contrast Audit Fix
Diagnoses and fixes PageSpeed Insights accessibility "!" errors caused by color-contrast audit failures.
Use when:
- PageSpeed Insights shows "!" instead of Accessibility score
- color-contrast audit reports errors or incomplete
- Need to fix
getImageDatacanvas errors - Improving WCAG 2.1 compliance
Features:
- 5-step systematic fix workflow
- Quick 5-minute emergency fix
- Comprehensive diagnostic commands
- OKLCH β HSL color space conversion
- CSS filter removal guidelines
- Opacity threshold optimization
- WCAG 2.1 contrast standards
- Pre/post deployment verification
Impact:
- β Accessibility score: "!" β 85-100
- β Improved SEO rankings
- β Better user experience
- β Legal compliance (ADA, WCAG 2.1)
Tech Stack: Next.js, React, Tailwind CSS, Lighthouse, axe-core
Internationalization & Deployment
Skills for adding multi-language support and deploying web applications.
Internationalizing Websites
Adds multi-language support to Next.js websites with proper SEO configuration.
Use when:
- Adding new language versions to existing website
- Setting up i18n for new website
- Configuring SEO for multiple languages
- Optimizing for international markets
Features:
- Automated language file generation
- SEO-optimized hreflang tags
- Localized sitemaps
- Language-specific content management
- Support for 15+ languages
Tech Stack: Next.js, next-intl
Deploying to Production
Automates GitHub repository creation and Vercel deployment for Next.js websites.
Use when:
- Deploying new websites to production
- Setting up CI/CD pipelines
- Configuring GitHub + Vercel integration
- Going live with your application
Features:
- Automated GitHub repository creation
- One-command Vercel deployment
- Pre-deployment validation checklist
- Post-deployment verification
- Comprehensive troubleshooting guide
Tech Stack: GitHub CLI, Vercel CLI, Next.js
How to Use Skills
In Claude Code
- Copy the skill to your project's
.claude/skills/directory - Reference in prompts by mentioning the skill name
- Claude will automatically expand the skill's workflow
As Standalone Reference
Skills can also be used as:
- Documentation for best practices
- Checklists for manual execution
- Templates for creating your own workflows
Contributing
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Quick Start
- Fork this repository
- Add your skill in a new directory
- Follow the skill template structure
- Submit a pull request
What Makes a Good Skill?
- β Solves a specific, well-defined problem
- β Includes clear usage instructions
- β Provides actionable workflows
- β Is well-documented and tested
- β Follows best practices
License
This repository is licensed under the MIT License. See LICENSE for details.
Individual skills may have their own licenses - please check each skill's directory.
Acknowledgments
- Thanks to Anthropic for creating Claude and the skills framework
- Thanks to all contributors who share their skills with the community
Star β this repo if you find these skills useful!
Share your skills by submitting a PR - let's build an amazing collection together!
Pros
- Provides structured, reusable workflows for complex tasks.
- Offers domain-specific expertise (e.g., i18n, deployment, accessibility).
- Includes both official and community-vetted content.
- Clear categorization and quick-start guides.
Cons
- README is a high-level catalog; detailed instructions are in subdirectories.
- Quality and maintenance of community skills may vary.
- Lacks a centralized installation/management tool.
- Some skills may have overlapping or competing methodologies.
Related Skills
mcp-builder
SβThis guide is so comprehensive it might just teach the AI to write its own MCP servers and put you out of a job.β
learn-claude-code
AβA tutorial that finally admits its own past mistakes is more honest than most, but still can't resist the classic 'one weird loop' oversimplification.β
connect
AβIt's the ultimate 'I'll do it for you' skill, turning Claude from a thoughtful advisor into an over-eager intern with access to all your accounts.β
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author littleben.
