ruby-skills
25Plugin Claude Code
Plugin marketplace listing 1 plugin: ruby-skills.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ruby-skills.
Instructions file
Instructions for st0012/ruby-skills, covering ruby skills - development guide, for claude: when to run tests, project structure, test suite and test 1: basic detection.
Plugin Claude Code
Ruby development skills for Claude Code - version manager detection, authoritative resource map, and test framework reference.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh. From st0012/ruby-skills.
Skill Claude CodeCodex
Use when working in a Ruby project - provides authoritative sources for documentation, typing, and tooling.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Use at session start for Ruby projects (Gemfile, .ruby-version, or .tool-versions present). Detect version manager BEFORE running ruby, bundle, gem, rake, rails, rspec, or any Ruby command.