Merge pull request #3 from overstarry/main

fix anthropics/skills link
This commit is contained in:
Necati Özmen 2025-12-08 18:35:34 +03:00 committed by GitHub
commit ff257bd3c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,14 +22,11 @@
</div> </div>
<div align="center"> <div align="center">
⚡️ Maintained by the <a href="https://github.com/voltagent/voltagent">VoltAgent </a> open-source AI agent framework community. ⚡️ Maintained by the <a href="https://github.com/voltagent/voltagent">VoltAgent </a> open-source AI agent framework community.
<br /> <br />
</div> </div>
# Awesome Claude Skills # Awesome Claude Skills
Claude Skills are folders with instructions, scripts, and resources that teach Claude specific tasks. Skills can include executable code and are loaded only when needed, allowing you to maintain hundreds without performance impact. Multiple skills can run together for complex tasks like document creation, code testing, and data analysis. Claude Skills are folders with instructions, scripts, and resources that teach Claude specific tasks. Skills can include executable code and are loaded only when needed, allowing you to maintain hundreds without performance impact. Multiple skills can run together for complex tasks like document creation, code testing, and data analysis.
@ -68,55 +65,54 @@ When testing an API:
See the [official repo](https://github.com/anthropics/skills) and [creation guide](https://support.claude.com/en/articles/12512198-how-to-create-custom-skills) for more details. See the [official repo](https://github.com/anthropics/skills) and [creation guide](https://support.claude.com/en/articles/12512198-how-to-create-custom-skills) for more details.
## Official Claude Skills ## Official Claude Skills
### Document Creation ### Document Creation
| | | | | | | |
| ----- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| **anthropics/docx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/document-skills/docx) | Create, edit, and analyze Word documents | | **anthropics/docx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/docx) | Create, edit, and analyze Word documents |
| **anthropics/pptx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/document-skills/pptx) | Create, edit, and analyze PowerPoint presentations | | **anthropics/pptx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/pptx) | Create, edit, and analyze PowerPoint presentations |
| **anthropics/xlsx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/document-skills/xlsx) | Create, edit, and analyze Excel spreadsheets | | **anthropics/xlsx** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/xlsx) | Create, edit, and analyze Excel spreadsheets |
| **anthropics/pdf** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/document-skills/pdf) | Extract text, create PDFs, and handle forms | | **anthropics/pdf** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/pdf) | Extract text, create PDFs, and handle forms |
### Creative and Design ### Creative and Design
| | | | | | | |
| ----- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | | -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| **anthropics/algorithmic-art** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/algorithmic-art) | Create generative art using p5.js with seeded randomness | | **anthropics/algorithmic-art** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/algorithmic-art) | Create generative art using p5.js with seeded randomness |
| **anthropics/canvas-design** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/canvas-design) | Design visual art in PNG and PDF formats | | **anthropics/canvas-design** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/canvas-design) | Design visual art in PNG and PDF formats |
| **anthropics/slack-gif-creator** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/slack-gif-creator) | Create animated GIFs optimized for Slack size constraints | | **anthropics/slack-gif-creator** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/slack-gif-creator) | Create animated GIFs optimized for Slack size constraints |
| **anthropics/theme-factory** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/theme-factory) | Style artifacts with professional themes or generate custom themes | | **anthropics/theme-factory** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/theme-factory) | Style artifacts with professional themes or generate custom themes |
### Development ### Development
| | | | | | | |
| ----- | --------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| **anthropics/artifacts-builder** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/artifacts-builder) | Build complex claude.ai HTML artifacts with React and Tailwind | | **anthropics/web-artifacts-builder** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder) | Build complex claude.ai HTML artifacts with React and Tailwind |
| **anthropics/mcp-builder** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/mcp-builder) | Create MCP servers to integrate external APIs and services | | **anthropics/mcp-builder** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/mcp-builder) | Create MCP servers to integrate external APIs and services |
| **anthropics/webapp-testing** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/webapp-testing) | Test local web applications using Playwright | | **anthropics/webapp-testing** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/webapp-testing) | Test local web applications using Playwright |
### Branding and Communication ### Branding and Communication
| | | | | | | |
| ----- | -------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| **anthropics/brand-guidelines** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/brand-guidelines) | Apply Anthropic's brand colors and typography to artifacts | | **anthropics/brand-guidelines** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/brand-guidelines) | Apply Anthropic's brand colors and typography to artifacts |
| **anthropics/internal-comms** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/internal-comms) | Write status reports, newsletters, and FAQs | | **anthropics/internal-comms** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/internal-comms) | Write status reports, newsletters, and FAQs |
### Meta ### Meta
| | | | | | | |
| ----- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- | | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- |
| **anthropics/skill-creator** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skill-creator) | Guide for creating skills that extend Claude's capabilities | | **anthropics/skill-creator** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/skills/skill-creator) | Guide for creating skills that extend Claude's capabilities |
| **anthropics/template-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/template-skill) | Basic template for creating new skills | | **anthropics/template** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/anthropics/skills/tree/main/template) | Basic template for creating new skills |
## Community Skills ## Community Skills
### Productivity and Collaboration ### Productivity and Collaboration
| | | | | | | |
| ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| **notiondevs/Notion Skills for Claude** | [![Article](https://img.shields.io/badge/article-blue?logo=medium&logoColor=white)](https://www.notion.so/notiondevs/Notion-Skills-for-Claude-28da4445d27180c7af1df7d8615723d0) | Skills for working with Notion | | **notiondevs/Notion Skills for Claude** | [![Article](https://img.shields.io/badge/article-blue?logo=medium&logoColor=white)](https://www.notion.so/notiondevs/Notion-Skills-for-Claude-28da4445d27180c7af1df7d8615723d0) | Skills for working with Notion |
| **PleasePrompto/notebooklm-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/PleasePrompto/notebooklm-skill) | Interact with NotebookLM for document-based conversations | | **PleasePrompto/notebooklm-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/PleasePrompto/notebooklm-skill) | Interact with NotebookLM for document-based conversations |
| **obra/superpowers-lab** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers-lab) | Lab environment for Claude superpowers | | **obra/superpowers-lab** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/obra/superpowers-lab) | Lab environment for Claude superpowers |
@ -134,7 +130,7 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid
### Development and Testing ### Development and Testing
| | | | | | | |
| ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------- | | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| **zxkane/aws-skills** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/zxkane/aws-skills) | AWS development with infrastructure automation and cloud architecture patterns | | **zxkane/aws-skills** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/zxkane/aws-skills) | AWS development with infrastructure automation and cloud architecture patterns |
| **conorluddy/ios-simulator-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/conorluddy/ios-simulator-skill) | Control iOS Simulator | | **conorluddy/ios-simulator-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/conorluddy/ios-simulator-skill) | Control iOS Simulator |
| **jthack/ffuf-claude-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/jthack/ffuf_claude_skill) | Web fuzzing with ffuf | | **jthack/ffuf-claude-skill** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/jthack/ffuf_claude_skill) | Web fuzzing with ffuf |
@ -171,7 +167,7 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid
### 📚 Official ### 📚 Official
| Article | | | | Article | | |
|---------|---|-------------| | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------- |
| **Claude Skills Quickstart** | [![Docs](https://img.shields.io/badge/docs-blue?logo=readthedocs&logoColor=white)](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/quickstart) | Get started with Claude Skills | | **Claude Skills Quickstart** | [![Docs](https://img.shields.io/badge/docs-blue?logo=readthedocs&logoColor=white)](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/quickstart) | Get started with Claude Skills |
| **Claude Skills Best Practices** | [![Docs](https://img.shields.io/badge/docs-blue?logo=readthedocs&logoColor=white)](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/best-practices) | Best practices for creating skills | | **Claude Skills Best Practices** | [![Docs](https://img.shields.io/badge/docs-blue?logo=readthedocs&logoColor=white)](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/best-practices) | Best practices for creating skills |
| **Skills Cookbook** | [![Docs](https://img.shields.io/badge/docs-blue?logo=github&logoColor=white)](https://github.com/anthropics/claude-cookbooks/blob/main/skills/README.md) | Skills examples and guides | | **Skills Cookbook** | [![Docs](https://img.shields.io/badge/docs-blue?logo=github&logoColor=white)](https://github.com/anthropics/claude-cookbooks/blob/main/skills/README.md) | Skills examples and guides |
@ -186,7 +182,7 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid
### 👥 Community ### 👥 Community
| Article | | | | Article | | |
|---------|---|-------------| | ----------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| [**Simon Willison: Claude Skills**](https://simonwillison.net/2025/Oct/16/claude-skills/) | [![Blog](https://img.shields.io/badge/blog-blue?logo=rss&logoColor=white)](https://simonwillison.net/2025/Oct/16/claude-skills/) | Introduction to Claude Skills | | [**Simon Willison: Claude Skills**](https://simonwillison.net/2025/Oct/16/claude-skills/) | [![Blog](https://img.shields.io/badge/blog-blue?logo=rss&logoColor=white)](https://simonwillison.net/2025/Oct/16/claude-skills/) | Introduction to Claude Skills |
| [**Nick Nisi: Claude Skills**](https://nicknisi.com/posts/claude-skills/) | [![Blog](https://img.shields.io/badge/blog-blue?logo=rss&logoColor=white)](https://nicknisi.com/posts/claude-skills/) | Getting started with Claude Skills | | [**Nick Nisi: Claude Skills**](https://nicknisi.com/posts/claude-skills/) | [![Blog](https://img.shields.io/badge/blog-blue?logo=rss&logoColor=white)](https://nicknisi.com/posts/claude-skills/) | Getting started with Claude Skills |
| [**Young Leaders: Skills, Commands, Subagents, Plugins**](https://www.youngleaders.tech/p/claude-skills-commands-subagents-plugins) | [![Blog](https://img.shields.io/badge/blog-blue?logo=rss&logoColor=white)](https://www.youngleaders.tech/p/claude-skills-commands-subagents-plugins) | Comparison of Claude features | | [**Young Leaders: Skills, Commands, Subagents, Plugins**](https://www.youngleaders.tech/p/claude-skills-commands-subagents-plugins) | [![Blog](https://img.shields.io/badge/blog-blue?logo=rss&logoColor=white)](https://www.youngleaders.tech/p/claude-skills-commands-subagents-plugins) | Comparison of Claude features |
@ -194,7 +190,7 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid
### 🎥 Videos ### 🎥 Videos
| Video | | | | Video | | |
|-------|---|---| | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | --- |
| **Claude Skills Just 10x'd My AI Agents by Greg Isenberg** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=G-5bInklwRQ) | | | **Claude Skills Just 10x'd My AI Agents by Greg Isenberg** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=G-5bInklwRQ) | |
| **Claude Skills: Build Your Own AI Experts (Full Breakdown)** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=46zQX7PSHfU) | | | **Claude Skills: Build Your Own AI Experts (Full Breakdown)** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=46zQX7PSHfU) | |
| **Agent Skills: Specialized capabilities you can customize** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=IoqpBKrNaZI) | | | **Agent Skills: Specialized capabilities you can customize** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=IoqpBKrNaZI) | |
@ -203,8 +199,6 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid
| **Stop Using MCP... Use NEW Claude Skills Instead** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=M8yaR-wNGj0) | | | **Stop Using MCP... Use NEW Claude Skills Instead** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=M8yaR-wNGj0) | |
| **Claude Skills explained: How to create reusable AI workflows** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=MZZCW179nKM) | | | **Claude Skills explained: How to create reusable AI workflows** | [![YouTube](https://img.shields.io/badge/YouTube-red?logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=MZZCW179nKM) | |
## 🤝 Contributing ## 🤝 Contributing
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
@ -212,4 +206,3 @@ We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
- Submit new skills via PR - Submit new skills via PR
- Improve existing definitions - Improve existing definitions
- Add new docs & videos & articles - Add new docs & videos & articles