💡 摘要
一个为扩展AI智能体(特别是Claude Code)能力而精心策划的可复用提示工作流和文档市场。
🎯 适合人群
🤖 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 - 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.
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!
优点
- 为复杂任务提供结构化、可复用工作流。
- 提供特定领域专业知识(如国际化、部署、无障碍访问)。
- 包含官方和社区审核的内容。
- 分类清晰,附有快速入门指南。
缺点
- README是高级目录;详细说明在子目录中。
- 社区技能的质量和维护可能参差不齐。
- 缺乏集中的安装/管理工具。
- 部分技能可能存在方法重叠或冲突。
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 littleben.
