littleben/awesomeAgentskills

A curated collection of skills for Claude Code and other AI agents | 精选的 Claude Code 和其他 AI 智能体技能集合

License:MITLanguage:JavaScript9014
代理claude-code技能

Deep Analysis

精选的Claude Code和AI智能体技能集合库,包含官方和社区技能,提供结构化工作流和最佳实践

Highly Recommended

Core Features

官方技能库

Anthropic提供的创意、开发、企业和文档技能

社区技能库

框架文档、Web性能优化、国际化和部署技能

Shipany框架文档

228页SaaS应用框架完整文档

Web可访问性修复

诊断修复PageSpeed可访问性问题

国际化和部署

Next.js多语言支持和Vercel自动化部署

Technical Implementation

Architecture:模块化技能仓库架构,每个技能独立成目录,支持直接引用和扩展
Execution Flow:
发现技能

浏览官方或社区技能库

复制技能

复制到.claude/skills/目录

在提示中引用

提及技能名称

自动展开

Claude自动展开工作流并执行

Key Components:
Next.js 15现代Web框架
Drizzle ORM数据库操作映射
NextAuth身份验证解决方案
Stripe/Creem支付处理集成
Highlights
  • 90个Star和14个Fork社区认可
  • 228页Shipany框架完整文档
  • 系统Web可访问性修复工作流
  • 支持15+语言国际化
  • 完整GitHub到Vercel部署流程
Use Cases
  • 构建基于Shipany的SaaS应用
  • 修复网站可访问性得分
  • 为网站添加多语言支持
  • 自动化GitHub和Vercel部署
Limitations
  • 主要针对Next.js生态
  • Shipany学习曲线较陡
  • 依赖第三方API配置
Tech Stack
Next.js 15TypeScriptDrizzle ORMNextAuthTailwind CSSStripe

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!

Highly Recommended
agents

wshobson/agents

wshobson

Intelligent automation and multi-agent orchestration for Claude Code

The most comprehensive Claude Code plugin ecosystem, covering full-stack development scenarios with a three-tier model strategy balancing performance and cost.

25.6k2.8k3 days ago
Highly Recommended
awesome-claude-skills

ComposioHQ/awesome-claude-skills

ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows

The most comprehensive Claude Skills resource list; connect-apps is a killer feature.

19.9k2.0k3 days ago
Recommended
oh-my-opencode

code-yeongyu/oh-my-opencode

code-yeongyu

The Best Agent Harness. Meet Sisyphus: The Batteries-Included Agent that codes like you.

Powerful multi-agent coding tool, but note OAuth limitations.

17.5k1.2k3 days ago
Highly Recommended
ui-ux-pro-max-skill

nextlevelbuilder/ui-ux-pro-max-skill

nextlevelbuilder

An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms

Essential for designers; comprehensive UI/UX knowledge base.

15.3k1.5k3 days ago
Recommended
claude-mem

thedotmack/claude-mem

thedotmack

A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.

A practical solution for Claude's memory issues.

14.0k9143 days ago
Highly Recommended
planning-with-files

OthmanAdi/planning-with-files

OthmanAdi

Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.

Context engineering best practices; an open-source implementation of Manus mode.

9.3k8113 days ago