🌐
GitHub
github.com › anthropics › skills
GitHub - anthropics/skills: Public repository for Agent Skills
1 week ago - Each skill is self-contained in its own folder with a SKILL.md file containing the instructions and metadata that Claude uses. Browse through these skills to get inspiration for your own skills or to understand different patterns and approaches. Many skills in this repo are open source (Apache 2.0).
Starred by 28.7K users
Forked by 2.6K users
Languages   Python 83.9% | JavaScript 9.4% | HTML 4.3% | Shell 2.4%
🌐
Reddit
reddit.com › r/claudeai › i created a collection of claude skills
r/ClaudeAI on Reddit: I created a collection of Claude Skills
October 17, 2025 -

Hey everyone.

I have compiled a curated list of all known Claude Skills (both official ones from Anthropic and community-built projects found across GitHub).

Each skill has a clear description and a link to its repository, so you can plug them directly into your Claude setup or use them as templates to create your own.

Check it out:

https://github.com/BehiSecc/awesome-claude-skills

Discussions

I created a collection of Claude Skills
404 for most links in your list. More on reddit.com
🌐 r/ClaudeAI
12
20
October 17, 2025
I built claude skills hub – a place to search, browse, and try all Claude Skills in one place
Please use a Claude Skill to make that site responsive. More on reddit.com
🌐 r/ClaudeAI
35
33
October 24, 2025
I’ve been tracking what people are building with Claude Skills since launch - here’s the wildest stuff I’ve found (with links)
Can we ban the term production ready? Also it’s kinda like having Claude auto pick the correct project for a task which is where people would’ve put this type of custom instructioning and acc it’s useful. More on reddit.com
🌐 r/ClaudeAI
192
1020
October 20, 2025
Now that we're one week into the Claude Skills, what are some of the most interesting use cases you've had for them so far?
I have been working on a skill that keeps SpecKit updated in my projects. It is getting close to a v1.0. https://github.com/NotMyself/claude-win11-speckit-update-skill More on reddit.com
🌐 r/ClaudeAI
52
44
October 25, 2025
People also ask

