Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By hoblin
Orchestrates a structured Research, Planning, Implementation (RPI) workflow for AI-assisted development, automating context engineering, ticket-to-PR pipeline for Rails features, session handoffs, and multi-agent code reviews.
npx claudepluginhub hoblin/claude-ruby-marketplace --plugin rpiCreate git commits with user approval and no Claude attribution
Create handoff document for transferring work to another session
Capture findings or context as a persistent note in the thoughts system
Create detailed implementation plans through interactive research and iteration
```
Analyzes codebase implementation details. Call the rpi:codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :)
rpi:codebase-pattern-finder is a useful subagent_type for finding similar implementations, usage examples, or existing patterns that can be modeled after. It will give you concrete code examples based on what you're looking for!
Need to learn how to use a library, gem, or framework? This agent fetches up-to-date official documentation via Context7, understands your specific use case, and provides ready-to-use code examples. Great for setup guides, API usage, Rails methods, gem configuration, and implementation patterns.
Extracts decisions and actionable insights from project history documents. Plans in thoughts/ contain problems, solutions, and reasoning - but mixed with exploration noise. Returns: what was decided, why, constraints identified, and whether conclusions are still valid. Filters noise, returns only high-value information.
Do you find yourself desiring information that you don't quite feel well-trained (confident) on? Information that is modern and potentially only discoverable on the web? Use the rpi:web-search-researcher subagent_type today to find any and all answers to your questions! It will research deeply to figure out and attempt to answer your questions! If you aren't immediately satisfied you can get your money back! (Not really - but you can re-run rpi:web-search-researcher with an altered prompt in the event you're not satisfied the first time)
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.
DragonRuby Game Toolkit patterns for 2D game development
Ruby on Rails development toolkit with skills for Rails, Ruby, RSpec, RuboCop, SimpleCov, Brakeman, and code review with Sandi Metz principles
Advanced Ruby on Rails skills for MVC patterns, Active Record, and Hotwire
Feature development workflow: arch → plan → implement → review → fix
Rails development coordinator with domain skills for Rails 8+, Hotwire, security, and TDD. Built on Superpowers workflows.
Development workflow automation including feature development, code quality, and PR management
DragonRuby Game Toolkit patterns for 2D game development
MCP server development with Ruby SDK
Draper decorator patterns for Rails view logic
RSpec and FactoryBot testing patterns for Rails
ActiveRecord patterns for Rails models and queries
A Claude Code plugin marketplace for Ruby development: Rails applications, testing, game development with DragonRuby, and terminal UI development with RatatuiRuby.
/plugin marketplace add hoblin/claude-ruby-marketplace
ruby-lsp (LSP) - Ruby language server (Shopify's ruby-lsp) *rspec (Skill) - RSpec and FactoryBot testing patternsdraper (Skill) - Draper decorator patterns for view logicactiverecord (Skill) - ActiveRecord patterns for models and queriesmcp (Skill) - MCP server development with Ruby SDK* LSP plugins broken since v2.0.69 (#13952) - use v2.0.67 or wait for fix
dragonruby (Skill) - DragonRuby Game Toolkit for 2D gamesCovers game loop, input handling, entities, collision detection, audio, rendering, animation, scenes, and cross-platform distribution.
ratatui-ruby (Skill) - RatatuiRuby for terminal user interfacesCovers managed loop, 20+ widgets, constraint-based layouts, event handling, styling, testing infrastructure, and Rooibos/Kit frameworks.
rpi (Workflow) - Research, Planning, Implementation - context engineering for AI-assisted development# Rails plugins
/plugin install rspec@claude-ruby-marketplace
/plugin install activerecord@claude-ruby-marketplace
/plugin install draper@claude-ruby-marketplace
# Game development
/plugin install dragonruby@claude-ruby-marketplace
# TUI development
/plugin install ratatui-ruby@claude-ruby-marketplace
# Development tools
/plugin install rpi@claude-ruby-marketplace
See CLAUDE.md for development guidelines.
See CONTRIBUTING.md for guidelines.