Claude Plugin Marketplace banner
xiaolai xiaolai

Claude Plugin Marketplace

Development community

Description

Central marketplace for Claude Code plugins by xiaolai

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

claude-plugin-marketplace

Central marketplace for **Claude Code** and **OpenAI Codex CLI** plugins by xiaolai.

Two manifest files live in this repo:

  • .claude-plugin/marketplace.json — Claude Code entries (read by claude plugin install)
  • .agents/plugins/marketplace.json — Codex CLI entries (read by codex plugin install)

Each plugin repo can ship both layouts in parallel: `.claude-plugin/` for Claude Code, `.codex-plugin/` + `codex/` tree for Codex. The two ecosystems coexist in one source repo per plugin.

Installation

For Claude Code:

claude plugin marketplace add xiaolai/claude-plugin-marketplace

For Codex CLI:

codex plugin marketplace add xiaolai/claude-plugin-marketplace

Available Plugins (Claude Code)

Plugin Description Version
cc-suite CC Suite — one plugin to bridge and delegate across Claude Code, Codex CLI, and Antigravity: single-source AGENTS.md, shared skills, mirrored hooks and MCP servers, full Claude↔Codex bidirectional delegation (including Codex reading Claude's session history), a Claude→Grok Build delegation lane over ACP, a bounded read-only Claude→Qwen Code review lane, project-scoped advisor agents, and opt-in bridging to more coding agents (Grok Build, opencode, Qwen Code, Kimi CLI). Supersedes cc-bridge and codex-toolkit. 2.0.0
tdd-guardian TDD Guardian — per-lane gates (unit/integration/e2e/contract), spec-strength S1-S6, adversarial spec review, red receipts, per-path critical thresholds, 9-format coverage merging 0.9.1
echo-sleuth Echo Sleuth — mine past conversations, manage memory lifecycle, extract knowledge 0.4.1
loc-guardian LOC Guardian — enforce per-file pure LOC limits; deterministic counting, extraction plans measu