hoblin/claude-ruby-marketplace
Plugin Claude Code
Plugin marketplace listing 8 plugins: ruby-lsp, rspec, draper, activerecord, mcp.
hoblin/claude-ruby-marketplace
Plugin Claude Code
Plugin marketplace listing 8 plugins: ruby-lsp, rspec, draper, activerecord, mcp.
hoblin/claude-ruby-marketplace
Instructions file
Instructions for hoblin/claude-ruby-marketplace, covering claude.md, repository purpose, before editing, directory structure and versioning.
hoblin/claude-ruby-marketplace
Plugin Claude Code
ActiveRecord patterns for Rails models and queries.
hoblin/claude-ruby-marketplace
Skill Claude CodeCodex
This skill should be used when the user asks to "write a migration", "add a column", "add column to table", "create an index", "add a foreign key", "set up associations", "fix N+1 queries", "optimize queries", "add validations", "create callbacks", "use eager loading", or mentions ActiveRecord, belongsto, hasmany…
hoblin/claude-ruby-marketplace
Plugin Claude Code
DragonRuby Game Toolkit patterns for 2D game development.
hoblin/claude-ruby-marketplace
Skill Claude CodeCodex
This skill should be used when the user asks to "create a game", "make a game", "game development", "dragonruby", "drgtk", "game loop", "tick method", "sprite rendering", "game state", or mentions args.outputs, args.state, args.inputs, coordinate system, collision detection, animation frames, or scene management.…
hoblin/claude-ruby-marketplace
Plugin Claude Code
Draper decorator patterns for Rails view logic.
hoblin/claude-ruby-marketplace
Skill Claude CodeCodex
This skill should be used when the user asks to "create a decorator", "write a decorator", "move logic into decorator", "clean logic out of the view", "isn't it decorator logic", "test a decorator", or mentions Draper, keeping views clean, or representation logic in decorators. Should also be used when editing…
hoblin/claude-ruby-marketplace
Plugin Claude Code
MCP server development with Ruby SDK.
hoblin/claude-ruby-marketplace
Skill Claude CodeCodex
This skill should be used when the user asks to "create an MCP server", "build MCP tools", "define MCP prompts", "register MCP resources", "implement Model Context Protocol", or mentions the mcp gem, MCP::Server, MCP::Tool, JSON-RPC transport, stdio transport, or streamable HTTP transport. Should also be used when…
hoblin/claude-ruby-marketplace
Plugin Claude Code
RatatuiRuby TUI development for terminal user interfaces.
hoblin/claude-ruby-marketplace
Skill Claude CodeCodex
This skill should be used when the user asks to "create a TUI", "terminal interface", "terminal UI", "ratatui", "ratatui-ruby", "inline viewport", "full-screen terminal app", "terminal widgets", "tui.draw", "tui.pollevent", or mentions RatatuiRuby.run, managed loop, terminal rendering, Tea MVU, or building CLI…
hoblin/claude-ruby-marketplace
Plugin Claude Code
RPI workflow: Research, Planning, Implementation. Context engineering system with structured agents and commands for AI-assisted development.
hoblin/claude-ruby-marketplace
Agent
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! :).
hoblin/claude-ruby-marketplace
Agent
You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.
hoblin/claude-ruby-marketplace
Agent
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.
hoblin/claude-ruby-marketplace
Agent
Documentation reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-docs with artifact paths. Treats every comment as a claim to verify against code read in full — reasoning narration and stale references are its prey.
hoblin/claude-ruby-marketplace
Agent
Generic code reviewer for PR audits in domains without a dedicated expert. Spawned by /rpi:review-pr as subagenttype rpi:review-generic with artifact paths plus the domain and focus list. Better a generic reviewer than an unreviewed domain.
hoblin/claude-ruby-marketplace
Agent
Performance reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-performance with artifact paths. Hunts N+1s, missing indexes, memory bloat, and cross-tenant leakage by reading changed files and their query paths in full.
hoblin/claude-ruby-marketplace
Agent
Rails conventions and architecture reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-rails with artifact paths. Ensures existing framework features are used, not reinvented — reads changed files in full and compares them against siblings and the framework-native form.
hoblin/claude-ruby-marketplace
Agent
Minitest test quality and coverage reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-tests-minitest in repos that test with minitest. Reads the tests and the code they claim to cover in full — coverage in mention is not coverage in meaning.
hoblin/claude-ruby-marketplace
Agent
RSpec test quality and coverage reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-tests-rspec in repos that test with RSpec. Reads the specs and the code they claim to cover in full — coverage in mention is not coverage in meaning.
hoblin/claude-ruby-marketplace
Agent
Ticket-delivery reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-ticket-delivery with artifact paths. Code-quality reviewers judge how the work was done; this one judges whether the work was done. Runs on every review; carries the always-on security sweep.
hoblin/claude-ruby-marketplace
Agent
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…