LaunchPad Lab avatar

LaunchPad Lab

Official

@launchpadlab · Chicago, IL

0Followers
|
165Public Repos
|
47Published Skills

Build your company's future. Develop custom software that will move your business forward.

Skills Distribution
DomainDeveloper To...Ruby on Rails Arch.. (50%)Hotwire & Frontend.. (25%)Cloud Deployment &.. (25%)

Agent Skills by LaunchPad Lab

Showing 47 vetted skills indexed across 1 GitHub repositories.

LaunchPadLabLaunchPadLab
1

authentication-flow

Implement Rails 8 authentication with signed HTTP-only session cookies.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

avo-resources

Generate and configure Avo 3.x resource definitions for Ruby on Rails admin panels.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

rails-controller

Generate Rails REST controllers with TDD from failing tests to passing behavior.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

viewcomponent-patterns

Create reusable Rails ViewComponents using test-driven development.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

rails-model-generator

Generate Rails ActiveRecord models through a TDD-first workflow from tests to migrations.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

refactoring-patterns

Guide test-first incremental refactoring of legacy Rails codebases.

Official
Advanced
LaunchPadLabLaunchPadLab
1

rails-service-object

Create testable Rails service objects with a single #call method.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

events-patterns

Design Rails event-driven architectures with typed domain event records.

Official
Advanced
LaunchPadLabLaunchPadLab
1

rails-query-object

Create Rails query objects with specs-first TDD and tenant isolation.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

form-object-patterns

Creates Rails form objects with typed attributes, validations, and transactional save/scoped result builders for TDD workflows.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

state-records-patterns

Replace boolean flags with normalized state records in Rails domain models.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

hotwire-native-path-config

Configure and debug URL path-configuration rules for Hotwire Native iOS and Android apps.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

feature-review

Review feature specifications for completeness and generate missing Gherkin scenarios.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

multi-tenant-patterns

Implement URL-based multi-tenancy in Rails with account scoping and isolation.

Official
Advanced
LaunchPadLabLaunchPadLab
1

action-mailer-patterns

Implement Action Mailer transactional email workflows with TDD and deliver_later.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

rails-concern

Generate TDD-oriented Rails ActiveSupport::Concern modules for shared model or controller behavior.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

action-cable-patterns

Implement authenticated Action Cable channels and server-to-client broadcasts for Rails applications.

Official
Advanced
LaunchPadLabLaunchPadLab
1

code-review

Review Rails code with Brakeman, Bundler Audit, and RuboCop.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

tdd-cycle

Guide Test-Driven Development through RED, GREEN, and REFACTOR phases in Rails-like codebases.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

testing-patterns

Generate Rails Minitest patterns for models, controllers, jobs, and mailers.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

sidekiq-setup

Configures Sidekiq for Rails 8 with Redis queues and web dashboard.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

skill-creator

Standardize SKILL.md metadata and progressive disclosure for Claude skill directories.

Official
Intermediate
LaunchPadLabLaunchPadLab
1

rails-architecture

Guide Rails 8 code placement across architectural layers using a decision tree.

Official
Advanced
LaunchPadLabLaunchPadLab
1

lint-patterns

Apply RuboCop safe corrections to Ruby on Rails files and directories.

Official
Intermediate

Frequently Asked Questions About LaunchPad Lab

FAQPage Schema
What specific development tasks does LaunchPad Lab support?

LaunchPad Lab supports full-stack Rails development, including TDD-based model and controller generation, Hotwire Turbo implementation, multi-tenant architecture design, and performance optimization for N+1 database queries.

Who is the target persona for these technical patterns?

These patterns are designed for senior Rails engineers and full-stack developers who prioritize test-driven development, maintainable architectural layers, and robust deployment strategies for enterprise-grade web applications.

How are these patterns implemented in a project?

Engineers integrate these patterns by following the provided TDD-first generators and architectural decision trees, which guide the creation of service objects, query objects, and ViewComponents within existing Rails 8 environments.