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 1: Interview
Ask the user each question. Show the default in brackets. Accept the default if the user presses enter or says "default" / "yes" / "y".
| # | Question | Options | Default |
|---|---|---|---|
| 1 | App name | free text | (required) |
| 2 | Database | postgresql / mysql2 / sqlite3 |
postgresql |
| 3 | Frontend bundling | importmap / esbuild / vite_rails |
importmap |
| 4 | CSS | tailwind / sass / none |
tailwind |
| 5 | View layer | erb / phlex |
erb |
Related skills