What problem does it solve?
This Skill configures and sets up the Ruby and RSpec environments for Bike Index development across different environments: local macOS, Conductor cloud sandbox, and Claude Code web sandbox.
Core Features & Use Cases
- Local macOS Setup: Configure the Ruby environment with mise and adjust PATH settings for proper Ruby and Bundler usage.
- Conductor Cloud Sandbox Setup: Install Ruby, Bundler, and necessary build dependencies for Amazon Linux 2023 environments.
- Claude Code Web Sandbox Setup: Build Ruby from source and install additional dependencies like PostgreSQL, Redis, and ChromeDriver.
- Database Management: Configure and manage PostgreSQL and Redis services, including creating user and test databases.
- Tailwind Build: Handle Tailwind build requirements for rendering layouts.
- Running Specs: Execute Ruby and RSpec tests for different environments.
- Running System Specs: Set up Chrome and ChromeDriver for system integration tests.
- Local CDN for JS Modules: Serve JavaScript modules locally due to firewall restrictions.
Quick Start
Run the 'sandbox-test-setup' skill to configure your development environment for Bike Index.