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.

Enter through keywords, occupations, creators, and GitHub sources to see what kinds of skills are emerging across domains.

1,627,979Collected 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 the agent skills ecosystem by occupation and creator

SkillsMP is not just a keyword search box. It is an open map that organizes public skills by occupation, creator, and repository, helping you see which workflows, judgment criteria, and domain habits people are writing for AI agents.

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 open, 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 what is worth opening or reusing.

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

A practical guide to agent skills: what they are, how to inspect them, and how SkillsMP helps you explore the ecosystem.

/**
* Agent skills are reusable instructions and supporting files that teach an AI assistant how to handle a specific kind of task. A skill usually starts with a SKILL.md file and may include scripts, templates, examples, or domain notes. SkillsMP collects public examples so you can study what people are turning into skills across different fields.
*/
/**
* Open the skill source on GitHub and follow the repository instructions. In many setups, installation means copying the skill folder into the skills directory used by your assistant or plugin system. Always read the SKILL.md and any scripts before adding them to your environment.
*/
/**
* SkillsMP indexes public GitHub repositories; it does not certify that every skill is safe or high quality. Treat community skills like any open-source code: inspect the source, review scripts and permissions, check recent activity, and only install what you understand.
*/
/**
* Often yes, depending on the AI assistant or plugin system you use. Skills work best when each one has a clear scope. If multiple skills overlap, review their instructions so they do not give conflicting guidance for the same task.
*/
/**
* Yes. Start with a clear SKILL.md that explains when the skill should be used and what workflow it supports. Add scripts, templates, or examples only when they make the skill more useful. If you publish it in a public GitHub repository, SkillsMP may discover it through future indexing.
*/
/**
* Slash commands are usually triggered directly by the user. Skills are intended to be selected by the assistant when the context matches their description. In practice, commands are good for explicit actions, while skills are better for reusable domain knowledge, workflows, and task-specific guidance.
*/
/**
* SkillsMP syncs public GitHub sources regularly. Updates appear after the next indexing run, so the catalog can lag behind GitHub. Use each skill card and source repository to check the latest visible update time before relying on a skill.
*/
/**
* No. SkillsMP is an independent community project. It aggregates public GitHub sources to make skill discovery easier, but official product documentation and official skills should be checked on the corresponding vendor sites.
*/

Still have questions about agent skills?

Read Agent Skills Docs