Agents Marketplace — Development skill for Claude Code
Hand-picked agent tools that install into Claude Code, Codex, Cursor or any MCP client with one line, and uninstall with one line.
How to install Agents Marketplace
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open SolenixAI/agents-marketplace and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agents Marketplace does
Hand-picked agent tools that install into Claude Code, Codex, Cursor or any MCP client with one line, and uninstall with one line.
Alternatives in Development
- Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
- Skill Uninstall — 卸载 cc-use-exp 配置体系(仅 Plugin Marketplace 安装) 1k ★
- Instalar Desde El Marketplace — /plugin marketplace add giuseppe-trisciuoglio/developer-kit /plugin install /path/to/developer-kit 210 ★
README
Agents Marketplace
[](https://github.com/SolenixAI/agents-marketplace/actions/workflows/ci.yml) [](https://scorecard.dev/viewer/?uri=github.com/SolenixAI/agents-marketplace)
Hand-picked tools for AI agents from [SolenixAI](https://solenix.dev): our own, plus the best of open source.
Each tool installs into your agent with **one line**, and one line removes it. No installer, no background process, nothing left behind.
**Status:** v0 — the marketplace works and is empty. The first tools are on the way.
Add the marketplace
| Agent | Add | Remove |
|---|---|---|
| Claude Code | /plugin marketplace add SolenixAI/agents-marketplace |
/plugin marketplace remove solenix |
| Codex | codex plugin marketplace add SolenixAI/agents-marketplace |
codex plugin marketplace remove solenix |
| Cursor | Add this repo as a plugin marketplace | Remove it from the same list |
The Claude Code commands also work outside a session, as `claude plugin marketplace add|remove …`.
Using another MCP client? Each tool's entry lists the matching [`npx skills`](https://github.com/vercel-labs/skills) or [`npx add-mcp`](https://add-mcp.com/docs) line.
What's inside
[`catalog.json`](catalog.json) is the single list of tools. Everything else reads from it: the plugin manifests for [Claude Code](.claude-plugin/marketplace.json), [Codex](.agents/plugins/marketplace.json) and [Cursor](.cursor-plugin/marketplace.json), and the page at [solenix.dev/agents](https://solenix.dev/agents).
Each entry follows [`catalog.schema.json`](catalog.schema.json):
{
"name": "example-tool",
"by": "curated",
"kind": "mcp",
"repo": "https://github.com/
Related Skills
Claudemd Refresh
Refresh the installed claudemd plugin to the latest released version in one shot (marketplace update → uninsta
Agentdrive Plugin
AgentDrive plugin and MCP connector — an Agent Plugins 1.0 plugin, per-vendor marketplace manifests, and MCP R
Acp Install
One-command install for Agentic Control Plane — see, price, and control every tool call your coding agent make
Keel Score
Measure how much Keel shaped THIS session by counting cited events; the 0-100 score is DERIVED from them by to
Agentic MCP Skill
Agentic-MCP, Progressive MCP client with three-layer lazy loading. Validates AgentSkills.io pattern for effici
Shim MCP
WordPress MCP server plugin, live on WordPress.org. Connect Claude Code, Cursor, or any MCP client to WordPres
Related Agents
Monk Installer
Install, upgrade, and troubleshoot monk-agent plus Monk CLI/daemon for Claude, Codex, and Cursor users.
Cursor Delegate
Proactively use when this coding agent should hand a substantial coding, diagnosis, or implementation task to
Contributing To Claude Agents & Skills Plugin Marketplace
Thank you for your interest in contributing. This guide covers the v2.0.0 plugin format used by the marketplac