After you make changes, this spins up three parallel review agents to scan your git diff: one hunts for existing utilities you could reuse instead of writing new code, another flags hacky patterns like redundant state or parameter sprawl, and the third catches efficiency problems like missed concurrency or N+1 loops. It then fixes whatever it finds automatically. The quality checks are opinionated but practical, things like unnecessary JSX nesting and stringly typed code where enums exist. Honest take: this is most useful when you've been moving fast and suspect you've made a mess, or when working in an unfamiliar codebase where you don't know what helpers already exist. It won't catch logic bugs, just structural code smell.
npx -y skills add factory-ai/factory-plugins --skill simplify --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills