By hoblin
Follows structured RPI (Research, Planning, Implementation) workflow for AI-assisted development in Rails repos: agents research codebase, docs, and web; generate plans, notes, handoffs; automate implementation, testing, git commits, PR reviews, and session handoffs for continuity.
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
```
Implement technical plans from ./thoughts/shared/plans with verification
Iterate on existing implementation plans with thorough research and updates
Document codebase as-is with thoughts directory for historical context
Resume work from handoff document with context analysis and validation
Multi-agent PR review with four modes (review, re-review, self-review, address-feedback) - spawns parallel subagents, saves diff to /tmp for context efficiency, supports file exclusion patterns
Initialize thoughts system for current repository
Validate implementation against plan, verify success criteria, identify issues
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)
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.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams