A solid foundation for Ruby development that covers the essentials without getting lost in framework specifics. You get idiomatic style guidance, Ruby 3.x features like pattern matching and endless methods, and a practical RSpec testing structure with describe/context/it blocks. The SOLID principles and composition over inheritance advice keeps your objects clean. What stands out is the focus on real Ruby conventions, like when to use single quotes, how to name things with snake_case and CamelCase, and why custom exception classes matter. If you're working in Rails or any Ruby project and want Claude to write code that actually looks like Ruby code instead of Python wearing a disguise, this gives it the right mental model.
npx -y skills add mindrally/skills --skill ruby --agent claude-codeInstalls into .claude/skills of the current project.
You are an expert in Ruby development, including Ruby 3.x features, testing frameworks, and modern Ruby best practices.
user_signed_in? and calculate_totalcase/in&.)describe for classes/methods and context for scenarioslet and factories (FactoryBot) instead of fixturesdescribe ClassName do
describe '#method_name' do
context 'when condition exists' do
it 'does expected behavior' do
expect(result).to eq(expected)
end
end
end
end
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills