littleben/awesomeAgentskills
A curated collection of skills for Claude Code and other AI agents | 精选的 Claude Code 和其他 AI 智能体技能集合
Deep Analysis
精选的Claude Code和AI智能体技能集合库,包含官方和社区技能,提供结构化工作流和最佳实践
Core Features
官方技能库
Anthropic提供的创意、开发、企业和文档技能
社区技能库
框架文档、Web性能优化、国际化和部署技能
Shipany框架文档
228页SaaS应用框架完整文档
Web可访问性修复
诊断修复PageSpeed可访问性问题
国际化和部署
Next.js多语言支持和Vercel自动化部署
Technical Implementation
浏览官方或社区技能库
复制到.claude/skills/目录
提及技能名称
Claude自动展开工作流并执行
- 90个Star和14个Fork社区认可
- 228页Shipany框架完整文档
- 系统Web可访问性修复工作流
- 支持15+语言国际化
- 完整GitHub到Vercel部署流程
- 构建基于Shipany的SaaS应用
- 修复网站可访问性得分
- 为网站添加多语言支持
- 自动化GitHub和Vercel部署
- 主要针对Next.js生态
- Shipany学习曲线较陡
- 依赖第三方API配置
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!
Related Skills
wshobson/agents
wshobsonIntelligent 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.
ComposioHQ/awesome-claude-skills
ComposioHQA 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.
code-yeongyu/oh-my-opencode
code-yeongyuThe Best Agent Harness. Meet Sisyphus: The Batteries-Included Agent that codes like you.
Powerful multi-agent coding tool, but note OAuth limitations.
nextlevelbuilder/ui-ux-pro-max-skill
nextlevelbuilderAn AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
Essential for designers; comprehensive UI/UX knowledge base.
thedotmack/claude-mem
thedotmackA 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.
OthmanAdi/planning-with-files
OthmanAdiClaude 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.

