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
Installs
23
GitHub Stars
27
First Seen
Mar 30, 2026
jr-rails-new — julianrubisch/skills