Development marketplace for Amux core skills library
npx claudepluginhub guyathomas/workflowsResearch, planning, and code review skills for Claude Code
Research, planning, and code review skills for Claude Code with dual-engine cross-validation (Claude + Codex).
Pipeline reviewers (5): architecture, implementation, tech practices, tests, UI — dispatched by the code-review-pipeline skill based on file types. Each performs Claude analysis and calls the native codex MCP tool for cross-validation.
Standalone reviewer (1): code — reviews completed work against the original plan and coding standards. Invoked via /review-code.
/research — Start a deep research session/code-review-pipeline — Run the full review pipeline/review-architecture, /review-code, /review-implementation, /review-tech-practices, /review-tests, /review-ui — Individual review commandstask-loop.json has complete: false. Used by research (and available for future long-running skills).Each reviewer agent independently:
codex MCP tool with cwd set to the repo rootCross-validated findings (flagged by both engines) receive a confidence boost — these are the highest-signal issues. Reviewers gracefully degrade to Claude-only when Codex is unavailable or returns unusable output.
npm i -g @openai/codexcodex mcp-server — requires Codex CLI installed)bun add -g btca then claude mcp add --transport stdio btca-local -- bunx btca mcp/plugin marketplace add guyathomas/amux-marketplace
/plugin install amux@amux-marketplace
/help
# Should list /amux:research, /amux:code-review-pipeline, etc.
MIT — see LICENSE