jr-rails-new
Installation
SKILL.md
Rails App Scaffolder
Interactive skill that interviews you for preferences, runs rails new with
the right flags, and performs post-scaffold configuration.
Workflow
Step 0: Preflight
Quick check that the machine can actually run rails new. Skip the install
prompts if everything is present.
command -v ruby >/dev/null 2>&1 && ruby --version
command -v node >/dev/null 2>&1 && node --version
command -v bundle >/dev/null 2>&1 && bundle --version
command -v mise >/dev/null 2>&1 && mise --version