install

Bootstrap a Rails 8 application with authentication, multi-tenancy, and Hotwire.

3|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/dchuk/source_monitor --skill install-dchuk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install
Source: https://github.com/dchuk/source_monitor/tree/main/.claude/skills/install
Command: npx skills add https://github.com/dchuk/source_monitor --skill install-dchuk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines bootstrapping a Rails 8 application by providing a ready-to-run setup that includes authentication, multi-tenancy, and Hotwire, eliminating manual configuration and setup time.

Core Features & Use Cases

  • Preconfigured Rails 8 app skeleton with Solid Stack components (Queue, Cable, Cache) and Tailwind styling
  • Authentication & multi-tenancy scaffolding for secure multi-tenant apps
  • Hotwire integration (Turbo + Stimulus) with testing scaffolds
  • Guided setup for quick startup and team onboarding

Quick Start

Run the guided installer to bootstrap a new Rails 8 application with the recommended defaults.

Frequently Asked Questions about install

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a Rails 8 application with authentication and multi-tenancy preconfigured?

You can bootstrap a Rails 8 application with preconfigured authentication and multi-tenancy by running a guided installer that generates a ready-to-run setup. This eliminates manual configuration and provides essential security features out of the box.

What is included in a Rails 8 Solid Stack setup?

A Rails 8 Solid Stack setup includes Queue, Cable, and Cache components for runtime operation. The configuration also integrates Hotwire, Tailwind styling, and testing scaffolds to provide a complete production-ready default foundation.

Do I need Node.js to set up a Rails 8 application with Hotwire and Tailwind?

Yes, you need Node.js for asset tooling when setting up a Rails 8 application with Hotwire and Tailwind. The host environment also requires Ruby 3.2+ and Rails 8+ to support the application and Solid Stack components.

What's the best way to scaffold a new Rails project with testing defaults?

The best way to scaffold a new Rails project with testing defaults is using a preconfigured Rails 8 starter. It includes Hotwire integration and testing scaffolds out of the box, enabling quick team onboarding and immediate test execution.

Can I use this Rails bootstrap setup for an existing application?

This Rails bootstrap setup is designed for new project setups and initial app bootstrap rather than existing applications. It provides a ready-to-run starter skeleton equipped with essential features and configurations from the start.