Content
<h1 align="center">Awesome Claude Skills</h1>
<p align="center">
<a href="https://dashboard.composio.dev/login?utm_source=Github&utm_medium=Youtube&utm_campaign=2025-11&utm_content=AwesomeSkills">
<img width="1280" height="640" alt="Composio banner" src="https://github.com/user-attachments/assets/e91255af-e4ba-4d71-b1a8-bd081e8a234a">
</a>
</p>
<p align="center">
<a href="https://awesome.re">
<img src="https://awesome.re/badge.svg" alt="Awesome" />
</a>
<a href="https://makeapullrequest.com">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome" />
</a>
<a href="https://www.apache.org/licenses/LICENSE-2.0">
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=flat-square" alt="License: Apache-2.0" />
</a>
</p>
<div>
<p align="center">
<a href="https://twitter.com/composio">
<img src="https://img.shields.io/badge/Follow on X-000000?style=for-the-badge&logo=x&logoColor=white" alt="Follow on X" />
</a>
<a href="https://www.linkedin.com/company/composiohq/">
<img src="https://img.shields.io/badge/Follow on LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="Follow on LinkedIn" />
</a>
<a href="https://discord.com/invite/composio">
<img src="https://img.shields.io/badge/Join our Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white" alt="Join our Discord" />
</a>
</p>
</div>
Curated list of 1000+ production-grade Claude Skills and plugins to enhance productivity for Claude.ai, Claude Code, Claude API, Codex, Cursor, Gemini CLI, Antigravity, and more.
> 📖 This project is a translation of [awesome-claude-skills](https://github.com/composiohq/awesome-claude-skills), last synced in May 2026.
>
> 💡 Chinese version GitHub Pages site: [https://lessup.github.io/awesome-claude-skills-zh](https://lessup.github.io/awesome-claude-skills-zh)
> **Looking for skills beyond text generation?** Claude can send emails, create issues, post to Slack, and perform real actions in 1000+ apps. [Learn how to use →](./connect/)
---
## Quickstart: Connect Claude to 500+ Apps
The **connect-apps** plugin enables Claude to perform real actions - send emails, create issues, post to Slack. It uses Composio under the hood to handle authentication and connect to 500+ apps.
### 1. Install the plugin
```bash
claude --plugin-dir ./connect-apps-plugin
```
### 2. Run setup
```
/connect-apps:setup
```
Paste your API key when prompted. (Get a free key at [dashboard.composio.dev](https://dashboard.composio.dev/login?utm_source=Github&utm_content=AwesomeSkills))
### 3. Restart and try
```bash
exit
claude
```
> **Looking for skills beyond text generation?** Claude can send emails, create issues, post to Slack, and perform real actions in 1000+ apps. [Learn how to use →](./connect/)
If you receive an email, Claude is connected to 500+ apps.
**[See all supported apps →](https://composio.dev/toolkits)**
---
## Table of Contents
- [What are Claude Skills?](#what-are-claude-skills)
- [Skill List](#skill-list)
- [Document Processing](#document-processing)
- [Development & Code Tools](#development-&-code-tools)
- [Data & Analytics](#data-&-analytics)
- [Business & Marketing](#business-&-marketing)
- [Communication & Writing](#communication-&-writing)
- [Creative & Media](#creative-&-media)
- [Productivity & Organization](#productivity-&-organization)
- [Collaboration & Project Management](#collaboration-&-project-management)
- [Security & Systems](#security-&-systems)
- [Assistive Technology](#assistive-technology)
- [App Automation via Composio](#app-automation-via-composio)
- [Getting Started](#getting-started)
- [Create a Skill](#create-a-skill)
- [Contribution Guidelines](#contribution-guidelines)
- [Resources](#resources)
- [License](#license)
## What are Claude Skills?
Claude Skills are reusable instruction packages that teach AI agents how to handle specific types of tasks. Each skill is a folder containing a `SKILL.md` file with YAML frontmatter (name, description) and Markdown instructions, optionally accompanied by scripts, reference documentation, and resource files. Anthropic introduced this format in October 2025 and released it as an [open standard](https://github.com/anthropics/skills) in December 2025; it's now supported by Claude Code, Claude.ai, Claude API, OpenAI Codex, Cursor, Gemini CLI, Antigravity, and Windsurf.
Skills are loaded progressively. At the start of a conversation, the agent only sees the name and description of each skill — about 100 tokens per skill. The full `SKILL.md` body (usually under 5,000 tokens) is only loaded when the agent considers the skill relevant to the current task. Auxiliary files in `scripts/` and `references/` are loaded on demand. This is what allows a single agent to host hundreds of skills without inflating its context window.
Skills are not MCP servers or tools. MCP defines how agents connect to external systems — authentication, transport, tool discovery. Tools are individual functions called by the agent. Skills define workflows — what to do, in what order, with what constraints — once the agent has the necessary connections and tools. In a production environment, these three layers work together: MCP for access, tools for operations, and skills for behavior.
## Skill List
### Document Processing
- [docx](https://github.com/anthropics/skills/tree/main/skills/docx) - Create, edit, analyze Word documents with revision tracking, comments, and formatting.
- [pdf](https://github.com/anthropics/skills/tree/main/skills/pdf) - Extract text, tables, metadata, merge and annotate PDFs.
- [pptx](https://github.com/anthropics/skills/tree/main/skills/pptx) - Read, generate, and adjust slides, layouts, and templates.
- [xlsx](https://github.com/anthropics/skills/tree/main/skills/xlsx) - Spreadsheet operations: formulas, charts, data transformations.
- [Markdown to EPUB Converter](https://github.com/smerchek/claude-epub-skill) - Convert Markdown documents and chat summaries to professional EPUB eBook files. *by [@smerchek](https://github.com/smerchek)*
- [Master Claude for Legal](https://github.com/sboghossian/master-claude-for-legal) - A skill pack for legal teams. Includes NDA classification, multi-party version comparison, citation verification, meeting briefs, and Friday newsletter status synthesis. Comes with 10 reference documents (privilege, verification, long docs, practice areas) and 3 company templates. Built from the public Anthropic Claude legal team webinar dataset. *by [@sboghossian](https://github.com/sboghossian)*
### Tool List
- [artifacts-builder](https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder) - A tool suite for creating sophisticated multi-component Claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui).
- [aws-skills](https://github.com/zxkane/aws-skills) - AWS development, including CDK best practices, cost optimization MCP server, and serverless/event-driven architecture patterns.
- [Changelog Generator](./changelog-generator/) - Automatically creates user-facing changelogs from git commits by analyzing history and converting technical commits into customer-friendly release notes.
- [Chrome Relay](https://chrome-relay.kushalsm.com/) - Bridges a user's open Chrome session — cookies, SSO, extensions, localhost — via a local CLI. A real Chrome alternative for Playwright browser automation; install via `npx skills add chrome-relay` + [Chrome Web Store extension](https://chromewebstore.google.com/detail/chrome-relay/cpdiapbifblhlcpnmlmfpgfjlacebokb). No remote relay, Playwright fixtures, or MCP server required.
- [Claude Code Terminal Title](https://github.com/bluzername/claude-code-terminal-title) - Provides dynamic titles for each Claude Code terminal window, describing the work being performed to avoid confusion about which window is doing what.
- [Connect](./connect/) - Connects Claude to any app. Send emails, create issues, post messages, update databases — perform real operations in Gmail, Slack, GitHub, Notion, and 1000+ services.
- [D3.js Visualization](https://github.com/chrisvoncsefalvay/claude-d3js-skill) - Teaches Claude to generate D3 charts and interactive data visualizations. *by [@chrisvoncsefalvay](https://github.com/chrisvoncsefalvay)*
- [FFUF Web Fuzzing](https://github.com/jthack/ffuf_claude_skill) - Integrates the ffuf web fuzzing tool, allowing Claude to run fuzzing tasks and analyze vulnerability results. *by [@jthack](https://github.com/jthack)*
- [finishing-a-development-branch](https://github.com/obra/superpowers/tree/main/skills/finishing-a-development-branch) - Guides the completion of development work by providing clear options and handling selected workflows.
- [Full-Page Screenshot](https://github.com/LewisLiu007/full-page-screenshot) - Captures full-page screenshots of web pages using the Chrome DevTools Protocol, with zero dependencies. *by [@LewisLiu007](https://github.com/LewisLiu007)*
- [great_cto](https://github.com/avelikiy/great_cto) - Claude Code plugin: 7 specialized sub-agents (CTO, Senior Dev, QA Engineer, Security Officer, DevOps, L3 Support, Project Auditor) orchestrate a complete SDLC pipeline — architecture, TDD, 12-angle code review, QA, security audit, deployment. Automatically detects 11 project prototypes, supports 13 compliance frameworks (GDPR/PCI-DSS/HIPAA/SOC2/ISO 27001), with a self-improving knowledge layer that learns from each incident. *by [@avelikiy](https://github.com/avelikiy)*
- [iOS Simulator](https://github.com/conorluddy/ios-simulator-skill) - Enables Claude to interact with an iOS simulator for testing and debugging iOS applications. *by [@conorluddy](https://github.com/conorluddy)*
- [jules](https://github.com/sanjay3290/ai-skills/tree/main/skills/jules) - Delegates coding tasks to the Google Jules AI agent for asynchronous bug fixing, documentation, testing, and feature implementation on GitHub repositories. *by [@sanjay3290](https://github.com/sanjay3290)*
- [LangSmith Fetch](./langsmith-fetch/) - Debugs LangChain and LangGraph agents by automatically fetching and analyzing execution traces from LangSmith Studio. The first AI observability skill for Claude Code. *by [@OthmanAdi](https://github.com/OthmanAdi)*
- [lean-ctx](https://github.com/yvgude/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 Claude Code skill using `lean-ctx init --agent claude-code`; documentation at [leanctx.com](https://leanctx.com). *by [@yvgude](https://github.com/yvgude)*
- [MCP Builder](./mcp-builder/) - Guides the creation of high-quality MCP (Model Context Protocol) servers, integrating external APIs and services with LLMs using Python or TypeScript.
- [move-code-quality-skill](https://github.com/1NickPappas/move-code-quality-skill) - Analyzes Move language packages against the official Move Book code quality checklist, ensuring compliance and best practices for Move 2024.
- [OpenWeb](https://github.com/openweb-org/openweb) - Proxies native access to any website. Calls the same APIs invoked by websites (JSON input/output), automatically resolving authentication (cookies, JWT, CSRF, signatures) for each request. Includes 90+ built-in websites. *by [@openweb-org](https://github.com/openweb-org)*
- [Playwright Browser Automation](https://github.com/lackeyjb/playwright-skill) - Playwright automation for model calls, used for testing and validating web applications. *by [@lackeyjb](https://github.com/lackeyjb)*
- [prompt-engineering](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/customaize-agent/skills/prompt-engineering) - Teaches well-known prompt engineering techniques and patterns, including Anthropic best practices and agent persuasion principles.
- [pypict-claude-skill](https://github.com/omkamal/pypict-claude-skill) - Uses PICT (Pairwise Independent Combinatorial Testing) to design comprehensive test cases for requirements or code, generating optimized test suites with pairwise coverage.
- [reddit-fetch](https://github.com/ykdojo/claude-code-tips/tree/main/skills/reddit-fetch) - Fetches Reddit content via the Gemini CLI when WebFetch is blocked or returns a 403 error.
- [Septim Agents Pack](https://septimlabs.com/tools/agents?utm_source=awesome-claude-skills&utm_medium=awesome-list&utm_campaign=oss-backlink) - 10 named Claude Code sub-agents (Atlas, Luca, Canon, Ember, Tally, Nova, Ward, Mira, Juno, Pip) covering planning, architecture, branding, marketing, finance, design, legal, customer, research, and coordination. Place into `.claude/agents/`. *by [@septimlabs-code](https://github.com/septimlabs-code)*
- [Skill Creator](./skill-creator/) - Provides guidance on creating effective Claude Skills, extending capabilities through expertise, workflows, and tool integrations.
- [Skill Seekers](https://github.com/yusufkaraaslan/Skill_Seekers) - Automatically converts any documentation website into a Claude AI skill within minutes. *by [@yusufkaraaslan](https://github.com/yusufkaraaslan)*
- [software-architecture](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/ddd/skills/software-architecture) - Implements design patterns, including clean architecture, SOLID principles, and comprehensive software design best practices.
- [subagent-driven-development](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/sadd/skills/subagent-driven-development) - Dispatches independent sub-agents for individual tasks, setting code review checkpoints between iterations for rapid, controlled development.
- [test-driven-development](https://github.com/obra/superpowers/tree/main/skills/test-driven-development) - Used before implementing any feature or fixing a bug, to write the test first.
- [using-git-worktrees](https://github.com/obra/superpowers/blob/main/skills/using-git-worktrees/) - Creates isolated git worktrees, intelligently selecting directories and safely validating.
- [Webapp Testing](./webapp-testing/) - Tests local web applications using Playwright, validating frontend functionality, debugging UI behavior, and capturing screenshots.
### Data and Analysis
- [CSV Data Summarizer](https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill) - Automatically analyzes CSV files and generates comprehensive insights with visualizations, without user prompts. *by [@coffeefuelbump](https://github.com/coffeefuelbump)*
- [deep-research](https://github.com/sanjay3290/ai-skills/tree/main/skills/deep-research) - Performs autonomous multi-step research using the Gemini Deep Research Agent for market analysis, competitive landscape, and literature review. *by [@sanjay3290](https://github.com/sanjay3290)*
- [postgres](https://github.com/sanjay3290/ai-skills/tree/main/skills/postgres) - Executes secure read-only SQL queries on PostgreSQL databases, supporting multiple connections and deep defensive security. *by [@sanjay3290](https://github.com/sanjay3290)*
- [recursive-research](https://github.com/Anjos2/recursive-research) - Performs PhD-level recursive research across any domain (science, technology, business, art, humanities) with source hierarchies, WDM + Munger inversion for autonomous decision-making, and disk checkpoints to mitigate context compression. *by [@Anjos2](https://github.com/Anjos2)*
- [root-cause-tracing](https://github.com/obra/superpowers/tree/main/skills/root-cause-tracing) - Used when an error occurs deep in execution and needs to be traced back to the original trigger.
### Business and Marketing
- [Brand Build Skills](https://github.com/rampstackco/claude-skills) - 59 skill libraries covering the complete website lifecycle: branding, design, content, SEO, development, operations, growth, and research. Tech stack agnostic, with an Ahrefs MCP-driven SEO audit suite. Includes a meta-skill for writing your own skills. *by [@rampstackco](https://github.com/rampstackco)*
- [Brand Guidelines](./brand-guidelines/) - Applies Anthropic's official brand colors and fonts to artifacts, ensuring consistent visual identity and professional design standards.
- [Competitive Ads Extractor](./competitive-ads-extractor/) - Extracts and analyzes competitors' ads from ad libraries, understanding resonant messaging and creative approaches.
- [Domain Name Brainstormer](./domain-name-brainstormer/) - Generates creative domain name ideas and checks availability across multiple TLDs (including .com, .io, .dev, and .ai extensions).
- [Internal Comms](./internal-comms/) - Assists in writing internal communications, including third-party updates, company announcements, FAQs, status reports, and project updates, using company-specific formats.
- [Lead Research Assistant](./lead-research-assistant/) - Identifies and screens high-quality leads by analyzing products, searching for target companies, and providing actionable promotion strategies.
### Communication and Writing
- [article-extractor](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/article-extractor) - Extracts full article text and metadata from web pages.
- [brainstorming](https://github.com/obra/superpowers/tree/main/skills/brainstorming) - Transforms rough ideas into complete designs through structured questioning and alternative exploration.
- [Content Research Writer](./content-research-writer/) - Assists in writing high-quality content by conducting research, adding citations, refining introductions, and providing segment-by-segment feedback.
- [family-history-research](https://github.com/emaynard/claude-family-history-research-skill) - Assists in planning family history and genealogy research projects.
- [Meeting Insights Analyzer](./meeting-insights-analyzer/) - Analyzes meeting transcripts, revealing behavioral patterns, including conflict avoidance, speaking proportion, filler words, and leadership styles.
- [NotebookLM Integration](https://github.com/PleasePrompto/notebooklm-skill) - Enables Claude Code to chat directly with NotebookLM, providing source-based answers from uploaded documents. *by [@PleasePrompto](https://github.com/PleasePrompto)*
- [Twitter Algorithm Optimizer](./twitter-algorithm-optimizer/) - Analyzes and optimizes tweets using Twitter's open-source algorithm for maximum reach. Rewrites and edits tweets to improve engagement and visibility.
### Creative and Media
- [Canvas Design](./canvas-design/) - Creates beautiful visual art in PNG and PDF documents using design principles and aesthetics for posters, designs, and static pieces.
- [imagen](https://github.com/sanjay3290/ai-skills/tree/main/skills/imagen) - Generates images using the Google Gemini image generation API for UI mockups, icons, illustrations, and visual assets. *by [@sanjay3290](https://github.com/sanjay3290)*
- [Image Enhancer](./image-enhancer/) - Improves image and screenshot quality by enhancing resolution, sharpness, and clarity for professional presentations and documentation.
- [Slack GIF Creator](./slack-gif-creator/) - Creates animated GIFs optimized for Slack, with a size constraint validator and combinable animation primitives.
- [Theme Factory](./theme-factory/) - Applies professional font and color themes to artifacts, including slides, documents, reports, and HTML landing pages, with 10 preset themes.
- [Video Downloader](./video-downloader/) - Downloads videos from YouTube and other platforms for offline viewing, editing, or archiving, supporting various formats and quality options.
- [youtube-transcript](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/youtube-transcript) - Retrieves YouTube video transcripts and prepares summaries.
- [swiftui-design-skill](https://github.com/wholiver/swiftui-design-skill) - SwiftUI frontend design skill — anti-AI Slop six core tenets, design direction advisory, brand asset protocols, five-dimensional review. Supports all AI agent platforms including Claude Code / Cursor / Codex / OpenCode. *by [@wholiver](https://github.com/wholiver)*
- [Pixelbin-Media-Generation](https://github.com/anandpareek-hub/pixelbin-claude-skill) - Generates and edits images and videos using 85+ API combinations to build visually appealing web pages.
### Productivity and Organization
- [File Organizer](./file-organizer/) - Intelligently organize files and folders by understanding context, finding duplicates, and suggesting better organization structures.
- [Invoice Organizer](./invoice-organizer/) - Automatically organize invoices and receipts for tax preparation by reading files, extracting information, and renaming consistently.
- [kaizen](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/kaizen/skills/kaizen) - Apply continuous improvement methodologies with multiple analysis methods, based on Japanese improvement philosophy and lean methodologies.
- [n8n-skills](https://github.com/haunchen/n8n-skills) - Enable AI assistants to directly understand and operate n8n workflows.
- [Raffle Winner Picker](./raffle-winner-picker/) - Randomly select winners for giveaways and contests from lists, spreadsheets, or Google Sheets, using cryptographically secure randomness.
- [solo-skills](https://github.com/rockscy/solo-skills) - 7 bilingual (EN+Chinese) skills for solo founders and independent developers: posting tweets, customer emails, decision frameworks, and retrospectives. Each skill includes clear "when not to use" sections.
- [Tailored Resume Generator](./tailored-resume-generator/) - Analyze job descriptions and generate tailored resumes, highlighting relevant experience, skills, and achievements to maximize interview opportunities.
- [ship-learn-next](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/ship-learn-next) - A skill to help iterate on the next steps to build or learn, based on a feedback loop.
- [tapestry](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/tapestry) - Interconnect related documents and summarize them into a network of knowledge.
### Collaboration and Project Management
- [git-pushing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/git-pushing) - Automate git operations and repository interactions.
- [google-workspace-skills](https://github.com/sanjay3290/ai-skills/tree/main/skills) - Google Workspace integration suite: Gmail, Calendar, Chat, Docs, Sheets, Slides, and Drive, with cross-platform OAuth. *by [@sanjay3290](https://github.com/sanjay3290)*
- [outline](https://github.com/sanjay3290/ai-skills/tree/main/skills/outline) - Search, read, create, and manage documents in an Outline wiki instance (cloud or self-hosted). *by [@sanjay3290](https://github.com/sanjay3290)*
- [review-implementing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/review-implementing) - Evaluate code implementation plans and align them with specifications.
- [test-fixing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/test-fixing) - Detect failing tests and suggest patches or fixes.
### Security and Systems
- [computer-forensics](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/computer-forensics-skills/skills/computer-forensics) - Digital forensics analysis and investigation techniques.
- [file-deletion](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/computer-forensics-skills/skills/file-deletion) - Secure file deletion and data sanitization methods.
- [metadata-extraction](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/computer-forensics-skills/skills/metadata-extraction) - Extract and analyze file metadata for forensic purposes.
- [threat-hunting-with-sigma-rules](https://github.com/jthack/threat-hunting-with-sigma-rules-skill) - Use Sigma detection rules to hunt for threats and analyze security incidents.
### Assistive Technology
- [ASD-AuDHD-PAI-Skills](https://github.com/emory/ASD-AuDHD-PAI-Skills) - A new collection, with the first skill [pda-reframing](https://github.com/emory/ASD-AuDHD-PAI-Skills/blob/main/Skills/pda-reframing/SKILL.md) reframing requests or decisions to address Pathological Demand Avoidance in Autism Spectrum Disorder, or help ADHD individuals who struggle with task initiation and need help aligning with tasks.
### Automation via Composio
via [Rube MCP (Composio)](https://composio.dev) for 78 SaaS apps with pre-built workflow skills. Each skill contains a sequence of tools, guided parameters, known pitfalls, and quick reference sheets — all using real tool slugs discovered from the Composio API.
**CRM & Sales**
- [Close Automation](./close-automation/) - Automate Close CRM: leads, contacts, opportunities, activities, and pipelines.
- [HubSpot Automation](./hubspot-automation/) - Automate HubSpot CRM: contacts, deals, companies, tickets, and email engagement.
- [Pipedrive Automation](./pipedrive-automation/) - Automate Pipedrive: deals, contacts, organizations, activities, and pipelines.
- [Salesforce Automation](./salesforce-automation/) - Automate Salesforce: objects, records, SOQL queries, and batch operations.
- [Zoho CRM Automation](./zoho-crm-automation/) - Automate Zoho CRM: leads, contacts, deals, accounts, and modules.
**Project Management**
- [Asana Automation](./asana-automation/) - Automate Asana: tasks, projects, sections, assignments, and workspaces.
- [Basecamp Automation](./basecamp-automation/) - Automate Basecamp: to-do lists, messages, people, groups, and projects.
- [ClickUp Automation](./clickup-automation/) - Automate ClickUp: tasks, lists, spaces, goals, and time tracking.
- [Jira Automation](./jira-automation/) - Automate Jira: issues, projects, boards, sprints, and JQL queries.
- [Linear Automation](./linear-automation/) - Automate Linear: issues, projects, cycles, teams, and workflows.
- [Monday Automation](./monday-automation/) - Automate Monday.com: boards, projects, columns, groups, and workspaces.
- [Notion Automation](./notion-automation/) - Automate Notion: pages, databases, blocks, comments, and search.
- [Todoist Automation](./todoist-automation/) - Automate Todoist: tasks, projects, sections, labels, and filters.
- [Trello Automation](./trello-automation/) - Automate Trello: boards, cards, lists, members, and checklists.
- [Wrike Automation](./wrike-automation/) - Automate Wrike: tasks, folders, projects, comments, and workflows.
**Communication**
- [Discord Automation](./discord-automation/) - Automate Discord: messages, channels, servers, roles, and reactions.
- [Intercom Automation](./intercom-automation/) - Automate Intercom: conversations, contacts, companies, tickets, and articles.
- [Microsoft Teams Automation](./microsoft-teams-automation/) - Automate Teams: messages, channels, teams, chats, and meetings.
- [Slack Automation](./slack-automation/) - Automate Slack: messages, channels, search, reactions, threads, and scheduling.
- [Telegram Automation](./telegram-automation/) - Automate Telegram: messages, chats, media, groups, and bots.
- [WhatsApp Automation](./whatsapp-automation/) - Automate WhatsApp: messages, media, templates, groups, and business profiles.
**Email**
- [Gmail Automation](./gmail-automation/) - Automate Gmail: send/reply, search, labels, drafts, and attachments.
- [Outlook Automation](./outlook-automation/) - Automate Outlook: emails, folders, contacts, and calendar integrations.
- [Postmark Automation](./postmark-automation/) - Automate Postmark: transactional emails, templates, servers, and delivery stats.
- [SendGrid Automation](./sendgrid-automation/) - Automate SendGrid: emails, templates, contacts, lists, and campaign stats.
**Code & DevOps**
- [Bitbucket Automation](./bitbucket-automation/) - Automate Bitbucket: repositories, PRs, branches, issues, and workspaces.
- [CircleCI Automation](./circleci-automation/) - Automate CircleCI: pipelines, workflows, jobs, and project configurations.
- [Datadog Automation](./datadog-automation/) - Automate Datadog: monitoring, dashboards, metrics, events, and alerts.
- [GitHub Automation](./github-automation/) - Automate GitHub: issues, PRs, repositories, branches, actions, and code search.
- [GitLab Automation](./gitlab-automation/) - Automate GitLab: issues, MRs, projects, pipelines, and branches.
- [PagerDuty Automation](./pagerduty-automation/) - Automate PagerDuty: incidents, services, schedules, escalation policies, and on-call.
- [Render Automation](./render-automation/) - Automate Render: services, deployments, and project management.
- [Sentry Automation](./sentry-automation/) - Automate Sentry: issues, events, projects, releases, and alerts.
- [Supabase Automation](./supabase-automation/) - Automate Supabase: SQL queries, table schemas, edge functions, and storage.
- [Vercel Automation](./vercel-automation/) - Automate Vercel: deployments, projects, domains, environment variables, and logs.
**Storage & File**
- [Box Automation](./box-automation/) - Automate Box: files, folders, search, sharing, collaboration, and signature requests.
- [Dropbox Automation](./dropbox-automation/) - Automate Dropbox: files, folders, search, sharing, and batch operations.
- [Google Drive Automation](./google-drive-automation/) - Automate Google Drive: upload, download, search, share, and organize files.
- [OneDrive Automation](./one-drive-automation/) - Automate OneDrive: files, folders, search, sharing, permissions, and versioning.
**Spreadsheets & Databases**
- [Airtable Automation](./airtable-automation/) - Automate Airtable: records, tables, libraries, views, and field management.
- [Coda Automation](./coda-automation/) - Automate Coda: documents, tables, rows, formulas, and automations.
- [Google Sheets Automation](./googlesheets-automation/) - Automate Google Sheets: read/write cells, formatting, formulas, and batch operations.
**Calendars & Scheduling**
- [Cal.com Automation](./cal-com-automation/) - Automate Cal.com: event types, bookings, availability, and scheduling.
- [Calendly Automation](./calendly-automation/) - Automate Calendly: events, invitees, event types, scheduling links, and availability.
- [Google Calendar Automation](./google-calendar-automation/) - Automate Google Calendar: events, attendees, busy/idle, and recurring schedules.
- [Outlook Calendar Automation](./outlook-calendar-automation/) - Automate Outlook Calendar: events, attendees, reminders, and recurring schedules.
**Social Media**
- [Instagram Automation](./instagram-automation/) - Automate Instagram: posts, stories, comments, media, and business insights.
- [LinkedIn Automation](./linkedin-automation/) - Automate LinkedIn: posts, profiles, companies, images, and comments.
- [Reddit Automation](./reddit-automation/) - Automate Reddit: posts, comments, subreddits, polls, and moderation.
- [TikTok Automation](./tiktok-automation/) - Automate TikTok: video uploads, queries, and creator management.
- [Twitter Automation](./twitter-automation/) - Automate Twitter/X: tweets, search, users, lists, and engagement.
- [YouTube Automation](./youtube-automation/) - Automate YouTube: videos, channels, playlists, comments, and subscriptions.
**Marketing & Email Marketing**
- [ActiveCampaign Automation](./activecampaign-automation/) - Automate ActiveCampaign: contacts, transactions, campaigns, lists, and automations.
- [Brevo Automation](./brevo-automation/) - Automate Brevo: contacts, email campaigns, transactional emails, and lists.
- [ConvertKit Automation](./convertkit-automation/) - Automate ConvertKit (Kit): subscribers, tags, sequences, broadcasts, and forms.
- [Klaviyo Automation](./klaviyo-automation/) - Automate Klaviyo: profiles, lists, segments, campaigns, and events.
- [Mailchimp Automation](./mailchimp-automation/) - Automate Mailchimp: audiences, campaigns, templates, segments, and reporting.
**Support & Helpdesk**
- [Freshdesk Automation](./freshdesk-automation/) - Automate Freshdesk: tickets, contacts, agents, groups, and canned responses.
- [Freshservice Automation](./freshservice-automation/) - Automate Freshservice: tickets, assets, changes, problems, and service catalog.
- [Help Scout Automation](./helpdesk-automation/) - Automate Help Scout: conversations, customers, mailboxes, and tags.
- [Zendesk Automation](./zendesk-automation/) - Automate Zendesk: tickets, users, organizations, search, and macros.
**E-commerce & Payments**
- [Shopify Automation](./shopify-automation/) - Automate Shopify: products, orders, customers, inventory, and GraphQL queries.
- [Square Automation](./square-automation/) - Automate Square: payments, customers, catalog, orders, and locations.
- [Stripe Automation](./stripe-automation/) - Automate Stripe: charges, customers, products, subscriptions, and refunds.
**Design & Collaboration**
- [Canva Automation](./canva-automation/) - Automate Canva: designs, templates, assets, folders, and brand kits.
- [Confluence Automation](./confluence-automation/) - Automate Confluence: pages, spaces, search, CQL, tags, and versions.
- [DocuSign Automation](./docusign-automation/) - Automate DocuSign: envelopes, templates, signatures, and document management.
- [Figma Automation](./figma-automation/) - Automate Figma: files, components, comments, projects, and team management.
- [Miro Automation](./miro-automation/) - Automate Miro: boards, sticky notes, shapes, connectors, and projects.
- [Webflow Automation](./webflow-automation/) - Automate Webflow: CMS collections, projects, sites, publishing, and assets.
**Analytics & Data**
- [Amplitude Automation](./amplitude-automation/) - Automate Amplitude: events, queues, user properties, and analysis queries.
- [Google Analytics Automation](./google-analytics-automation/) - Automate Google Analytics: reports, dimensions, metrics, and property management.
- [Mixpanel Automation](./mixpanel-automation/) - Automate Mixpanel: events, funnels, queues, annotations, and JQL queries.
- [PostHog Automation](./posthog-automation/) - Automate PostHog: events, users, feature flags, insights, and annotations.
- [Segment Automation](./segment-automation/) - Automate Segment: sources, destinations, tracking, and warehouse connections.
**HR & People**
- [BambooHR Automation](./bamboohr-automation/) - Automate BambooHR: employees, leave, reporting, and directory management.
**Automation Platforms**
- [Make Automation](./make-automation/) - Automate Make (Integromat): scenarios, connections, and execution management.
**Zoom & Meetings**
- [Zoom Automation](./zoom-automation/) - Automate Zoom: meetings, recordings, participants, webinars, and reporting.
## Getting Started
### Using Skills in Claude.ai
1. Click the skills icon (🧩) in the chat interface.
2. Add skills from the marketplace or upload custom skills.
3. Claude will automatically activate relevant skills based on your prompts.
### Using Skills in Claude Code
1. Place skills in `~/.config/claude-code/skills/`:
```bash
mkdir -p ~/.config/claude-code/skills/
cp -r skill-name ~/.config/claude-code/skills/
```
2. Verify skill metadata:
```bash
head ~/.config/claude-code/skills/skill-name/SKILL.md
```
3. Launch Claude Code:
```bash
claude
```
4. Skills will load automatically and activate when relevant.
### Using Skills via API
Use the Claude Skills API to programmatically load and manage skills:
```python
import anthropic
client = anthropic.Anthropic(api_key="your-api-key")
response = client.messages.create(
model="claude-3-5-sonnet-20241022",
skills=["skill-id-here"],
messages=[{"role": "user", "content": "Your prompt"}]
)
```
See the [Skills API documentation](https://docs.claude.com/en/api/skills-guide) for details.
## Creating Skills
### Skill Structure
Each skill is a folder containing a `SKILL.md` file with YAML frontmatter:
```
skill-name/
├── SKILL.md # Required: skill description and metadata
├── scripts/ # Optional: auxiliary scripts
├── templates/ # Optional: documentation templates
└── resources/ # Optional: reference files
```
### Basic Skill Template
```markdown
---
name: my-skill-name
description: A clear description of what this skill does and when to use it.
---
# My Skill Name
A detailed description of the skill's purpose and functionality.
## When to Use This Skill
- Use case 1
- Use case 2
- Use case 3
## Instructions
Detailed instructions on how Claude should execute this skill.
## Examples
Examples demonstrating the skill in action.
```
### Skill Best Practices
- Focus on specific, repeatable tasks
- Include clear examples and edge cases
- Write instructions for Claude, not end-users
- Test across Claude.ai, Claude Code, and API
- Document prerequisites and dependencies
- Include error handling guides
## Contributing Guide
We welcome contributions! Read our [contributing guide](CONTRIBUTING.md) for:
- How to submit new skills
- Skill quality standards
- Pull request process
- Code of conduct
### Quick Contribution Steps
1. Ensure your skill is based on a real use case
2. Check for duplicates in existing skills
3. Follow the skill structure template
4. Test your skill across platforms
5. Submit a pull request with clear documentation
## Resources
### Official Documentation
- [Claude Skills Overview](https://www.anthropic.com/news/skills) - Official announcement and features
- [Skills User Guide](https://support.claude.com/en/articles/12512180-using-skills-in-claude) - How to use skills in Claude
- [Creating Custom Skills](https://support.claude.com/en/articles/12512198-creating-custom-skills) - Skill development guide
- [Skills API Documentation](https://docs.claude.com/en/api/skills-guide) - API integration guide
- [Agent Skills Blog Post](https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) - Engineering deep dive
### Community Resources
- [Anthropic Skills Repository](https://github.com/anthropics/skills) - Official example skills
- [Claude Community](https://community.anthropic.com) - Discuss skills with other users
- [Skills Marketplace](https://claude.ai/marketplace) - Discover and share skills
### Inspiration and Use Cases
- [Lenny's Newsletter](https://www.lennysnewsletter.com/p/everyone-should-be-using-claude-code) - 50 Ways to Use Claude Code
- [Notion Skills](https://www.notion.so/notiondevs/Notion-Skills-for-Claude-28da4445d27180c7af1df7d8615723d0) - Notion Integration Skills
- [Top Claude Skills](https://composio.dev/content/top-claude-skills)
## Join the Community
- [Join our Discord](https://discord.com/invite/composio) - Chat with other developers building Claude Skills
- [Follow us on Twitter/X](https://x.com/composio) - Stay updated on new skills and features
- Have questions? [support@composio.dev](mailto:support@composio.dev)
---
<p align="center">
<b>Join 20,000+ developers building deliverable agents</b>
</p>
<p align="center">
<a href="https://platform.composio.dev/?utm_source=Github&utm_content=AwesomeSkills">
<img src="https://img.shields.io/badge/Get_Started_Free-4F46E5?style=for-the-badge" alt="Get Started"/>
</a>
</p>
## License
This repository is licensed under the Apache License 2.0.
Individual skills may have different licenses - please check each skill's folder for specific licensing information.
---
**Note**: Claude Skills can be used in Claude.ai, Claude Code, and Claude API. Once a skill is created, it can be ported across all platforms, keeping your workflows consistent wherever you use Claude.
- [AgentsKB](https://agentskb.com) - Elevate your AI with researched answers. We've done the research so your AI gets it right the first time.
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
Python tool for converting files and office documents to Markdown.
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for...
antigravity-awesome-skills
The Ultimate Collection of 130+ Agentic Skills for Claude...
context-mode
MCP is the protocol for tool access. We're the virtualization layer for context.
claude-context-mode
claude-context-mode plugin reduces MCP context bloat, saving up to 99% of tokens.