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: