From antigravity-awesome-skills
Bootstraps a new Rails 8 project with PostgreSQL, Inertia.js + React 19 + Vite 5 + Tailwind 4 frontend, Sidekiq 8 + Redis jobs. Includes UUID PKs, minitest, RuboCop, and Playwright verification.
npx claudepluginhub sickn33/antigravity-awesome-skillsThis skill is limited to using the following tools:
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
Bootstraps a new Rails 8 project with PostgreSQL, Inertia.js + React 19 + Vite 5 + Tailwind 4 frontend, Sidekiq 8 + Redis jobs. Includes UUID PKs, minitest, RuboCop, and Playwright verification.
Guides Rails code for PostgreSQL + Hotwire + Tailwind stack with patterns for MVC structure, ActiveRecord queries, Turbo Frames/Streams wiring, Stimulus controllers, and Tailwind components.
Delivers Ruby on Rails expertise: assesses projects, enforces conventions, optimizes ActiveRecord queries, implements Hotwire/Turbo/Stimulus, handles Sidekiq/Solid Queue jobs, and guides RSpec/FactoryBot testing.
Share bugs, ideas, or general feedback.
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
Set up the following tech stack:
timestamptz for timezone awarenessmocha gem and VCR for external services (only in the providers layer)OpenStruct for mock instancesbundle exec rubocop -a after significant code changes.rubocop.yml for style configurationbundle exec brakemanVerify the boilerplate is working by running bin/rails server and accessing the application at http://localhost:3000 via playwright MCP.