Co-Pilot
Updated a month ago

awesomeagentskills

Llittleben
0.1k
littleben/awesomeagentskills
76
Agent Score

πŸ’‘ Summary

A curated marketplace of reusable prompt workflows and documentation for extending AI agent capabilities, particularly for Claude Code.

🎯 Target Audience

AI Agent DevelopersSaaS Product BuildersWeb Performance EngineersDevOps EngineersFull-Stack Developers

πŸ€– AI Roast: β€œIt's less a toolbox and more a library of instruction manuals, assuming your AI agent is a very diligent librarian.”

Security AnalysisMedium Risk

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

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

View Skill β†’


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 getImageData canvas 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

View Skill β†’


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

View Skill β†’


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

View Skill β†’


How to Use Skills

In Claude Code

  1. Copy the skill to your project's .claude/skills/ directory
  2. Reference in prompts by mentioning the skill name
  3. 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

  1. Fork this repository
  2. Add your skill in a new directory
  3. Follow the skill template structure
  4. 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!

5-Dim Analysis
Clarity8/10
Novelty6/10
Utility9/10
Completeness7/10
Maintainability8/10
Pros & Cons

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
toolCode Lib
90/ 100

β€œ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
toolCode Lib
88/ 100

β€œ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
toolAuto-Pilot
86/ 100

β€œ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.