Minimal Claude Code plugin for Next.js + React + Supabase development with innovative failure prevention
npx claudepluginhub gr8monk3ys/lorenzos-claude-codeMinimal Claude Code plugin for Next.js + React + Supabase. Features circuit-breaker (thrashing prevention), verification-first (evidence-based completion), and micro-tasking (2-5 min chunks).
No description available.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
Minimal Claude Code plugin for Next.js + React + Supabase development.
18 commands | 6 agents | 10 skills | 9 hooks | 4 MCP servers
Most Claude Code plugins are bloated. This one is focused:
| Feature | This Plugin | Others |
|---|---|---|
| Commands | 18 (focused) | 30-66 (bloated) |
| MCP Servers | 4 (minimal context) | 8-20+ (context hog) |
| Circuit Breaker | Detects thrashing loops | Usually missing |
| Verification Gates | Evidence-based completion | Trust-based |
| Micro-Tasking | 2-5 min task enforcement | No enforcement |
| Target Stack | Next.js + React + Supabase | Everything (unfocused) |
Circuit Breaker - Detects when Claude is stuck in a loop:
Verification First - No "it should work" claims:
Micro-Tasking - Prevents scope creep:
# Install globally
npm install -g @gr8monk3ys/claude-code-plugin
# Run installer
lorenzo-claude install
# Verify installation
lorenzo-claude doctor
npx @gr8monk3ys/claude-code-plugin install
# In Claude Code
/plugin marketplace add https://github.com/gr8monk3ys/lorenzos-claude-code
/plugin install lorenzos-claude-code
git clone https://github.com/gr8monk3ys/lorenzos-claude-code.git
cp -r lorenzos-claude-code/.claude/* ~/.claude/
| Command | Description |
|---|---|
/component-new | Create React component with TypeScript |
/page-new | Create Next.js page with App Router |
/hook-new | Create custom React hook |
| Command | Description |
|---|---|
/api-new | Create API endpoint with Zod validation |
/api-test | Generate API tests |
| Command | Description |
|---|---|
/test-new | Generate test files |
/verify | Run 6-phase quality gates before PR |
/lint | Run linting |
/review | PR review checklist |
| Command | Description |
|---|---|
/types-gen | Generate TypeScript types from database |
/edge-function-new | Create Supabase Edge Function |
| Command | Description |
|---|---|
/plan | Create implementation plan |
/deploy | Generate deployment config |
/handoff | Create session handoff document |
/memory | View/update persistent memory |
/learn | Extract patterns from session |
/evolve | Evolve instincts into skills |
/research | Deep topic exploration |
| Agent | Use Case |
|---|---|
code-reviewer | PR reviews, security, quality |
backend-architect | API design, database architecture |
frontend-architect | React/Next.js patterns, accessibility |
build-error-resolver | Fix TypeScript and build errors (<5% diff) |
test-strategist | Test planning and coverage |
devops-engineer | CI/CD, deployment |
Auto-activate based on context: