MCPcopy
hub / github.com/ComposioHQ/awesome-claude-skills

github.com/ComposioHQ/awesome-claude-skills @main sqlite

repository ↗ · DeepWiki ↗
414 symbols 1,430 edges 63 files 347 documented · 84%
README

Awesome Claude Skills

Composio banner

Awesome PRs Welcome License: Apache-2.0

Follow on X Follow on LinkedIn 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.

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 →


Quickstart: Connect Claude to 500+ Apps

The connect-apps plugin lets Claude perform real actions - send emails, create issues, post to Slack. It handles auth and connects to 500+ 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 500+ 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

  • docx - Create, edit, analyze Word docs with tracked changes, comments, formatting.
  • pdf - Extract text, tables, metadata, merge & annotate PDFs.
  • pptx - Read, generate, and adjust slides, layouts, templates.
  • xlsx - Spreadsheet manipulation: formulas, charts, data transformations.
  • Markdown to EPUB Converter - Converts markdown documents and chat summaries into professional EPUB ebook files. By @smerchek
  • Master Claude for Legal - Skill pack for legal teams. NDA triage, multi-party version diff, citation verifier, meeting brief, and the Friday-newsletter status synthesis pattern. Includes 10 reference docs (privilege, verification, long documents, practice areas) and 3 firm templates. Built from the public Anthropic Claude for Legal Teams webinar dataset. By @sboghossian

Development & Code Tools

  • artifacts-builder - Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui).
  • aws-skills - AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architecture patterns.
  • building-blog - Adds an SEO-first, i18n-ready blog to a Next.js + Sanity site via a 40-question intake, a one-page plan, and a 20-section spec. Includes a generator for AI hero images via Gemini 3 Pro Image (Nano Banana Pro). By @BuildShipGrowRepeat
  • Changelog Generator - Automatically creates user-facing changelogs from git commits by analyzing history and transforming technical commits into customer-friendly release notes.
  • Chrome Relay - Drives the user's already-open Chrome session — cookies, SSO, extensions, localhost — through a local CLI bridge. Real-Chrome counterpart to Playwright Browser Automation; install via npx skills add chrome-relay + a Chrome Web Store extension. No remote relay, no Playwright fixtures, no MCP server needed.
  • Claude Code Terminal Title - Gives each Claud-Code terminal window a dynamic title that describes the work being done so you don't lose track of what window is doing what.
  • Connect - Connect Claude to any app. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services.
  • D3.js Visualization - Teaches Claude to produce D3 charts and interactive data visualizations. By @chrisvoncsefalvay
  • FFUF Web Fuzzing - Integrates the ffuf web fuzzer so Claude can run fuzzing tasks and analyze results for vulnerabilities. By @jthack
  • finishing-a-development-branch - Guides completion of development work by presenting clear options and handling chosen workflow.
  • Full-Page Screenshot - Captures full-page screenshots of web pages via Chrome DevTools Protocol with zero dependencies. By @LewisLiu007
  • great_cto - Claude Code plugin: 7 specialised subagents (tech-lead, senior-dev, qa-engineer, security-officer, devops, l3-support, project-auditor) orchestrating a full SDLC pipeline — architecture, TDD, 12-angle code review, QA, security audit, deploy. 11 project archetypes auto-detected, 13 compliance frameworks (GDPR/PCI-DSS/HIPAA/SOC2/ISO 27001), self-improving knowledge layer that learns from every incident. By @avelikiy
  • iOS Simulator - Enables Claude to interact with iOS Simulator for testing and debugging iOS applications. By @conorluddy
  • jules - Delegate coding tasks to Google Jules AI agent for async bug fixes, documentation, tests, and feature implementation on GitHub repos. By @sanjay3290
  • LangSmith Fetch - Debug LangChain and LangGraph agents by automatically fetching and analyzing execution traces from LangSmith Studio. First AI observability skill for Claude Code. By @OthmanAdi
  • lean-ctx - MCP server and context runtime for AI coding agents: session caching, AST-aware compression, and 90+ shell patterns to reduce token usage. Supports Claude Code, Cursor, Copilot, and other integrations. Install the Claude Code skill with lean-ctx init --agent claude-code; docs at leanctx.com. By @yvgude
  • MCP Builder - Guides creation of high-quality MCP (Model Context Protocol) servers for integrating external APIs and services with LLMs using Python or TypeScript.
  • move-code-quality-skill - Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices.
  • OpenWeb - Agent-native way to access any website. Calls the same APIs the website calls (JSON in, JSON out) with auth (cookies, JWT, CSRF, signing) auto-resolved per request. 90+ sites built in. By @openweb-org
  • overkill - Surfaces advanced, maximalist alternatives to whatever solution is being discussed — advanced data structures, distributed-systems algorithms, niche frameworks, design patterns, and frontier tooling — each ranked on a calibrated complexity scale with learning links and the scenario in which the path pays off. By @santiago-vargas-de-kruijf
  • Playwright Browser Automation - Model-invoked Playwright automation for testing and validating web applications. By @lackeyjb
  • prompt-engineering - Teaches well-known prompt engineering techniques and patterns, including Anthropic best practices and agent persuasion principles.
  • pypict-claude-skill - Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for requirements or code, generating optimized test suites with pairwise coverage.
  • reddit-fetch - Fetches Reddit content via Gemini CLI when WebFetch is blocked or returns 403 errors.
  • Septim Agents Pack - 10 named Claude Code sub-agents (Atlas, Luca, Canon, Ember, Tally, Nova, Ward, Mira, Juno, Pip) covering planning, architecture, brand, marketing, finance, design, legal, customer, research, and coordination. Drop into .claude/agents/. By @septimlabs-code
  • Skill Creator - Provides guidance for creating effective Claude Skills that extend capabilities with specialized knowledge, workflows, and tool integrations.
  • Skill Seekers - Automatically converts any documentation website into a Claude AI skill in minutes. By @yusufkaraaslan
  • software-architecture - Implements design patterns including Clean Architecture, SOLID principles, and comprehensive software design best practices.
  • subagent-driven-development - Dispatches independent subagents for individual tasks wit

