Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By neonwatty
Autonomous iterative codebase improvement skills for gap analysis, test coverage, security audits, beta-readiness audits, service health audits, funnel audits, plan refinement, document refinement, plan-to-plan alignment, mockup generation, and prototype building. Designed to run standalone or in Ralph Loops.
npx claudepluginhub neonwatty/useful-loopsThis command should be used when the user asks to 'loop beta audit', 'keep auditing for beta readiness', or 'fix all beta issues'. Loops beta audit iterations until no HIGH/MEDIUM code findings remain. Requires ralph-loop plugin.
This command should be used when the user asks to 'run a beta audit', 'check beta readiness', 'is the app ready for beta', or 'find beta-readiness gaps'. Runs one iteration: explores the app holistically for beta-readiness gaps, fixes code issues, collects manual to-dos, validates, PRs, runs CI, and merges.
This command should be used when the user asks to 'optimize CI', 'audit CI pipeline', 'speed up GitHub Actions', 'reduce CI time', 'make CI faster', or 'harden CI permissions'. Runs one iteration: analyzes 1-2 CI dimensions across multiple measurement axes (timing, billable minutes, hygiene, flakiness), applies fixes, re-measures, and merges.
This command should be used when the user asks to 'loop CI audit', 'fully optimize CI', 'audit all CI dimensions', or 'do a full CI optimization sweep'. Loops CI audit iterations until all 9 dimensions are covered and no issues remain. Requires ralph-loop plugin.
This command should be used when the user asks to 'loop doc refine', 'keep refining a document', or 'iteratively improve documentation'. Loops doc-refine iterations until no further improvements are found. Requires ralph-loop plugin.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Pre- and post-implementation validation with parallel subagents: /replan validates plans before execution, /recheck verifies implementations match the plan
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Codex, Gemini, Claude の3つの AI で Plan ファイルを並列レビュー。実装計画の妥当性、抜け漏れ、リスクを分析する
Autonomous improvement engine for Claude Code. Runs an unbounded modify-verify-keep/discard loop against any mechanical metric. 10 subcommands: plan, debug, fix, security, ship, scenario, predict, learn, and reason.
Full dev lifecycle: idea → prompt → plan → run → site audit → deep research. Multi-agent task executor with bd integration.
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
Design and iterate on logos using SVG with Claude Code
QA testing pipeline with 6 personas (smoke, UX, adversarial, security, performance, mobile) — generate workflow docs, convert to Playwright E2E tests, run interactively or in CI. Supports quantified UX scoring with before/after binary scorecards, Next.js performance profiling, and mobile UX auditing against iOS HIG and Material Design 3 standards.
Auth-only Claude Code plugin for Playwright profiles, persistent external-service auth, custom app auth capture, and bot-detection-aware browsing. Use neonwatty/qa-skills for the full QA workflow plugin.
Claude Code skills for developer workflow automation — validation, PR creation, and CI monitoring
Autonomous feature implementation with independent verification. Plan -> Implement -> Check -> Ship.
A Claude Code plugin for autonomous, iterative codebase improvement. Runs gap analysis, test coverage, security audits, beta-readiness audits, service health audits, funnel audits, plan refinement, document refinement, plan-to-plan alignment, mockup generation, and prototype building in loops that find issues, fix them, PR, pass CI, merge, and repeat.
Designed to work with the Ralph Loop plugin for automated iteration.
claude plugin marketplace add neonwatty/useful-loops
claude plugin install useful-loops@useful-loops
Also install the Ralph Loop plugin if you want looping:
claude plugin install ralph-loop
| Command | Description |
|---|---|
/useful-loops:gap-analysis <repo-url> | Compare this app against a reference app, fix gaps |
/useful-loops:test-coverage [threshold] | Find untested files, write tests (default: 80%) |
/useful-loops:security-audit | Audit 1-2 OWASP categories, fix findings |
/useful-loops:beta-audit | Holistic beta-readiness review across 5 dimensions |
/useful-loops:service-audit | Audit Vercel, Supabase, PostHog, Sentry, GitHub for issues |
/useful-loops:funnel-audit | Audit one top-of-funnel marketing category, fix issues |
/useful-loops:plan-to-plan <source> <target> | Align a derived plan against its source plan |
/useful-loops:mockup-from-plan <plan> <mockup-dir> | Build/refine an HTML mockup from a plan document |
/useful-loops:prototype-from-mockup <mockup-dir> <app-dir> | Build/refine an app prototype from an HTML mockup |
| Command | Description |
|---|---|
/useful-loops:gap-loop <repo-url> [--max N] | Loop gap analysis until no gaps remain |
/useful-loops:test-loop [threshold] [--max N] | Loop test coverage until threshold met |
/useful-loops:security-loop [--max N] | Loop security audit until all categories clean |
/useful-loops:beta-audit-loop [--max N] | Loop beta audit until no HIGH/MEDIUM code findings |
/useful-loops:service-audit-loop [--max N] | Loop service audit until no CRITICAL/HIGH findings |
/useful-loops:funnel-loop | Guide for running funnel audit iterations (interactive, not automated) |
/useful-loops:plan-to-plan-loop <source> <target> [--max N] | Loop plan-to-plan until target fully covers source |
/useful-loops:mockup-from-plan-loop <plan> <mockup-dir> [--max N] | Loop mockup-from-plan until mockup matches plan |
/useful-loops:prototype-from-mockup-loop <mockup-dir> <app-dir> [--max N] | Loop prototype-from-mockup until prototype matches mockup |
Default max iterations: 10.
| Command | Description |
|---|---|
/useful-loops:plan-refine "<PROMPT>" <PLAN> | Refine a plan document or directory using a prompt-driven analysis |
/useful-loops:doc-refine "<PROMPT>" <DOC_FILE> | Refine a document using a prompt-driven analysis |
/useful-loops:plan-refine-loop "<PROMPT>" <PLAN> [--max N] | Loop plan-refine until no improvements found (requires ralph-loop) |
/useful-loops:doc-refine-loop "<PROMPT>" <DOC_FILE> [--max N] | Loop doc-refine until no improvements found (requires ralph-loop) |
Each skill follows an 8-phase lifecycle per iteration:
docs/plans/When run in a Ralph Loop, the same prompt is fed back after each iteration. Claude sees its previous work via the tracking files and git history, focusing on uncovered ground each time.
Each skill maintains a tracking file in docs/plans/: