Claude Code plugins by surfertas
npx claudepluginhub surfertas/claude-react-rtkAgentic workflow orchestration for React/Redux Toolkit/TypeScript development. 21 specialist agents, Iron Laws enforcement, parallel code review, design system integration.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Early Stage — This plugin is under active development. Features may change, and rough edges are expected.
A Claude Code plugin for React/Redux Toolkit/TypeScript development with agentic workflow orchestration, 21 specialist agents, and Iron Laws enforcement.
Instead of a single AI assistant doing everything in one context window, this plugin coordinates specialist agents that work in parallel — each with its own fresh context, domain expertise, and focused task. The result: deeper analysis, fewer hallucinations, and no context exhaustion on large features.
# In Claude Code, add the marketplace
/plugin marketplace add surfertas/claude-react-rtk
# Install the plugin
/plugin install react-rtk
git clone https://github.com/surfertas/claude-react-rtk.git
# Option A: Add as local marketplace
/plugin marketplace add ./claude-react-rtk
/plugin install react-rtk
# Option B: Test plugin directly
claude --plugin-dir ./claude-react-rtk/plugins/react-rtk
New to the plugin? Run the interactive tutorial:
/rx:intro
It walks through the workflow, commands, and features in 4 short sections (~3 min).
# Just describe what you need — the plugin detects complexity and suggests the right approach
> Fix the re-render loop in the user dashboard
# Plan a feature with parallel research agents, then execute
/rx:plan Add real-time notifications with WebSocket
/rx:work .claude/plans/real-time-notifications/plan.md
# Full autonomous mode — plan, implement, review, capture learnings
/rx:full Add user profile avatars with S3 upload
# 5-agent parallel code review (idioms, security, tests, verification, design)
/rx:review
# Quick implementation — skip ceremony, just code
/rx:quick Add pagination to the users list
# Structured bug investigation with 4 parallel tracks
/rx:investigate Stale data showing after mutation in checkout
# Project health audit across 5 categories
/rx:audit
# Trace component render paths to find re-render cascades
/rx:trace UserDashboard
# Detect unnecessary re-renders (React's N+1)
/rx:rerender-check
# Analyze import graph for circular deps and feature coupling
/rx:boundaries
The plugin auto-loads domain knowledge based on what files you're editing
(React patterns for .tsx, RTK patterns for store files, accessibility rules for form code)
and enforces Iron Laws that prevent common React/RTK mistakes.
The plugin includes lifecycle hooks that run automatically — no configuration needed:
On session start:
/rx:work ...)origin/mainOn every file edit:
progress.mdBefore context compaction:
On session exit:
The plugin implements a Plan, Work, Review, Compound lifecycle. Each phase produces artifacts in a namespaced directory:
/rx:plan → /rx:work → /rx:review → /rx:compound
│ │ │ │
↓ ↓ ↓ ↓
plans/{slug}/ (in namespace) (in namespace) solutions/
.claude/plans/{slug}/ — plan, research, reviews, progress, scratchpad.[x] = done, [ ] = pending. /rx:work finds the first unchecked task and continues.Every plan gets its own directory with all related artifacts: