A Claude Code command for introducing RBS / Steep to Rails applications.
This provides a detailed guide as a Claude Code skill to help you gradually introduce type definitions (RBS) and type checker (Steep) to your Rails projects.
curl -sSL https://raw.githubusercontent.com/ichiroc/setup-rbs/main/install.sh | shAfter installation, you can use this skill in Claude Code:
claudeThen execute the command:
/rails:setup-rbs
This will guide you through the entire process of setting up RBS and Steep for your Rails application, focusing on the app/models directory.