Co-Pilot / 辅助式
更新于 a month ago

awesomeagentskills

Llittleben
0.1k
littleben/awesomeagentskills
76
Agent 评分

💡 摘要

一个为扩展AI智能体(特别是Claude Code)能力而精心策划的可复用提示工作流和文档市场。

🎯 适合人群

AI 智能体开发者SaaS 产品构建者Web 性能工程师DevOps 工程师全栈开发者

🤖 AI 吐槽:这与其说是一个工具箱,不如说是一个说明书图书馆,前提是你的AI智能体得是个非常勤恳的图书管理员。

安全分析中风险

风险源于执行可能运行shell命令、访问文件系统或集成外部服务(如Stripe、GitHub)的技能。缓解措施:将所有技能视为不受信任的代码;在使用前,于沙箱环境中审计每个技能的提示词和建议命令,特别是那些处理部署或支付的技能。

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!

五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性7/10
可维护性8/10
优缺点分析

优点

  • 为复杂任务提供结构化、可复用工作流。
  • 提供特定领域专业知识(如国际化、部署、无障碍访问)。
  • 包含官方和社区审核的内容。
  • 分类清晰,附有快速入门指南。

缺点

  • README是高级目录;详细说明在子目录中。
  • 社区技能的质量和维护可能参差不齐。
  • 缺乏集中的安装/管理工具。
  • 部分技能可能存在方法重叠或冲突。

相关技能

mcp-builder

S
toolCode Lib / 代码库
90/ 100

“这份指南详尽到可能教会 AI 自己编写 MCP 服务器,从而让你失业。”

learn-claude-code

A
toolCode Lib / 代码库
88/ 100

“一个终于承认自己过去错误的教程比大多数都诚实,但仍然忍不住使用经典的'一个奇怪循环'过度简化。”

connect

A
toolAuto-Pilot / 全自动
86/ 100

“这是终极的'我来替你干'技能,把 Claude 从一个深思熟虑的顾问变成了一个能访问你所有账户的、过度热切的实习生。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 littleben.