Awesome list for Claude Skills — a reusable, filesystem-based resources that provide Claude with domain-specific expertise developed by Anthropic
git clone https://github.com/kenryu42/awesome-claude-skills ~/.claude/skills/kenryu42-awesome-claude<div align="center"> <br> <br> <div> <picture> <source media="(prefers-color-scheme: dark)" srcset="media/logo.png"> <img alt="Awesome ChatGPT" width="500px" src="media/logo.png"> </picture> <br> </div> <p> <a href="https://www.anthropic.com/news/skills">Claude skills</a> are reusable, filesystem-based resources that provide Claude with domain-specific expertise developed by <a href="https://www.anthropic.com/">Anthropic</a> </p> <br> <a href="https://awesome.re"> <img src="https://awesome.re/badge-flat2.svg" alt="Awesome"> </a> <br> <br> </div> ## Contents - [Getting Started](#getting-started) - [Skill Library](#skill-library) - [Official Skills](#official-skills) - [Third-Party Skills](#third-party-skills) - [Community Skills](#community-skills) - [Resources](#resources) - [Official Documentations](#official-documentations) - [Third-Party Documentations](#third-party-documentations) - [Blog Posts](#blog-posts) - [Contributing](#contributing) ## Getting Started Skills are available for all paid subscription plan. ### Claude.ai (Desktop) [Enable Skills in your settings](https://claude.ai/settings/capabilities) ### Claude Code ```bash /plugin marketplace add anthropics/skills /plugin install document-skills ``` ### API & SDKs Skills can be accessed programmatically via the [`/v1/skills`](https://docs.claude.com/en/api/skills) endpoint and leveraged in custom agents built with the Claude Agent SDK. ## Skill Library ### Official Skills | Skill | Description | | :---------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------- | | **[algorithmic-art](https://github.com/anthropics/skills/tree/main/algorithmic-art)** | Create generative art using p5.js with seeded randomness, flow fields, and particle systems. | | **[artifacts-builder](https://github.com/anthropics/skills/tree/main/artifacts-builder)** | Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui. | | **[brand-guidelines](https://github.com/anthropics/skills/tree/main/brand-guidelines)** | Apply Anthropic's official brand colors and typography to artifacts. | | **[canvas-design](https://github.com/anthropics/skills/tree/main/canvas-design)** | Design visual art in .png and .pdf formats using established design philosophies. | | **[docx](https://github.com/anthropics/skills/tree/main/document-skills/docx)** | Create, edit, and analyze Word documents with support for tracked changes, comments, and formatting. | | **[pdf](https://github.com/anthropics/skills/tree/main/document-skills/pdf)** | Extract text/tables, create new PDFs, merge/split documents, and handle forms. | | **[pptx](https://github.com/anthropics/skills/tree/main/document-skills/pptx)** | Create, edit, and analyze PowerPoint presentations with support for templates, charts, and slide generation. | | **[xlsx](https://github.com/anthropics/skills/tree/main/document-skills/xlsx)** | Create, edit, and analyze Excel spreadsheets with support for formulas, formatting, and data analysis. | | **[internal-comms](https://github.com/anthropics/skills/tree/main/internal-comms)** | Write internal communications like status reports, newsletters, and FAQs. | | **[mcp-builder](https://github.com/anthropics/skills/tree/main/mcp-builder)** | Guide for creating high-quality MCP servers to integrate external APIs and services. | | **[skill-creator](https://github.com/anthropics/skills/tree/main/skill-creator)** | Guide for creating effective skills. | | **[slack-gif-creator](https://github.com/anthropics/skills/tree/main/slack-gif-creator)** | Create animated GIFs optimized for Slack' size constraints. | | **[theme-factory](https://github.com/anthropics/skills/tree/main/theme-factory)** | Toolkit for styling artifacts with a theme. | | **[webapp-testing](https://github.com/anthropics/skills/tree/main/webapp-testing)** | Test local web applications using Playwright for UI verification and debugging. | ### Third-Party Skills | Skill | Description | | :---------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------ | | [Notion Skills for Claude](https://notiondevs.notion.site/notion-skills-for-claude) | Notion Skills for Claude are step-by-step guides that teach Claude how to do real work in Notion. | ### Community Skills > [!WARNING] > If you use a Skill from an untrusted or unknown source, exercise extreme caution and thoroughly audit it before use. > Check [security considerations](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview#security-considerations). | Skill | Description | | :----------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | | [obra/superpowers](https://github.com/obra/superpowers) | Give Claude Code superpowers with a comprehensive skills library of proven techniques, patterns, and tools. | | [obra/superpowers-skills](https://github.com/obra/superpowers-skills) | Community-editable skills for Claude Code's superpowers plugin. | | [yusufkaraaslan/Skill_Seekers](https://github.com/yusufkaraaslan/Skill_Seekers) | Single powerful tool to convert any documentation website into a Claude skill. | | [conorluddy/ios-simulator-skill](https://github.com/conorluddy/ios-simulator-skill) | An iOS simulator skill for Claude Code. | | [coffeefuelbump/csv-data-summarizer-claude-skill](https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill) | A Claude Skill that automatically analyzes uploaded CSV files. | | [jthack/ffuf_claude_skill](https://github.com/jthack/ffuf_claude_skill) | A Claude Skill that integrates the powerful web fuzzer ffuf (Fuzz Faster U Fool) for web security testing and reconnaissance tasks. | | [PleasePrompto/notebooklm-skill](https://github.com/PleasePrompto/notebooklm-skill) | A skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. | | [fdaudens/claude-fact-checker-skill](https://github.com/fdaudens/claude-fact-checker-skill) | A fact-checking and verification skill for Claude. | | [obra/superpowers-chrome](https://github.com/obra/superpowers-chrome/tree/main) | Direct Chrome browser control via chrome-ws skill - zero dependencies. | | [nicknisi/claude-code-analyzer](https://github.com/nicknisi/dotfiles/tree/main/home/.claude/skills/claude-code-analyzer) | Analyzes Claude Code usage patterns and provides comprehensive recommendations. | | [nicknisi/conference-talk-builder](https://github.com/nicknisi/dotfiles/blob/main/home/.claude/skills/conference-talk-builder) | Create conference talk outlines and iA Presenter markdown slides. | | [brianell.in/atproto-claude-skill](https://tangled.org/@brianell.in/atproto-claude-skill) | A claude skill that has access to all of the atproto docs and reference implementations. | | [obra/episodic-memory](https://github.com/obra/episodic-memory) | Semantic search for Claude Code conversations. | _More community skills are on the way. Add yours by submitting a pull request._ ## Resources ### Official Documentations - [Claude Skills Announcement](https://www.anthropic.com/news/skills) - Official announcement from Anthropic. - [Claude Skills Documentation](https://docs.claude.com/en/docs/claude-code/skills) - Official claude skills documentation. - [anthropics/skills](https://github.com/anthropics/skills) - Official public repository for Skills. - [Skills API Endpoint](https://docs.claude.com/en/api/skills) - `/v1/skills` API documentation. - [Equipping Agents with Skills](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) - Engineering blog post on Agent Skills. - [Claude Skills Cookbook](https://github.com/anthropics/claude-cookbooks/tree/main/skills) - A comprehensive guide to using Claude's Skills feature by Anthropic. - [Skill Authoring Best Practice](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/best-practices) - Learn how to write effective Skills that Claude can discover and use successfully. ### Third-Party Documentations - [AI SDK by Vercel](https://ai-sdk.dev/providers/ai-sdk-providers/anthropic#agent-skills) - Use Claude Skills with the AI SDK. ### Blog Posts - [Jesse Vincent: Superpowers](https://blog.fsck.com/2025/10/09/superpowers/) - How I'm using coding agents in October 2025. - [Jesse Vincent: Superpowers 2.0](https://blog.fsck.com/2025/10/12/superpowers-20-came-out-yesterday-and-might-already-be-obsolete/) - Superpowers 2.0 came out yesterday and might already be obsolete. - [Jesse Vincent: Skills for Claude](https://blog.fsck.com/2025/10/16/skills-for-claude/) - Anthropic is releasing their first-party skills system . - [Simon Willison: Claude Skills](https://simonwillison.net/2025/Oct/16/claude-skills/) - Claude Skills are awesome, maybe a bigger deal than MCP. - [Kaz Sato: Google Cloud - Community](https://medium.com/google-cloud/supercharge-adk-development-with-claude-code-skills-d192481cbe72) - Supercharge ADK Development with Claude Code Skills. - [Jesse Vincent: Superpowers-Chrome](https://blog.fsck.com/2025/10/19/mcps-are-not-like-other-apis/) - Ultra-lightweight Chrome MCP via chrome-ws skill. - [Katie Parrot: Claude Skills Need a ‘Share’ Button](https://every.to/vibe-check/vibe-check-claude-skills-need-a-share-button) - The feature is powerful for individuals and tricky for teams. ## Contributing We'd love your help expanding this collection! Before you start, please take a moment to review our [contribution guidelines](CONTRIBUTING.md). If this is your first contribution to github, [read here](https://github.com/firstcontributions/first-contributions). Add a skill or resource: 1. Fork → Edit → Pull request 2. Use the existing format 3. Include a short description and valid link 4. Keep it relevant to Claude Skills