Skip to content

bastos/ruby-plugin-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bastos' Ruby Plugin Marketplace

A curated collection of Ruby plugins for Claude Code.

Available Plugins

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

Installation

Add the marketplace

/plugin marketplace add bastos/ruby-plugin-marketplace

Or with a local path:

/plugin marketplace add ./path/to/ruby-plugin-marketplace

Install a plugin

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

Structure

.
├── .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/
    │   ├── hooks/
    │   ├── skills/
    │   └── scripts/
    └── rspec/               # RSpec testing toolkit
        ├── .claude-plugin/
        ├── agents/
        ├── commands/
        └── skills/

Contributing

  1. Create a new plugin in plugins/<plugin-name>/
  2. Add a .claude-plugin/plugin.json manifest
  3. Add the plugin entry to .claude-plugin/marketplace.json
  4. Submit a pull request

License

MIT

About

Bastos' Claude Code Ruby Plugin Marketplace

Topics

Resources

License

Stars

Watchers

Forks