Core symbols most depended-on inside this repo

interpolate
called by 56
slack-gif-creator/core/easing.py
add_frames
called by 33
slack-gif-creator/core/gif_builder.py
save
called by 33
slack-gif-creator/core/gif_builder.py
pxToInch
called by 29
document-skills/pptx/scripts/html2pptx.js
draw_emoji_enhanced
called by 24
slack-gif-creator/core/frame_composer.py
create_blank_frame
called by 20
slack-gif-creator/core/frame_composer.py
pxToPoints
called by 18
document-skills/pptx/scripts/html2pptx.js
clear
called by 17
slack-gif-creator/core/gif_builder.py

Shape

Function 198
Method 193
Class 23

Languages

Python96%
TypeScript4%

Modules by API surface

document-skills/docx/scripts/document.py52 symbols
document-skills/pptx/scripts/inventory.py29 symbols
slack-gif-creator/core/visual_effects.py23 symbols
slack-gif-creator/core/easing.py20 symbols
document-skills/pptx/ooxml/scripts/validation/base.py20 symbols
document-skills/docx/ooxml/scripts/validation/base.py20 symbols
document-skills/pptx/scripts/html2pptx.js18 symbols
mcp-builder/scripts/connections.py17 symbols
slack-gif-creator/core/frame_composer.py14 symbols
document-skills/docx/scripts/utilities.py14 symbols
document-skills/pdf/scripts/check_bounding_boxes_test.py12 symbols
slack-gif-creator/core/color_palettes.py9 symbols

Dependencies from manifests, versioned

anthropic0.39.0 · 1×
imageio2.31.0 · 1×
imageio-ffmpeg0.4.9 · 1×
mcp1.1.0 · 1×
numpy1.24.0 · 1×
pillow10.0.0 · 1×

For agents

$ claude mcp add awesome-claude-skills \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact