ruby-version-manager
Installation
SKILL.md
Ruby Version Manager Skill
Detects and configures Ruby version managers for proper environment setup.
When to Use
Run detect.sh IMMEDIATELY when:
- Starting work in a directory with
Gemfile,.ruby-version, or.tool-versions - Before your first Ruby command (
ruby,bundle,gem,rake,rails,rspec, etc.) - When switching between Ruby projects
Do NOT wait for commands to fail or user requests. Proactive detection prevents version mismatch errors.
Always chain activation with commands: ACTIVATION_COMMAND && ruby_command
Usage
Step 1: Run detect.sh
Related skills
More from st0012/ruby-skills
ruby-resource-map
Use when working in a Ruby project - provides authoritative sources for documentation, typing, and tooling
10ruby-test-frameworks
Use when writing or running tests in a Ruby project that uses minitest or test-unit. These frameworks have deceptively similar APIs with critical naming differences that cause NoMethodError at runtime. Consult this before writing assertions, running specific tests, or using setup/teardown lifecycle methods.
2