Awesome Claude Skills

Normal
GitHub Python No License

Description

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

Key Features

  • 1000+ production-ready skills - Covering 9 categories including document processing, dev tools, data analysis, marketing, and writing
  • Cross-agent compatible - Works with Claude Code, Claude.ai, OpenAI Codex, Cursor, Gemini CLI, Windsurf and more
  • Progressive loading architecture - Each skill loads only name and description (~100 tokens), full content on demand, hundreds coexist
  • Connect Apps plugin - Connect 500+ apps via Composio, letting Claude send emails, create issues, post to Slack
  • Standardized skill format - Based on Anthropic open standard (SKILL.md + YAML frontmatter), reusable across any supported agent

Use Cases

💡 Add document processing capabilities to Claude Code (PDF, Word, Excel, PPT reading and generation)
💡 Automate cross-app workflows (email, project management, messaging) via the Connect Apps plugin
💡 Add specialized skills for development workflows like changelog generation, AWS CDK best practices, and Chrome automation
💡 Learn to create custom skills and master the standardized approach to agent skill extension

Categories

Quick Start

# Clone the repository
git clone https://github.com/ComposioHQ/awesome-claude-skills.git
cd awesome-claude-skills

# Install Connect Apps plugin (connect to 500+ apps)
claude --plugin-dir ./connect-apps-plugin

# Run setup inside Claude
/connect-apps:setup

Related Projects