🌐
GitHub
github.com › anthropics › skills
GitHub - anthropics/skills: Public repository for Agent Skills
Skills teach Claude how to complete specific tasks in a repeatable way, whether that's creating documents with your company's brand guidelines, analyzing data using your organization's specific workflows, or automating personal tasks.
Starred by 28K users
Forked by 2.6K users
Languages   Python 83.9% | JavaScript 9.4% | HTML 4.3% | Shell 2.4%
🌐
Claude
code.claude.com › docs › en › skills
Agent Skills - Claude Code Docs
A Skill is a markdown file that teaches Claude how to do something specific: reviewing PRs using your team’s standards, generating commit messages in your preferred format, or querying your company’s database schema.
People also ask

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
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
How do I install an agent skill?
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. The AI automatically discovers and loads skills from these locations.
🌐
skillsmp.com
skillsmp.com › home
Agent Skills Marketplace - Claude, Codex & ChatGPT Skills | SkillsMP
🌐
Lee Hanchung
leehanchung.github.io › blogs › 2025 › 10 › 26 › claude-skills-deep-dive
Claude Agent Skills: A First Principles Deep Dive
Skills prepare Claude to solve a problem, rather than solving it directly. The following is a table to help better disambiguating the difference between Tools and Skills and their capabilities: Now lets dive into how to build Skills by examining the skill-creator Skill from Anthropic’s skill repository ...
🌐
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
## When to Use This Skill - Use case 1 - Use case 2 - Use case 3 ## Instructions [Detailed instructions for Claude on how to execute this skill] ## Examples [Real-world examples showing the skill in action] ... This repository is licensed under the Apache License 2.0.
Starred by 12.1K users
Forked by 1.3K users
Languages   Python 92.0% | JavaScript 6.1% | Shell 1.9%
🌐
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
Oct 18: Major community repositories emerge: obra/superpowers skills library · Oct 17: Community publishes practical tutorials on DEV.to and Medium · Oct 16: 🎉 Claude Skills officially announced - Available across Claude.ai, Code, and API
Starred by 3.8K users
Forked by 242 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
Ours includes instructions for /advise and /retrospective commands, the skill template location, and rules about PR formatting. When someone clones the repo and runs Claude Code inside it, these instructions load automatically.
🌐
Claude
support.claude.com › en › articles › 12512198-how-to-create-custom-skills
How to create custom Skills | Claude Help Center
Review any Skills you download before enabling them. Use appropriate MCP connections for external service access. Visit our repository on GitHub for example Skills you can use as templates: https://github.com/anthropics/skills/tree/main/skills.
🌐
CometAPI
cometapi.com › how-to-create-and-use-claudes-skills
How to Create and Use Claude Skills? Detailed Guide of 3 methods! - CometAPI - All AI Models in One API
October 21, 2025 - In Claude Code, open the plugin/marketplace panel and add anthropics/skills (or the specific Skill repo). Alternatively clone a Skill repository to your workspace. ... then choose between “document-skills” (for file generation) or ...
Find elsewhere
🌐
GitHub
github.com › VoltAgent › awesome-claude-skills
GitHub - VoltAgent/awesome-claude-skills: The awesome collection of Claude Skills and resources.
anthropics/web-artifacts-builder - Build complex claude.ai HTML artifacts with React and Tailwind · anthropics/mcp-builder - Create MCP servers to integrate external APIs and services · anthropics/webapp-testing - Test local web applications using Playwright · anthropics/brand-guidelines - Apply Anthropic's brand colors and typography to artifacts · anthropics/internal-comms - Write status reports, newsletters, and FAQs · anthropics/skill-creator - Guide for creating skills that extend Claude's capabilities
Starred by 1.7K users
Forked by 118 users
🌐
SkillsMP
skillsmp.com › home
Agent Skills Marketplace - Claude, Codex & ChatGPT Skills | SkillsMP
* 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.
🌐
Apidog
apidog.com › blog › claude-skills
How to Create and Use Skills in Claude and Claude Code
October 17, 2025 - For this tutorial, opt for "document-skills"—it previews capabilities like Word doc creation. Click "Install Now"; Claude Code downloads and registers the skills. Prompt: "Hi, can you make a Word document based on the architecture of this codebase?" Claude explores your files and invokes the "docx" skill from document-skills, then generates a structured report—outlining modules, dependencies, and diagrams—saved as a .docx file.
🌐
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.
🌐
GitHub
github.com › alirezarezvani › claude-skills
GitHub - alirezarezvani/claude-skills: A Collection of Skills for Claude Code and Claude AI for real-world Usage. Including Claude Code Subagents, Claude Code Commnads
All repositories by Alireza Rezvani - Building the complete Claude Code augmentation ecosystem. ✅ Phase 1: Complete - 42 Production-Ready Skills
Starred by 393 users
Forked by 76 users
Languages   Python
🌐
Skywork
skywork.ai › home › how to create your first claude skill (step-by-step, with examples)
How to Create Your First Claude Skill: Step-by-Step Tutorial & Examples
October 17, 2025 - According to the current docs, the frontmatter supports two fields—name and description—so well keep things lean and compatible (see the 2025 guidance in Skill authoring best practices). Create a new folder named after your skill. Example: ...
🌐
GitHub
github.com › BehiSecc › awesome-claude-skills
GitHub - BehiSecc/awesome-claude-skills: A curated list of Claude Skills.
internal-comms - Create internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc) brainstorming - Transform rough ideas into fully-formed designs through structured questioning and alternative exploration. family-history-research - Provides assistance with planning family history and genealogy research projects. tapestry - Interlink and summarize related documents into knowledge networks. ship-learn-next - Skill to help iterate on what to build or learn next, based on feedback loops.
Starred by 3.4K users
Forked by 243 users
🌐
GitHub
github.com › yusufkaraaslan › Skill_Seekers
GitHub - yusufkaraaslan/Skill_Seekers: Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with automatic conflict detection
Use Skill Seeker directly from Claude Code, Cursor, Windsurf, VS Code + Cline, or IntelliJ IDEA with natural language! # Clone repository git clone https://github.com/yusufkaraaslan/Skill_Seekers.git cd Skill_Seekers # One-time setup (5 minutes) - Auto-configures ALL 5 agents!
Starred by 5.6K users
Forked by 585 users
Languages   Python 98.4% | Shell 1.6%
🌐
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.