By bastos
Ruby development toolkit with LSP support - metaprogramming, stdlib, design patterns, performance optimization, gem development, Rake, and Bundler for Ruby 3.x
npx claudepluginhub bastos/ruby-plugin-marketplace --plugin rubyBenchmark Ruby code for performance comparison and profiling
Manage Ruby dependencies with Bundler
Start an interactive Ruby session (IRB) with project context loaded
Run RuboCop linter with smart defaults and auto-correction options
Run Rake tasks with smart discovery and execution
This skill should be used when the user asks about "Bundler", "Gemfile", "Gemfile.lock", "bundle install", "bundle update", "bundle exec", "dependency management", "gem versions", "gem groups", "bundle add", "gem sources", or needs guidance on managing Ruby dependencies.
This skill should be used when the user asks about "design patterns", "SOLID", "factory pattern", "singleton", "observer", "strategy", "decorator", "adapter", "facade", "command pattern", "builder pattern", "dependency injection", "composition", "Ruby patterns", or needs guidance on implementing design patterns in Ruby.
This skill should be used when the user asks about "gem development", "create a gem", "gemspec", "publish gem", "RubyGems", "bundler", "gem structure", "gem versioning", "semantic versioning", "gem testing", "gem documentation", or needs guidance on creating and publishing Ruby gems.
This skill should be used when the user asks about "metaprogramming", "DSL", "domain-specific language", "method_missing", "define_method", "class_eval", "instance_eval", "module_eval", "hooks", "included", "extended", "inherited", "singleton class", "eigenclass", "dynamic methods", "eval", or needs guidance on Ruby metaprogramming techniques.
This skill should be used when the user asks about "Ruby performance", "optimization", "profiling", "benchmarking", "memory", "garbage collection", "GC", "benchmark-ips", "stackprof", "memory_profiler", "slow code", "speed up Ruby", or needs guidance on making Ruby code faster.
This skill should be used when the user asks about "Rake", "rake tasks", "Rakefile", "task dependencies", "rake namespace", "rake desc", "rake file tasks", "invoke", "execute", "task arguments", or needs guidance on creating and managing Rake tasks.
This skill should be used when the user asks about "Ruby basics", "blocks", "procs", "lambdas", "enumerables", "iterators", "pattern matching", "error handling", "exceptions", "Ruby 3 features", "Ractors", "Data class", "endless methods", "refinements", or needs guidance on Ruby language features and idioms.
This skill should be used when the user asks about "Ruby standard library", "stdlib", "FileUtils", "JSON", "CSV", "YAML", "Net::HTTP", "URI", "OpenStruct", "Struct", "Set", "Date", "Time", "Pathname", "StringIO", "Tempfile", "Logger", "OptionParser", or needs guidance on Ruby's built-in libraries.
A curated collection of Ruby plugins for Claude Code.
| Plugin | Description |
|---|---|
| ruby | Ruby development toolkit with 8 skills, 5 commands, and 1 agent |
| ruby-on-rails | Comprehensive Rails development toolkit with 15 skills, 8 commands, and 3 agents |
| rspec | Comprehensive RSpec testing toolkit with 7 skills, 3 commands, and 2 agents |
/plugin marketplace add bastos/ruby-plugin-marketplace
Or with a local path:
/plugin marketplace add ./path/to/ruby-plugin-marketplace
Ruby (core):
/plugin install ruby@ruby-plugin-marketplace
Ruby on Rails:
/plugin install ruby-on-rails@ruby-plugin-marketplace
RSpec:
/plugin install rspec@ruby-plugin-marketplace
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
└── plugins/
├── ruby/ # Ruby development toolkit
│ ├── .claude-plugin/
│ ├── agents/
│ ├── commands/
│ └── skills/
├── ruby-on-rails/ # Rails development toolkit
│ ├── .claude-plugin/
│ ├── agents/
│ ├── commands/
│ ├── skills/
│ └── scripts/
└── rspec/ # RSpec testing toolkit
├── .claude-plugin/
├── agents/
├── commands/
└── skills/
plugins/<plugin-name>/.claude-plugin/plugin.json manifest.claude-plugin/marketplace.jsonMIT
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.
Uses power tools
Uses Bash, Write, or Edit tools
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Complete developer toolkit for Claude Code
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement