ruby-gem-scaffolder

Community

Scaffold Ruby gems with best practices.

Authorjwplatta
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates creating a new Ruby gem with a solid, conventional structure and setup.

Core Features & Use Cases

  • Create a new gem with Bundler and optional test framework
  • Generate a standard gem structure including lib/, spec/, and gemspec
  • Produce a ready-to-customize template for versioning and CI
  • Scaffold with common development configurations

Quick Start

Create a new gem named my_gem using the scaffolder script: claude/plugins/rubyist/skills/ruby-gem-scaffolder/scripts/create_gem.sh my_gem

Dependency Matrix

Required Modules

bundlertreerspec

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ruby-gem-scaffolder
Download link: https://github.com/jwplatta/prompt-library/archive/main.zip#ruby-gem-scaffolder

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository