
AI agents have grown an ecosystem of their own: portable Agent Skills, Claude Code plugins, MCP servers, official vendor collections and enormous community catalogues. At first glance it all looks the same - you download something and the agent gets smarter. In practice these are different levels of the system, and the confusion starts with the terms: one and the same GitHub repository may be called a collection, a marketplace, a plugin or a skills repository, although technically those are different things.
Let us sort out where to look for what, how the main catalogues differ, and how not to install a random set of instructions with access to your shell.
The short answer, if there is no time for the whole article
Working only in Claude Code - start with the official Claude Plugin Marketplace: a plugin brings not just a skill but agents, hooks, MCP and the rest of the components.
You need a portable skill - look at skills.sh and install with npx skills. This is the ecosystem of the open Agent Skills format.
You need a good example - check the official collections from Anthropic, Vercel and the vendor of the technology first.
You need a rare scenario - go to the awesome catalogues: ComposioHQ, VoltAgent and other community collections. The choice is wider, but the contents need closer inspection.
You need access to an external service - that is MCP Registry territory, not an ordinary skills catalogue.
The main point: there is no single extension store for AI. Skills describe working methods, plugins package several extensions together, and MCP connects real tools and data.
A skill, a plugin, MCP and a catalogue are different things
| Entity | What it is | The main question |
|---|---|---|