Awesome Claude Skills

Active
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

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (74.3k stars)

⚠️ Limitations

  • No clear open-source license

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

Awesome LLM Skills

1.7k · Python
Normal C

A curated list of awesome LLM and AI Agent Skills, resources and tools for customising AI Agent workflows. Works with Claude Code, Codex, Gemini CLI and custom agents.

agenttoolsmcp +2
  • · Curated collection of LLM skills for Claude Code, Codex, Gemini CLI, and more
  • · Covers document processing (docx, pdf, pptx, xlsx), development tools, and research workflows
  • · Cross-platform compatibility with Anthropic, OpenAI, Google, and Alibaba AI tools

Blender MCP

26.7k · Python
Active A+

MCP server for Blender that enables AI agents to directly control the 3D modeling software for natural language-driven scene creation, model manipulation, and rendering automation.

mcptoolsagent +1
  • · Bidirectional communication — Blender addon creates socket server, MCP Server bridges AI and Blender
  • · 3D object manipulation — create, modify, delete 3D objects in Blender via natural language
  • · Material and rendering control — natural language application of materials, colors, lighting, render settings

Jupyter MCP Server

1.3k · Python
Active A

MCP server for Jupyter that enables AI agents to interact with Jupyter kernels, execute code, and manage notebooks.

pythonmcptools +2
  • · Real-time notebook control with instant visibility into code changes and execution results
  • · Smart execution feedback — auto-adjusts on cell failures with multimodal output support (images, plots, text)
  • · Complete cell operation toolkit: read, insert, delete, move cells with code and Markdown support

mcp-agent

8.5k · Python
Stale B

mcp-agent is LastMile AI's toolkit for building agents around Model Context Protocol integrations, making it easier to connect MCP tools into multi-step workflows.

mcpagenttools +1
  • · Full MCP implementation with automatic lifecycle management of MCP server connections
  • · Composable agent patterns from Anthropic's Building Effective Agents guide (map-reduce, orchestrator, evaluator-optimizer, router, etc.)
  • · Durable execution via Temporal runtime — pause, resume, and recover workflows without API changes