Central marketplace for Claude Code plugins by xiaolai.
claude plugin marketplace add xiaolai/claude-plugin-marketplace| Plugin | Description | Version |
|---|---|---|
| codex-toolkit | OpenAI Codex MCP integration — audit, implement, verify, review, and debug | 0.8.3 |
| tdd-guardian | TDD Guardian — test-first workflow, coverage gates, mutation testing, test quality audits | 0.7.2 |
| echo-sleuth | Echo Sleuth — mine past conversations, manage memory lifecycle, extract knowledge | 0.3.6 |
| loc-guardian | LOC Guardian — enforce per-file pure LOC limits with automated optimization strategies | 0.1.5 |
| grill | Grill — deep codebase interrogation with 6 specialized agents, 5 review styles, and 8 add-on pressure tests | 1.2.4 |
| docs-guardian | Docs Guardian — documentation quality and freshness enforcer with staleness detection, accuracy checking, and auto-generation | 0.1.7 |
| nlpm | NLPM — scan, score, check, fix, test, security-scan, and trend-track NL artifacts with focused agents, working hooks, and the 50 Rules | 0.7.33 |
| claude-english-buddy | English language coach — auto-corrects prompts, translates non-English, tracks improvement over time | 0.3.1 |
| awful | awful — design, generate, and audit agent workflows driven by GitHub events using labels as routing | 0.1.3 |
| mermaid-preview | Mermaid Preview — auto-preview diagrams in the browser on Write/Edit, offline-safe, dark-mode aware | 0.1.3 |
| ui-tokenize | UI Tokenize — block hardcoded UI values; rewrite-first PreToolUse hook corrects literals to design-token references on the way to disk; configurable strict / advisory strictness; per-project surfaces allowlist narrows scanning; /tokenize:review dispatches the token-reviewer agent for semantic mis-pick review |
0.4.0 |
| ui-responsive | UI Responsive — advisory responsive-design coach; flags off-catalog breakpoints, bare 100vh, fixed widths without max-width via PostToolUse additionalContext | 0.1.0 |
| north-star | North Star — 260-token system prompt overriding three RLHF-inherited presumptions (independence, calibration, first-principles); ambient + slash command + subagent layered delivery | 0.1.1 |
claude plugin install codex-toolkit@xiaolai --scope user
claude plugin install tdd-guardian@xiaolai --scope user
claude plugin install echo-sleuth@xiaolai --scope user
claude plugin install loc-guardian@xiaolai --scope user
claude plugin install grill@xiaolai --scope user
claude plugin install docs-guardian@xiaolai --scope userclaude plugin install codex-toolkit@xiaolai --scope project
claude plugin install tdd-guardian@xiaolai --scope project
claude plugin install echo-sleuth@xiaolai --scope project
claude plugin install loc-guardian@xiaolai --scope project
claude plugin install grill@xiaolai --scope project
claude plugin install docs-guardian@xiaolai --scope project| Scope | Flag | Effect |
|---|---|---|
| User (global) | --scope user |
Available in all projects (default) |
| Project | --scope project |
Shared with team via .claude/plugins.json |
| Local | --scope local |
Local only, not committed to git |
claude plugin list # List installed plugins
claude plugin update grill@xiaolai # Update to latest version
claude plugin disable grill@xiaolai # Temporarily disable
claude plugin enable grill@xiaolai # Re-enable
claude plugin uninstall grill@xiaolai # RemoveThe marketplace is a local git clone, and claude plugin install does not auto-refresh it before resolving the plugin name. If a plugin was added to the marketplace after your local clone was last updated, install will fail with a misleading "not found" error.
Refresh the marketplace, then retry:
claude plugin marketplace update xiaolai
claude plugin install <plugin-name>@xiaolai --scope userThis is a Claude Code CLI limitation, not a marketplace configuration issue. The plugin is genuinely listed in marketplace.json; your local copy is just stale.