ComposioHQ/awesome-claude-skills

★ 75,054⑂ 0

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

75,054Star
0Fork
0Watch
0Issue
PythonLanguage
-License
Created · last push · repository size 0 KB · default branch -

README

Awesome Claude Skills

https://github.com/ComposioHQ/awesome-claude-skills/blob/HEAD/Composio banner

https://github.com/ComposioHQ/awesome-claude-skills/blob/HEAD/Awesome https://github.com/ComposioHQ/awesome-claude-skills/blob/HEAD/PRs Welcome https://github.com/ComposioHQ/awesome-claude-skills/blob/HEAD/License: Apache-2.0

https://github.com/ComposioHQ/awesome-claude-skills/blob/HEAD/Follow on X https://github.com/ComposioHQ/awesome-claude-skills/blob/HEAD/Follow on LinkedIn https://github.com/ComposioHQ/awesome-claude-skills/blob/HEAD/Join our Discord

A comprehensive and curated list of 1000+ production ready and practical Claude Skills and Plugins for enhancing productivity across usecases on not just Claude.ai, Claude Code, but also across coding agents like Codex, Cursor, Gemini CLI, Antigravity and more.

Give your skills real-world actions

Skills tell your agent how to work. An MCP Gateway gives it secure access to the tools it needs.

Composio MCP Gateway provides a single MCP endpoint for 1,000+ integrations with built-in authentication, team-based access controls, audit logs, and production-ready reliability.

---

Quickstart: Connect Claude to 1000+ Apps

The connect-apps plugin lets Claude perform real actions - send emails, create issues, post to Slack. It handles auth and connects to 1000+ apps using Composio under the hood.

1. Install the Plugin

claude --plugin-dir ./connect-apps-plugin

2. Run Setup

/connect-apps:setup

Paste your API key when asked. (Get a free key at dashboard.composio.dev)

3. Restart & Try It

exit
claude
Want skills that do more than generate text? Claude can send emails, create issues, post to Slack, and take actions across 1000+ apps. See how →

If you receive the email, Claude is now connected to 1000+ apps.

See all supported apps →

---

Contents

What Are Claude Skills?

Claude Skills are reusable instruction packages that teach an AI agent how to handle a specific class of tasks. Each skill is a folder containing a SKILL.md file with YAML frontmatter (name, description) and Markdown instructions, optionally bundled with scripts, references, and assets. Anthropic introduced the format in October 2025 and released it as an open standard in December 2025; it's now supported by Claude Code, Claude.ai, the Claude API, OpenAI Codex, Cursor, Gemini CLI, Antigravity, and Windsurf.

Skills load progressively. At session start, the agent sees only each skill's name and description — roughly 100 tokens per skill. The full SKILL.md body (typically under 5,000 tokens) loads only when the agent decides the skill is relevant to the current task. Auxiliary files in scripts/ and references/ load on demand. This is what lets a single agent host hundreds of skills without bloating its context window.

Skills are not MCP servers and not tools. MCP defines how an agent connects to external systems — auth, transport, tool discovery. Tools are the individual functions an agent invokes. Skills define the workflow — what to do, in what order, with what guardrails — once the agent has the connections and tools it needs. In production, all three layers run together: MCP for access, tools for actions, skills for behavior.

Skills

Document Processing

Development & Code Tools

Data & Analysis

Business & Marketing

Communication & Writing

Creative & Media

Productivity & Organization

Collaboration & Project Management

More AI Agent Skills Trending projects

1

affaan-m / ECC

JavaScript★ 258,555⑂ 0
2

NousResearch / hermes-agent

Python★ 245,605⑂ 0
3

deepseek-ai / deepseek-harness

TypeScript★ 224,514⑂ 0
4

firecrawl / firecrawl

TypeScript★ 180,546⑂ 0
5

anthropics / skills

Python★ 176,366⑂ 0
6

langchain-ai / langchain

Python★ 146,352⑂ 0