gem-development

Installation
SKILL.md

Ruby Gem Development

Guide to creating, testing, and publishing Ruby gems.

Creating a New Gem

Using Bundler

# Create gem scaffold
bundle gem my_gem

# With options
bundle gem my_gem --test=minitest --ci=github --linter=rubocop

Generated structure:

Related skills

More from bastos/ruby-plugin-marketplace

Installs
1
GitHub Stars
2
First Seen
Apr 16, 2026