# Where to find Claude skills: marketplaces, directories, and repos

> There is no Anthropic skills marketplace. What exists instead: the official Claude Code plugin marketplace, the claude.com plugin catalog, skills.sh, the anthropics/skills repository, awesome lists, and vendor repos, with what each one is and is not.

- Canonical URL: https://www.skillsboard.sh/where-to-find-claude-skills
- Markdown URL: https://www.skillsboard.sh/where-to-find-claude-skills.md
- Publisher: Skills Board (https://www.skillsboard.sh)
- Published: 2026-08-17
- Last updated: 2026-08-17
- Topics: claude skills, skill discovery, plugin marketplace, skill catalogs

People search for a Claude skills marketplace, and the thing that phrase names does not exist as a product. Anthropic runs a plugin marketplace, and the unit it distributes is a plugin that can contain skills. Everything else that people call a marketplace is either a public directory somebody else operates, a repository you clone, or a hand-curated list on GitHub. Each one screens something different, and some of them screen nothing at all.

There is also a name collision worth clearing up before you go looking. Anthropic does operate something called the Claude Marketplace, and it has nothing to do with skills: it is where enterprises spend an existing Anthropic commitment on partner solutions from companies like Harvey, Snowflake, and GitLab. Landing there from a search for an Anthropic skills marketplace is a dead end.

This page maps every place a Claude skill actually comes from today, checked on the date at the top: what each source publishes, how a skill gets from it onto your machine, what it verifies first, and the one thing none of them holds, which is the reason your team picked one skill over the other four.

## In short

There is no Anthropic skills marketplace. Anthropic runs a plugin marketplace, claude-plugins-official, which Claude Code adds automatically and which you can browse at claude.com/plugins, and the thing it installs is a plugin that can contain skills. Everything else is a repository or a directory: anthropics/skills, Vercel's skills.sh, the awesome lists, and vendor repos. The Claude API ships four pre-built skills of its own.

The distinction people trip over is the unit of distribution. Claude Code's documentation states that plugins extend it with skills, agents, hooks, and MCP servers, and that plugin marketplaces are catalogs that help you discover and install these extensions. You install a plugin, and its skills arrive with it under a plugin-name:skill-name namespace. There is no skill-level install command and no Anthropic catalog that lists skills on their own.

Anthropic reserves the marketplace names agent-skills and anthropic-agent-skills so that no third party can present itself as an official Anthropic source. Reserving a name is not the same as shipping a product, and the documentation describes nothing published under either one.

The channels that matter most in practice route around marketplaces entirely. You clone a repository, run one CLI command, copy a folder into a directory your agent scans, or upload a skill through the API. Most teams end up using at least two of those, which is why the question of where a given skill came from stops being obvious quite quickly.

## Every place a Claude skill comes from

Six channels, and they are not variations on one thing. Read the middle column before the right one, because most of the confusion in this space is people assuming a directory is an installer or that a repository is a review process.

| Source | What it actually is | How a skill reaches you |
| --- | --- | --- |
| claude-plugins-official | The official Anthropic plugin marketplace. Claude Code adds it automatically the first time you start it interactively. It is curated by Anthropic, and inclusion is at Anthropic's discretion. | You install a plugin, not a skill: /plugin install name@claude-plugins-official, or the Discover tab inside /plugin. Its skills load under the plugin's namespace. |
| claude.com/plugins | The web view of that catalog, filterable by whether a plugin works with Claude Code or with Cowork. Listings carry install counts and an Anthropic verified badge, and there is a form to submit a plugin for review. | You read it in a browser and install from Claude Code afterwards. The page is a directory, not an installer. |
| claude-community | The community marketplace at anthropics/claude-plugins-community: third-party plugins that passed Anthropic's automated validation and safety screening, each pinned to a specific commit SHA in the catalog. | You add it manually with /plugin marketplace add anthropics/claude-plugins-community, then install with the claude-community name. |
| anthropics/skills | Anthropic's own public repository of Agent Skills: examples, the document skills behind Claude's file creation, the specification, and a template. It is not a catalog of other people's work. | Clone it and copy a folder, or register the repository itself as a marketplace with /plugin marketplace add anthropics/skills and install whichever plugins its manifest defines. |
| skills.sh | Vercel's public directory, which calls itself the open directory for AI agent skills. It indexes every public skill that ships through its open CLI and ranks them by anonymous install telemetry. | One command: npx skills add owner/repo, or a pack URL when you want several skills at once. The CLI is open source. |
| GitHub, directly | Vendor repositories and hand-curated awesome lists. This is where most skills actually live, because publishing one requires nothing more than a folder with a SKILL.md in it. | Clone the repository, copy the folder into a directory your agent scans, or follow whatever install instructions the maintainer wrote. |

The pattern behind the table is that Anthropic distributes bundles and everyone else distributes folders. That is not a criticism of either side, but it changes what you are agreeing to. Installing a plugin brings whatever else it carries, including hooks and MCP servers; copying a skill folder brings one SKILL.md and the files beside it, and nothing more.

Nothing in the list is exclusive, which is why the same skill can look like four different things. Anthropic's own repository is simultaneously a git repository you can clone, a marketplace you can register in Claude Code, and an owner whose skills appear on the skills.sh leaderboard. Superpowers is an MIT-licensed repository with install instructions for more than a dozen agents, and it is also a listing on claude.com/plugins.

One more source sits outside all of this. Claude Code loads skills you enabled on your claude.ai account into a reserved synced folder, and Cowork and cloud sessions load them without any local setup. Those skills did not come from a marketplace at all; they came from an account setting, which is worth knowing when a teammate has a skill you cannot find on disk.

Once you have picked a source, the placement rules and the five documented install paths are in [How to install Claude skills in Claude Code](https://www.skillsboard.sh/guides/install-claude-skills-in-claude-code).

## What Anthropic actually operates

Four surfaces, plus one product with a confusingly similar name. None of them is a skills marketplace, and knowing which is which saves a lot of searching.

- [The official plugin marketplace and claude.com/plugins](https://claude.com/plugins): Claude Code adds claude-plugins-official automatically the first time you start it interactively, and you can add it by hand with /plugin marketplace add anthropics/claude-plugins-official if that fails. The web catalog invites you to browse plugins that bundle tools, skills, and integrations for one-click installation, filtered by whether each one works with Claude Code or Cowork. Listings show install counts and mark some entries Anthropic verified, and a submission form offers to review your plugin for the directory. The page served on the day we checked it rendered one hundred plugin cards, led by Frontend Design at 1,134,112 installs and Superpowers at 1,009,371. Anthropic publishes no total.
- [The community marketplace](https://github.com/anthropics/claude-plugins-community): A separate catalog of third-party plugins that have passed Anthropic's automated validation and safety screening, with each plugin pinned to a specific commit SHA. Unlike the official one you add it yourself, and you install from it using the claude-community name. The in-app submission forms add plugins here rather than to the official marketplace. The repository itself is a read-only mirror, at 352 stars when we read the GitHub API today.
- [anthropics/skills](https://github.com/anthropics/skills): Anthropic's public repository for Agent Skills, at 169,863 stars when we checked. It holds example skills across creative, technical, and enterprise tasks, the specification under spec, and a skill template. Many skills are Apache 2.0. The docx, pdf, pptx, and xlsx skills that power Claude's document capabilities are source-available rather than open source, published as a reference for more complex skills. Register it in Claude Code with /plugin marketplace add anthropics/skills and it exposes whatever its marketplace manifest defines under the name anthropic-agent-skills, which was document-skills, example-skills, claude-api, and claude-academy-guide when we last read the file. That manifest gains an entry whenever a skill ships, so read it rather than trusting a count.
- [The Skills API and claude.ai](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview): Anthropic ships four pre-built skills for document work, PowerPoint, Excel, Word, and PDF, available on claude.ai and the Claude API. In the API you reference a skill_id in the container parameter alongside the code execution tool, and custom skills you upload work through the same shape. This is the one Anthropic surface where a skill is the unit rather than a plugin, and it is an API rather than anything you can browse.
- [Claude Marketplace, which is something else entirely](https://claude.com/platform/marketplace): Anthropic does publish a page called Claude Marketplace, and it is not related to skills or plugins. It exists so enterprises can use an existing Anthropic commitment to pay for Claude-powered solutions from partners, and the entries are companies: Harvey, Snowflake, Lovable, GitLab, Base44, Hebbia, CodeRabbit, Legora, Augment, Rogo. If a search for an Anthropic skills marketplace sent you there, the page you wanted is claude.com/plugins.

Anthropic's own trust language is worth reading before you install anything from any of these. The plugin documentation states plainly that plugins and marketplaces are highly trusted components that can execute arbitrary code on your machine with your user privileges, that you should only install plugins and add marketplaces from sources you trust, and that Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they work as intended.

Reserved marketplace names are a small detail with a useful implication. Anthropic blocks third parties from registering names such as claude-plugins-official, claude-plugins-community, agent-skills, and anthropic-agent-skills, along with lookalikes like official-claude-plugins. So if you are told to add a marketplace whose name sounds official, the name itself is evidence of nothing, but a name in the reserved set could only have come from Anthropic.

For what a skill is before you go looking for one, including the frontmatter and the surfaces it runs on, see [Claude skills: what they are and how to use them](https://www.skillsboard.sh/claude-skills).

## The public catalogs nobody at Anthropic runs

Two sites do most of the work here, and only one of them is a catalog. Both are useful for different reasons, and neither is a substitute for reading the file.

- [skills.sh](https://www.skills.sh): Vercel's directory, titled The Agent Skills Directory and described on its own about page as the open directory for AI agent skills. It indexes every public skill that ships through the open skills CLI and ranks them by anonymous, deduplicated install counts collected when users opt in, with deduplication running hourly. Installation is one command, npx skills add owner/repo, and it lists twenty agents the skills work with. The CLI, the ingestion pipeline, and the site are open source at vercel-labs/skills, 29,076 stars when we checked. On the day we looked, the leaderboard was led by find-skills, then grill-me, then Anthropic's own frontend-design.
- [Skill packs on skills.sh](https://vercel.com/changelog/skill-packs-are-now-available): Announced on 7 August 2026, packs bundle several skills behind one URL. You can build a pack from community skills, your own local folders and zips, or public and private GitHub repositories, then install the whole thing with npx skills add followed by the pack URL and update it later with npx skills update. The caveat is published clearly and matters for teams: packs are unlisted, not access-controlled, so anyone with the pack URL can view and install it.
- [agentskills.io](https://agentskills.io): Not a catalog, and often mistaken for one. It is the home of the Agent Skills standard itself: the specification, a quickstart, and a client showcase listing the agent products that read the format. The format was originally developed by Anthropic, released as an open standard, and the site says it has been adopted by a growing number of agent products. Go here to check whether a skill will load in something other than Claude, not to find skills.

The ranking signal on skills.sh is install telemetry, which answers a question worth being explicit about. It tells you what a lot of people installed, not what worked, not what is maintained, and not what suits your codebase. A leaderboard is a popularity measurement, and popularity is a discovery filter rather than a decision.

skills.sh is also the only public directory in this list that says it screens. It states that every indexed skill goes through routine security audits performed by partner providers, and that skills failing every partner audit are excluded from the directory entirely. That is more than any awesome list offers and less than a review of the skill against your own threat model.

## GitHub, where most skills actually live

Publishing a skill takes a folder and a SKILL.md, so the long tail is on GitHub and always will be. Star counts below were read from the GitHub API on the date at the top of this page and will have moved since.

- [obra/superpowers](https://github.com/obra/superpowers): The largest single skills project we found, MIT licensed and at 273,004 stars today. It packages a complete software development methodology as composable skills: spec first, then a plan, then subagent-driven development with review, with strong opinions about red-green testing. Its README documents install paths for Claude Code, Antigravity, Codex App, Codex CLI, Cursor, Devin CLI, Factory Droid, Gemini CLI, GitHub Copilot CLI, Grok Build CLI, Kimi Code, OpenCode, Pi, and Hermes Agent. It also appears on claude.com/plugins with over a million installs.
- [VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills): MIT licensed, 30,424 stars today, and explicit about its editorial line: hand-picked, not AI-slop generated. It organizes official skills published by engineering teams, naming Anthropic, Google Labs, Vercel, Stripe, Cloudflare, Netlify, Trail of Bits, Sentry, Expo, Hugging Face, and Figma among them, alongside community entries. Its own badge claims 1497 or more skills, which is a self-reported number rather than one anybody audits.
- [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills): The largest awesome list in this niche at 72,650 stars today, describing itself as a curated list of over a thousand production-ready Claude Skills and Plugins that also work across Codex, Cursor, Gemini CLI, and Antigravity. Worth reading with its commercial context in view: it is published by Composio, opens with a Composio banner, and its quickstart installs a Composio plugin. That does not make the list bad, but a curated list maintained by a vendor is an advertisement as well as a resource.
- [The rest of the awesome lists](https://github.com/search?q=awesome+claude+skills&type=repositories): Several more compete for the same query, and their sizes and freshness differ enough to matter. When we searched the GitHub API today, hesreallyhim/awesome-claude-code sat at 52,462 stars with a broader Claude Code scope, travisvn/awesome-claude-skills at 14,682 with its last push in April, and BehiSecc/awesome-claude-skills at 9,976. Check the last commit date before trusting any of them, because a link list decays faster than the skills it links to.

Vendor repositories are the underrated part of this map. Many of the skills worth having are published by the team that maintains the tool the skill is about, and they never appear in a general catalog because their owners have no reason to submit them anywhere. If you want a skill for a specific framework or service, the first place to look is that project's own repository, not a directory.

Anthropic's own guidance applies with the most force here, because a GitHub listing is not a review. A skill gives an agent new instructions and executable code, so audit every file in an unfamiliar one, including scripts and anything it fetches from an external URL, and treat the decision the way you would treat installing software from an unknown publisher.

## What each source checks before it lists something

This is the column that decides how much reading you still have to do. Only two of these six do any screening at all, and neither of them screens for whether the skill is right for you.

| Source | What it screens | What it does not tell you |
| --- | --- | --- |
| Official marketplace | Curated by Anthropic, and inclusion is at Anthropic's discretion. The catalog says every submission gets a basic automated review before it is listed, and that entries badged Anthropic verified have had additional review for quality and safety. | Anthropic states that it does not control what MCP servers, files, or other software are included in plugins and cannot verify that they work as intended. |
| Community marketplace | Automated validation and safety screening, with each plugin pinned to a specific commit SHA so the catalog entry cannot silently change. | Automated screening is not a code review, and a pinned SHA tells you the version is stable rather than that it is good. |
| claude.com/plugins | The same curation as the marketplace behind it, plus a submission form that promises a review before a plugin joins the directory. | Install counts are the most visible signal on the page, and they measure adoption rather than quality or maintenance. |
| skills.sh | Routine security audits by partner providers. Skills failing every partner audit are excluded from the directory entirely. | Ranking is anonymous install telemetry, so the leaderboard is a popularity chart. Passing an audit says nothing about fit. |
| Awesome lists | Nothing enforceable. A maintainer decided an entry belonged, on criteria they may or may not publish. | Whether the linked skill still exists, still works, or was ever tested by the person who listed it. |
| A plain GitHub repo | Nothing at all. Anyone can publish a folder with a SKILL.md in it, and nothing sits between that and your machine. | Everything. This is the case where reading the file is not optional, and where the stars measure attention rather than safety. |

Read the table in one direction and it looks like an argument for the official marketplace. Read it in the other and it is an argument for reading files, because the strongest screening on offer still stops well short of the question that matters, which is whether this particular skill does the right thing on your codebase with your permissions.

There is a practical order that follows from this. Discover anywhere, including the leaderboard and the awesome list, then open the SKILL.md and read the description, the instructions, and anything in the scripts folder before it ever lands in a directory your agent scans. Discovery and adoption are different decisions, and the sources above only help with the first one.

For a scorecard that turns that second decision into something a team can repeat, see [How to choose the first AI agent skill for your team](https://www.skillsboard.sh/guides/choose-first-ai-agent-skill-for-your-team).

## The thing none of these places holds

Every source above answers what exists. None of them answers which one your team uses, and that is the question that gets asked most often in practice.

A catalog ranks what everybody installs. A team needs the opposite: the small set somebody already read, tried on a real task, and decided to stand behind. That set is usually four or five skills, and it is almost never written down anywhere a new teammate can find it.

The surfaces do not help, because none of them was built to. In Claude Code a skill lives in a personal folder, in one repository, or inside a plugin, and none of those locations records who chose it or why. On claude.ai, custom skills belong to the individual user rather than the organization. Through the API, uploaded skills are workspace-wide but carry no recommendation with them.

So the recommendation lands in a chat thread or one person's memory, and the next teammate starts their search back at the leaderboard. Skills Board is a shared library for that layer specifically: the smaller set of skills your team recommends, in one searchable place, with the original source visible on every entry and no assumption about which agent a teammate runs.

### Paths

- **Open the original source:** Every saved skill records the repository and path it came from, so a teammate can read the SKILL.md before placing it anywhere.
- **Copy an install command:** For the teammates whose setup the command fits. It is one option among several, not the only path.
- **Download a ZIP:** The latest files available from the source at download time, for anyone who would rather drop the folder into the directory their agent scans.
- **Connect over MCP:** An MCP-compatible agent can search the same team library and retrieve install commands, and with the write scope save skills and organize collections.

### Limits

- A saved skill is a team recommendation, not a security review, an approval, or a compatibility certification.
- Skills Board is not a marketplace and does not host, rank, or distribute skills to the public. It points at the sources on this page.
- It follows the latest version available from the saved source, and does not pin or preserve historical versions.
- The MCP connection cannot install or run a skill inside an agent, and it cannot edit or delete saved team skills.
- The hosted product is free forever, the code is MIT licensed, and you can read or self-host all of it.

For the ownership side of the same problem, one recommendation and a named owner per skill, see [How to share AI agent skills with your team](https://www.skillsboard.sh/guides/share-agent-skills-with-your-team).

## What we could not verify

Some of the numbers in this space are published without a definition, and some claims people repeat are not documented anywhere. These are the gaps we hit while checking, written out rather than smoothed over.

### No source publishes how many Claude skills exist

Not Anthropic, not skills.sh, not any awesome list. The claude.com/plugins page we fetched rendered one hundred plugin cards with no total anywhere on it, and the skills.sh all-time leaderboard tab showed a figure of 1,236,590 with no label explaining what it counts. We have not used either as a count of anything, and neither should you.

### Skill counts on awesome lists are self-reported

The badges advertising more than a thousand skills are written by the maintainers of those lists. Nobody audits them, the lists overlap heavily with each other, and a listing may point at a repository that has since moved or gone stale. Treat the number as marketing copy rather than as an inventory.

### Anthropic verified is a badge without published criteria

The claude.com/plugins listings carry an Anthropic verified marker on some entries. The catalog does say what the badge means in outline: submissions get a basic automated review before they are listed, badged entries have had additional review for quality and safety, and Anthropic adds that there are limits to what it can review and that you should install only from developers you trust. What nobody publishes is the criteria that review applies, who applies them, or how often a badge is rechecked, so the badge tells you a review happened rather than what it found. The plugin documentation adds only that the official marketplace is curated by Anthropic and that inclusion is at Anthropic's discretion.

### The Agent Skills specification carries no version number

The specification at agentskills.io defines the required and optional frontmatter fields, but publishes no version identifier or revision date on the page itself. So there is no way to say from the specification alone which revision a given client implements, or when a field's behavior last changed.

## Frequently asked questions

### Is there an official Claude skills marketplace?

No. Anthropic operates a plugin marketplace called claude-plugins-official, added automatically by Claude Code and browsable at claude.com/plugins. It distributes plugins, and a plugin can contain skills. No Anthropic catalog lists skills on their own. The name agent-skills is reserved for Anthropic, but no documented product uses it.

### Where can I browse Claude skills in a directory?

Three places publish browsable listings. claude.com/plugins shows plugins with install counts and verified badges. skills.sh, run by Vercel, is a directory and leaderboard of agent skills ranked by install telemetry. Community awesome lists on GitHub are the third, curated by hand rather than by any operator.

### How do I install a skill from the Anthropic plugin marketplace?

You install the plugin that contains it. Run /plugin install name@claude-plugins-official in Claude Code, or open /plugin and use the Discover tab. If the marketplace is missing, add it with /plugin marketplace add anthropics/claude-plugins-official. Plugin skills are namespaced, so they appear as plugin-name:skill-name.

### What is skills.sh?

It is Vercel's public directory of agent skills, which describes itself as the open directory for AI agent skills. It indexes every public skill shipped through the open skills CLI, ranks them by anonymous install telemetry, and installs them with npx skills add owner/repo. Its CLI and ingestion pipeline are open source.

### Is anthropics/skills the official Claude skills directory?

It is Anthropic's public repository of Agent Skills, not a directory of other people's work. It holds example skills, the document skills behind Claude's file creation, the specification, and a template. You can register it as a Claude Code marketplace with /plugin marketplace add anthropics/skills.

### Are awesome-claude-skills lists safe to install from?

They are link collections, not review processes. A listing means a maintainer added an entry, and the skill counts they advertise are self-reported. Anthropic's guidance is to install only from sources you trust, because a skill gives an agent new instructions and executable code. Read every file first.

### What is the Claude Marketplace?

A different product, and a common wrong turn. Claude Marketplace at claude.com/platform/marketplace lets enterprises spend an existing Anthropic commitment on partner solutions such as Harvey, Snowflake, and GitLab. It lists companies, not skills or plugins. The plugin catalog is at claude.com/plugins instead.

### Where should a team keep the skills it recommends?

Not in a catalog, because a catalog ranks what everyone installs rather than what your team chose. Claude Code stores skills personally, per repository, or in a plugin, and none of those records the recommendation. Skills Board is a shared library for that layer, with the original source on every entry.

## Sources

- [Claude Code: discover and install plugins](https://code.claude.com/docs/en/discover-plugins): That plugins extend Claude Code with skills, agents, hooks, and MCP servers, that claude-plugins-official is added automatically, the community and demo marketplaces, the claude.com/plugins catalog link, and the trust and security warnings.
- [Claude Code: plugin marketplaces](https://code.claude.com/docs/en/plugin-marketplaces): What a marketplace is technically, the .claude-plugin/marketplace.json schema, the reserved Anthropic marketplace names including agent-skills, and the managed restrictions an organization can apply.
- [Claude Code: skills](https://code.claude.com/docs/en/skills): The four locations a skill can live in, the plugin-name:skill-name namespace, the claude.ai sync folder, and which frontmatter fields travel outside Claude Code.
- [Plugins for Claude](https://claude.com/plugins): The public plugin catalog: the browse copy, the Claude Code and Cowork filters, install counts, the Anthropic verified badge, the submission form, and the hundred cards served on the day we checked.
- [Claude Marketplace](https://claude.com/platform/marketplace): That the product named Claude Marketplace sells partner solutions against an existing Anthropic commitment, and lists companies rather than skills or plugins.
- [anthropics/skills on GitHub](https://github.com/anthropics/skills): What the repository contains, the Apache 2.0 and source-available split, the spec and template folders, and the marketplace manifest that defines the plugins the repository exposes.
- [Claude Platform: Agent Skills overview](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview): The four pre-built document skills, where they are available, and that Anthropic's open-source skills live in the skills repository rather than in a catalog.
- [Claude Platform: using Agent Skills with the API](https://platform.claude.com/docs/en/build-with-claude/skills-guide): That API skills run through the code execution tool with a skill_id in the container parameter, and that Anthropic-managed and custom skills share the same integration shape.
- [skills.sh](https://www.skills.sh): The Agent Skills Directory framing, that Vercel operates it, the telemetry-based ranking with hourly deduplication, the npx skills add command, and the partner security audits that exclude failing skills.
- [Vercel changelog: skill packs are now available](https://vercel.com/changelog/skill-packs-are-now-available): The 7 August 2026 release of packs, what a pack can bundle, the install and update commands, and that packs are unlisted rather than access-controlled.
- [Agent Skills specification](https://agentskills.io/specification): That the format was originally developed by Anthropic and released as an open standard, the required and optional frontmatter fields, and the absence of a published version identifier.
- [obra/superpowers on GitHub](https://github.com/obra/superpowers): The MIT license, the methodology it packages, the fourteen agents its README documents install paths for, and the star count read from the GitHub API on the date at the top of this page.
- [VoltAgent/awesome-agent-skills on GitHub](https://github.com/VoltAgent/awesome-agent-skills): The MIT license, the hand-picked editorial line, the engineering teams whose official skills it organizes, and the self-reported skill count on its badge.
- [ComposioHQ/awesome-claude-skills on GitHub](https://github.com/ComposioHQ/awesome-claude-skills): The self-description as a curated list of over a thousand skills across several agents, and the Composio banner and plugin quickstart that make its commercial context explicit.

## Related resources

- [Claude skills: what they are and how to use them](https://www.skillsboard.sh/claude-skills)
- [How to install Claude skills in Claude Code](https://www.skillsboard.sh/guides/install-claude-skills-in-claude-code)
- [How to choose the first AI agent skill for your team](https://www.skillsboard.sh/guides/choose-first-ai-agent-skill-for-your-team)
- [Claude skills vs MCP: what each one is for](https://www.skillsboard.sh/compare/claude-skills-vs-mcp)
- [Skills Board vs skills.sh](https://www.skillsboard.sh/alternatives/skills-sh)
- [How to share AI agent skills with your team](https://www.skillsboard.sh/guides/share-agent-skills-with-your-team)
