close
Skip to main content
Run any Skill in Manus
with one click
SkillsMP / Skills Marketplace

Skills Marketplace

Discover open-source agent skills for Claude Code, Codex, ChatGPT, and any tool that uses SKILL.md.

Search by keyword, filter by occupation, and browse skills by creator or GitHub repository.

1,526,098Collected SKILL.md filesPublic GitHub repositoriesCreators and occupation categories
skills --list
ready

Browse Agent Skills

Filter by
Type to search skills
$find

SkillsMP / Creators and occupation categories

Explore agent skills by occupation and creator

SkillsMP is not just a keyword search box. Start with occupation categories to see which agent skills show up in unfamiliar fields, what tasks they automate, and how their SKILL.md instructions are written.

Then follow creators and GitHub repositories back to the source: compare the skills a team maintains, whether the repo is active, and how the README frames the work before you install or reuse anything.

Use it three ways: learn an unfamiliar field by occupation, study how creators organize skills, then use source context to decide whether to install.

Start with the occupation map, then follow creators and repositories back to real code. SkillsMP helps explain why a skill is worth opening, not only what it is named.

1.5M+ SKILL.mdGitHub source
FAQ.md
8 questions

# Frequently Asked Questions

Your guide to agent skills for Claude Code, OpenAI Codex, and AI coding tools — discover, install, and create custom 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.
*/
/**
* 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.
*/
/**
* Skills from this marketplace are sourced from public GitHub repositories. We filter out low-quality repos (minimum 2 stars) and scan for basic quality indicators, but you should always review the code before installing. Community skills should be treated like any open-source code—inspect before use.
*/
/**
* Yes! Claude Code supports multiple skills simultaneously. Skills are modular and designed to work together. For example, you can combine a 'code-reviewer' skill with a 'git-automation' skill to automatically review and commit code changes. Claude intelligently selects the appropriate skills based on your request context.
*/
/**
* Yes! You can create custom Claude skills and share them on GitHub. Check out the skill-creator skill for detailed guidance on creating your own skills. The basic structure requires a SKILL.md file with instructions. You can also add optional scripts and templates.
*/
/**
* 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.
*/
/**
* 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.
*/
/**
* No, SkillsMP is an independent community project. We aggregate and showcase agent skills from GitHub to make discovery easier. For official skills and documentation, refer to Anthropic's github.com/anthropics/skills or OpenAI's Codex documentation.
*/

Still have questions about agent skills?

Read Official Skills Documentation