LaunchPad Lab
Official@launchpadlab · Chicago, IL
Build your company's future. Develop custom software that will move your business forward.
Agent Skills by LaunchPad Lab
Showing 47 vetted skills indexed across 1 GitHub repositories.
authentication-flow
Implement Rails 8 authentication with signed HTTP-only session cookies.
avo-resources
Generate and configure Avo 3.x resource definitions for Ruby on Rails admin panels.
rails-controller
Generate Rails REST controllers with TDD from failing tests to passing behavior.
viewcomponent-patterns
Create reusable Rails ViewComponents using test-driven development.
rails-model-generator
Generate Rails ActiveRecord models through a TDD-first workflow from tests to migrations.
refactoring-patterns
Guide test-first incremental refactoring of legacy Rails codebases.
rails-service-object
Create testable Rails service objects with a single #call method.
events-patterns
Design Rails event-driven architectures with typed domain event records.
rails-query-object
Create Rails query objects with specs-first TDD and tenant isolation.
form-object-patterns
Creates Rails form objects with typed attributes, validations, and transactional save/scoped result builders for TDD workflows.
state-records-patterns
Replace boolean flags with normalized state records in Rails domain models.
hotwire-native-path-config
Configure and debug URL path-configuration rules for Hotwire Native iOS and Android apps.
feature-review
Review feature specifications for completeness and generate missing Gherkin scenarios.
multi-tenant-patterns
Implement URL-based multi-tenancy in Rails with account scoping and isolation.
action-mailer-patterns
Implement Action Mailer transactional email workflows with TDD and deliver_later.
rails-concern
Generate TDD-oriented Rails ActiveSupport::Concern modules for shared model or controller behavior.
action-cable-patterns
Implement authenticated Action Cable channels and server-to-client broadcasts for Rails applications.
code-review
Review Rails code with Brakeman, Bundler Audit, and RuboCop.
tdd-cycle
Guide Test-Driven Development through RED, GREEN, and REFACTOR phases in Rails-like codebases.
testing-patterns
Generate Rails Minitest patterns for models, controllers, jobs, and mailers.
sidekiq-setup
Configures Sidekiq for Rails 8 with Redis queues and web dashboard.
skill-creator
Standardize SKILL.md metadata and progressive disclosure for Claude skill directories.
rails-architecture
Guide Rails 8 code placement across architectural layers using a decision tree.
lint-patterns
Apply RuboCop safe corrections to Ruby on Rails files and directories.
Frequently Asked Questions About LaunchPad Lab
FAQPage SchemaWhat 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.