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 / Skills Marketplace

Find agent skills with context, not just names

SkillsMP turns scattered SKILL.md files from public GitHub repositories into a searchable directory. Search by keyword, occupation category, creator, or repository to find an agent skill for the task in front of you.

Each skill keeps its source repository, last update, GitHub context, and install entry points visible, so you can decide whether it is worth using before reviewing the code on GitHub.

01

Find faster

Search 1.2M+ collected skills, then narrow results by occupation category, creator, or repository.

02

Review before install

Check the source, update date, README summary, and repository context before adding open-source code to your setup.

03

Stay open

Listings come from public GitHub repositories and keep the SKILL.md path visible for Claude Code, Codex, and similar tools.

Find the right skill first, then decide whether to install it. SkillsMP is a searchable agent skills directory with traceable sources.

1.2M+ 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 in 2026

/**
* 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