By fryga-io
Rails-focused fork of Superpowers: core skills library for Claude Code with TDD, debugging, collaboration patterns, and Rails conventions
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when creating or modifying Rails controllers, adding actions, setting up authorization, configuring routes, modeling state changes as resources, or handling Turbo responses
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub fryga-io/superpowers-railsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Superpowers Rails brings Superpowers — Jesse Vincent's software development methodology for coding agents — to Rails. The methodology is his; Superpowers Rails layers Rails on top:
/codereview command that runs the full pipeline on demandThe full delta against upstream is documented in docs/fork-changes.md; release history is in RELEASE-NOTES.md. Report issues at fryga-io/superpowers-rails, not upstream. Superpowers Rails is funded by fryga.
Superpowers is a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them.
Give your agent Superpowers: Claude Code, Factory Droid, Gemini CLI, OpenCode, GitHub Copilot CLI. (Superpowers Rails is not published to the Codex or Cursor marketplaces — see those sections below.)
It starts from the moment you fire up your coding agent. As soon as it sees that you're building something, it doesn't just jump into trying to write code. Instead, it steps back and asks you what you're really trying to do.
Once it's teased a spec out of the conversation, it shows it to you in chunks short enough to actually read and digest.
After you've signed off on the design, your agent puts together an implementation plan with bite-sized tasks describing what to build and where. It uses intent-level steps for routine work and exact code only for fragile operations like migrations. It emphasizes true red/green TDD, YAGNI (You Aren't Gonna Need It), and DRY.
Next up, once you say "go", it launches a subagent-driven-development process, having agents work through each engineering task, inspecting and reviewing their work, and continuing forward. It's not uncommon for Claude to be able to work autonomously for a couple hours at a time without deviating from the plan you put together.
There's a bunch more to it, but that's the core of the system. And because the skills trigger automatically, you don't need to do anything special. Your coding agent just has Superpowers.
Superpowers Rails is built on Jesse Vincent's Superpowers. If it has helped you do stuff that makes money and you are so inclined, consider sponsoring his opensource work.
Installation differs by harness. If you use more than one, install Superpowers separately for each one.
Register the Fryga marketplace:
/plugin marketplace add fryga-io/claude-marketplace
Install the plugin:
/plugin install superpowers-rails@fryga
Before v5.1.2-rails this plugin was named superpowers and installed from this repo's own marketplace (superpowers-dev). Existing superpowers@superpowers-dev installs keep working unchanged — the marketplace keeps a deprecated superpowers entry frozen at 5.1.1-rails — but they receive no further updates.
Migrating is recommended but optional. Using the marketplace you already have:
/plugin marketplace update superpowers-dev
/plugin uninstall superpowers@superpowers-dev
/plugin install superpowers-rails@superpowers-dev
Or switch to the public fryga marketplace entirely: first /plugin uninstall superpowers@superpowers-dev so you are never running both plugins at once, then add the fryga marketplace and install from it (see Claude Code above).
The official Codex plugin marketplace serves upstream Superpowers, not Superpowers Rails. Installing superpowers there gets you upstream, without the Rails additions. Superpowers Rails is not published to the Codex marketplace.
Same as Codex CLI: the Codex plugin marketplace entry is upstream Superpowers, not Superpowers Rails.
Untested on this harness — these commands mirror upstream's git-based install, re-pointed at this repo.
Register the marketplace:
droid plugin marketplace add https://github.com/fryga-io/superpowers-rails
Install the plugin:
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Curated library of AI agent skills for Ruby on Rails development. Includes code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and workflow automation.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development