← all repositories
ComposioHQ/awesome-claude-skills

A phone book for AI agents that actually explains how to use it

This repo catalogs 1,000+ "skills" — reusable instruction packages that teach Claude (and rivals) how to do real work, from legal triage to browser automation.

63.6k stars Python Coding AssistantsAgentsLearning
awesome-claude-skills
Velocity · 7d
+272
★ / day
Trend
steady
star history

What it does

Composio’s repo is a curated directory of Claude Skills: folders with a SKILL.md file plus optional scripts and references. Each skill teaches an agent a specific workflow — not just what tools exist, but how to use them in order, with guardrails. The list spans document processing, dev tools, business automation, security, and more. A bundled “connect-apps” plugin wires Claude to 500+ external services (Gmail, Slack, GitHub, etc.) via Composio’s auth layer.

The interesting bit

The format itself is the story. Anthropic open-sourced it in December 2025, and it’s now supported across Claude Code, Claude.ai, OpenAI Codex, Cursor, Gemini CLI, Antigravity, and Windsurf. Skills load lazily: only ~100 tokens (name + description) sit in context at startup; the full instructions (~5,000 tokens) and auxiliary files stream in on demand. This lets an agent juggle hundreds of skills without choking its context window — a practical answer to the “tool explosion” problem that MCP alone doesn’t solve.

Key highlights

  • Progressive loading: skills, scripts, and references fetch on demand, not at session start
  • Clear architectural distinction: MCP handles access, tools handle actions, skills handle behavior
  • Bundled plugin connects to 500+ apps with managed auth (requires free Composio API key)
  • Cross-platform: works across Claude, Codex, Cursor, Gemini CLI, and others
  • Community contributions accepted; Apache 2.0 licensed

Caveats

  • The “1000+ skills” claim appears to mix the curated list with Composio’s broader app/toolkit ecosystem; the actual README catalogs dozens, not thousands
  • Several listed skills link to external repos with unclear maintenance status
  • The Composio banner and repeated CTAs make the repo feel partly a marketing vehicle for their platform

Verdict

Worth bookmarking if you’re building agent workflows and want to see how instruction packaging beats raw prompt engineering. Skip it if you’re looking for a clean, vendor-neutral standard — the Composio integration is woven throughout.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.