SolenixAI

Agents Marketplace — Development skill for Claude Code

Development community

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

[![ci](https://github.com/SolenixAI/agents-marketplace/actions/workflows/ci.yml/badge.svg)](https://github.com/SolenixAI/agents-marketplace/actions/workflows/ci.yml) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/SolenixAI/agents-marketplace/badge)](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/