Free SkillsMP Β· static Agent Skills catalog snapshot Β· not affiliated with skillsmp.com Β· upstream source
Find a reusable Agent Skill by task, inspect upstream source, then install from the author repository. JSON search
skills.marketplace

// main.ts

> Agent Skills
Marketplace|

> for the open SKILL.md ecosystem

const skills = 11,997 ;

// Discover open-source agent skills from GitHub

/**
 * Search with AI semantics or keywords, browse by category, sort
 * by popularity. All skills use the open SKILL.md standard and are
 * ready to install
 */
trend-analytics.tsx

Based on skill last push time, not same-day commit count

agent-ready-path.md inspect before install

> Agent-ready Skill Inspection

$ Start from a task, fetch JSON results, inspect a server-readable page, then follow the upstream SKILL.md source before installing anything.

1 Find by task Browse task-intent hubs for database work, security audits, documentation, research, automation, and more. 2 Fetch JSON results Use the read-only search API when an agent needs structured candidates instead of a rendered page. 3 Read catalog instructions Review the portable Agent Skill that tells agents how to inspect results safely. 4 Inspect source links Open server-readable skill pages and follow source links only after reviewing metadata.
skills --list ready

> Browse Agent Skills

Sort by
search

Loading skills...

$ show --more β†’
categories.json

> Browse by Category

$ Explore agent skills organized by their primary use case

Loading categories...

$ cd /categories && ls -la β†’
find-by-task.json

> Find Agent Skills by Task

$ Start from the job an agent needs to perform

$ find --task --all β†’
README.md

## Why Agent Skills Marketplace?

Finding the right agent skill among thousands of GitHub repositories can be overwhelming. Skills Marketplace solves this by providing smart search, category filtering, and quality indicators to help you quickly find exactly what you need.

Whether you're a developer automating workflows, a team lead building custom AI tools, or a hobbyist exploring AI coding assistants, you'll find skills for every use case. All skills use the open SKILL.md standard, compatible with Claude Code, Openl Code CLI, and other tools adopting this format.

$ Browse $ Fav $ GitHub
export const BrowseDiscover = () => {
  return (
    <Q>
      {/**
        * Search through 11,997 agent skills with smart filtering by
        * category, author, and popularity. Compatible with Claude Code, Codex CLI
        * and ChatGPT.
        */}
    </Q>
  )
}
faq.md # questions

# Frequently Asked Questions

Your guide to agent skills for Claude Code, OpenI Codex, and AI coding tools - discover, install, and create custom skills in IMDs.

L1 πŸ’‘ What are Agent Skills? {+}
L2 πŸ’‘ How do I install an agent skill? {+}
L3 πŸ’‘ Are these skills safe to use? {+}
L4 πŸ’‘ Can I use multiple skills together? {+}
L5 πŸ’‘ Can I create and share my own skills? {+}
L6 πŸ’‘ How do skills differ from slash commands? {+}
L7 πŸ’‘ How often are skills updated? {+}
L8 πŸ’‘ Is this website affiliated with Anthropic or OpenAI? {+}