How often are skills updated?
Our scraper regularly syncs with GitHub to fetch the latest skills and updates. When a skill repository is updated on GitHub, the changes will appear on SkillsMP shortly after our next sync. You can see the last update timestamp on each skill card. We recommend checking back regularly for new skills and improvements to existing ones.
🌐
skillsmp.com
skillsmp.com › home
Agent Skills Marketplace - Claude, Codex & ChatGPT Skills | SkillsMP
What are Agent Skills?
Agent Skills are modular capabilities that extend AI coding assistants. Each skill consists of a SKILL.md file with instructions, plus optional scripts and templates. In December 2025, Anthropic released the Agent Skills specification as an open standard, and OpenAI adopted the same format for Codex CLI and ChatGPT. Skills are model-invoked—the AI automatically decides when to use them based on context.
🌐
skillsmp.com
skillsmp.com › home
Agent Skills Marketplace - Claude, Codex & ChatGPT Skills | SkillsMP
How do skills differ from slash commands?
Skills are model-invoked—Claude automatically decides when to use them based on context. Slash commands are user-invoked—you explicitly type the command to trigger them. Skills enable more intelligent, context-aware automation in your workflows.
🌐
skillsmp.com
skillsmp.com › home
Agent Skills Marketplace - Claude, Codex & ChatGPT Skills | SkillsMP
🌐
SkillsMP
skillsmp.com › home
Agent Skills Marketplace - Claude, Codex & ChatGPT Skills | SkillsMP
November 11, 2025 - * For Claude Code: Add to ~/.claude/skills/ (personal) or .claude/skills/ (project). For OpenAI Codex CLI: Add to ~/.codex/skills/. Both use the same SKILL.md format. Clone the GitHub repository and copy the skill folder to your chosen directory.
🌐
GitHub
github.com › travisvn › awesome-claude-skills
GitHub - travisvn/awesome-claude-skills: A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows — particularly Claude Code
October 18, 2025 - obra/superpowers - Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and collaboration patterns · Features /brainstorm, /write-plan, /execute-plan commands and skills-search tool · superpowers-skills - Community-editable skills repository
Starred by 3.8K users
Forked by 242 users
🌐
Medium
medium.com › @ashleyha › your-llms-context-window-is-not-a-filing-cabinet-cue-claude-code-skills-182230fdb955
Claude Code Skills VS MCP With Real Examples
November 15, 2025 - If you’re new to Claude Code or using commands, agents, hooks and skills with coding agents, don’t worry.
🌐
GitHub
github.com › VoltAgent › awesome-claude-skills
GitHub - VoltAgent/awesome-claude-skills: The awesome collection of Claude Skills and resources.
3 days ago - The awesome collection of Claude Skills and resources. - VoltAgent/awesome-claude-skills
Starred by 1.7K users
Forked by 118 users
🌐
Hugging Face
huggingface.co › blog › sionic-ai › claude-code-skills-training
How We Use Claude Code Skills to Run 1,000+ ML Experiments a Day
3 weeks ago - We published the above template at templates/experiment-skill-template/ in our repository. When you run /retrospective, Claude uses this template as a starting point.
Find elsewhere
🌐
GitHub
github.com › ComposioHQ › awesome-claude-skills
GitHub - ComposioHQ/awesome-claude-skills: A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
October 29, 2025 - A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows - ComposioHQ/awesome-claude-skills
Starred by 12.1K users
Forked by 1.3K users
Languages   Python 92.0% | JavaScript 6.1% | Shell 1.9%
🌐
Claude
code.claude.com › docs › en › skills
Agent Skills - Claude Code Docs
3 days ago - Project Skills: Commit .claude/skills/ to version control. Anyone who clones the repository gets the Skills.
🌐
Simon Willison
simonwillison.net › 2025 › Oct › 16 › claude-skills
Claude Skills are awesome, maybe a bigger deal than MCP
October 16, 2025 - Claude’s new document creation abilities, which accompanied their new code interpreter feature in September, turned out to be entirely implemented using skills. Those are now available in Anthropic’s repo covering .pdf, .docx, .xlsx, and .pptx files.
🌐
Claude Code Plugins
claude-plugins.dev › skills › @robbyt › claude-skills › repo
repo - Claude Skills
4 days ago - Repository information using GitHub CLI. Trigger when user wants to view repository details ("show repo info", "what's this repo about"), list repositories ("list my repos", "show repos for user"), or check repository metadata ("stars", "languages", ...
🌐
DevelopersIO
dev.classmethod.jp › en › articles › claude-code-skills-subagent-plugin-guide
Creating a Claude Code Plugin and sharing it with your team | DevelopersIO
November 27, 2025 - database-migration-plugin/ ├── .claude-plugin/ │ └── plugin.json # Plugin manifest ├── .mcp.json # MCP Server configuration ├── agents/ │ └── migration-planner.md # Subagent ├── commands/ │ └── migrate.md # Slash Command ├── skills/ │ └── migration-best-practices/ │ └── SKILL.md # Skill ├── hooks/ │ └── hooks.json # Hook configuration └── scripts/ └── migration-check.sh # Hook script · Upload the created plugin to GitHub. After creating a repository on GitHub, follow the steps to push it. This comp
🌐
Anthropic
anthropic.com › news › skills
Claude Skills: Customize AI for your workflows
October 16, 2025 - Claude can now use Skills to improve how it performs specific tasks. Skills are folders that include instructions, scripts, and resources that Claude can load when needed. Claude will only access a skill when it's relevant to the task at hand.
🌐
Claude
claude.com › blog › skills
Introducing Agent Skills | Claude
October 16, 2025 - Claude can now use Skills to improve how it performs specific tasks. Skills are folders that include instructions, scripts, and resources that Claude can load when needed. Claude will only access a skill when it's relevant to the task at hand.
🌐
Artificial Intelligence in Plain English
ai.plainenglish.io › the-claude-skills-ecosystem-is-exploding-this-github-repo-shows-why-97f6a9e2bb42
The Claude Skills Ecosystem Is Exploding… This GitHub ...
3 weeks ago - Claude Skills are transforming AI from chat to action. Here is how the ecosystem is evolving and why the Awesome Claude Skills repo…
🌐
GitHub
github.com › simonw › claude-skills
GitHub - simonw/claude-skills: The contents of /mnt/skills in Claude's code interpreter environment
October 17, 2025 - Anthropic now have an official repository for Claude skills here:
Starred by 896 users
Forked by 128 users