Josh Yorko
Community@joshyorko · Boston
im also @jyorko
Agent Skills by Josh Yorko
Showing 25 vetted skills indexed across 2 GitHub repositories.
rails-37signals-refactor
Refactor Rails code incrementally toward 37signals-style conventions.
rails-37signals-review
Audit Rails pull requests for 37signals-style conventions and architectural drift.
rails-37signals-implement
Orchestrates Rails feature development with 5-way dependency-ordered workflow spanning database to tests.
fizzy
Automate Fizzy CLI workflows for boards, cards, and columns.
37signals-stimulus
Build focused Stimulus controllers for progressive enhancement in Rails apps.
37signals-mailer
Generate minimal Action Mailer classes for transactional emails with templates and previews.
37signals-crud
Generate RESTful Rails controllers enforcing CRUD actions for Rails 8.2+ projects.
37signals-jobs
Orchestrate asynchronous Rails jobs by delegating to model methods.
37signals-turbo
Implement Turbo Streams, Turbo Frames, and morphing in Rails 8+ apps.
37signals-api
Expose RESTful Rails APIs and HTML views via respond_to blocks.
37signals-multi-tenant
Implement URL-based multi-tenancy with account scoping in Rails applications.
37signals-events
Implement domain event models, activity feeds, and webhook delivery in Rails apps.
37signals-state-records
Model business states as timestamped records with user associations in Rails apps.
37signals-implement
Coordinate end-to-end Rails feature implementations across specialist 37signals skills.
37signals-test
Automate Rails testing workflows with Minitest and YAML fixtures.
37signals-model
Build fat Rails models that encapsulate domain logic with concerns.
37signals-refactoring
Orchestrate incremental Rails refactoring toward 37signals patterns.
37signals-migration
Generate reversible UUID-based migrations for multi-tenant Rails tables without foreign keys.
37signals-caching
Implement HTTP, fragment, Russian doll, and low-level caching in Rails apps.
37signals-auth
Implement passwordless magic-link authentication for Ruby on Rails 8.2+ apps.
37signals-review
Review Rails code against 37signals conventions and patterns.
37signals-kamal
Automate Rails deployment and runtime operations with Kamal.
37signals-active-record-tenanted
Implement separate-database multi-tenancy in Rails apps with ActiveRecord Tenanted.
37signals-concerns
Extract repeated model and controller logic into Rails concerns with ActiveSupport::Concern.