zarpay

32 mods across 2 repositories, 38 stars between them.

37signals-style

01

zarpay/rails-template

Skill Claude CodeCodex

Rails coding patterns derived from analysis of 37signals' Fizzy codebase. Use when writing Rails code in 37signals/Basecamp style or when asked to follow 37signals patterns. Covers controllers, models, views, Hotwire, testing, database, security, and team philosophy.

9 20d ago A 62 tokens original MIT

better-stimulus

02

zarpay/rails-template

Skill Claude CodeCodex

Apply Better Stimulus best practices for writing maintainable, reusable StimulusJS controllers following SOLID principles.

9 20d ago A 25 tokens original MIT

bindev

03

zarpay/rails-template

Skill Claude CodeCodex

Start the local development server in a tmux session and open the homepage. Use when the user wants to start development, run the app locally, fire up the dev server, or invokes /bindev.

9 20d ago A 44 tokens original MIT

brakeman

04

zarpay/rails-template

Skill Claude CodeCodex

Static analysis security vulnerability scanner for Ruby on Rails applications. Use when analyzing Rails code for security issues, running security audits, reviewing code for vulnerabilities, setting up security scanning in CI/CD, managing security warnings, or investigating specific vulnerability types (SQL injection…

9 20d ago A 80 tokens copy · 100% MIT

design-system

05

zarpay/rails-template

Skill Claude CodeCodex

Machina design system quick reference. Use when discussing design tokens, surfaces, card backgrounds, depth, elevation, typography tokens, color tokens, DaisyUI theming, or applying visual styling to UI components.

9 20d ago A 44 tokens original MIT

executing-plans

06

zarpay/rails-template

Skill Claude CodeCodex

Use when you have a written implementation plan to execute in a separate session with review checkpoints.

9 20d ago A 22 tokens copy · 92% MIT

zarpay/rails-template

Skill Claude CodeCodex

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.

9 20d ago A 44 tokens copy · 86% MIT

zarpay/rails-template

Skill Claude CodeCodex

Use when viewing available handoff documents — lists active and archived handoffs with their status, date, topic, and branch.

9 20d ago A 33 tokens original MIT

zarpay/rails-template

Skill Claude CodeCodex

Use when starting a new session and wanting to continue from a previous handoff — reads the latest unrestored handoff document and restores session context.

9 20d ago A 38 tokens original MIT

zarpay/rails-template

Skill Claude CodeCodex

Use when capturing session state before switching context, ending a session, or manually preserving progress — creates a structured handoff document in docs/handoffs/ so a future session can resume seamlessly.

9 20d ago A 45 tokens original MIT

zarpay/rails-template

Skill Claude CodeCodex

Handle Hotwire form workflows: form submission lifecycle, inline editing, validation errors, typeahead/autocomplete, modal forms, and external form controls. Prefer this skill when the core problem is correctness and UX of form interaction. Use hwc-navigation-content for pagination/tabs/filter navigation…

9 20d ago A 119 tokens copy · 100% MIT

hwc-media-content

12

zarpay/rails-template

Skill Claude CodeCodex

Handle media-heavy Hotwire features: image/video/audio uploads, previews, playback controls, progress tracking, and third-party media integrations (for example WaveSurfer, Swiper, Picture-in-Picture, Blurhash). Prefer this skill when the core problem is media rendering, playback state, or media library integration.…

9 20d ago A 140 tokens copy · 100% MIT

zarpay/rails-template

Skill Claude CodeCodex

Build Hotwire navigation and content-discovery flows: Turbo Frame pagination, tabbed navigation, lazy loading, faceted filtering/search, cache lifecycle, scroll restoration, and visit/render control. Prefer this skill when the core problem is request/response navigation state and browser history behavior. Use…

9 20d ago A 132 tokens copy · 100% MIT

zarpay/rails-template

Skill Claude CodeCodex

Implement real-time Hotwire behavior: Turbo Streams over WebSocket/SSE, custom stream actions, inline stream tags, live list updates, and cross-tab state synchronization. Prefer this skill when the core problem is push-based updates or stream action orchestration. Use hwc-navigation-content for pull-based…

9 20d ago A 124 tokens copy · 100% MIT

zarpay/rails-template

Skill Claude CodeCodex

Cover Stimulus controller fundamentals: lifecycle hooks, values and valueChanged callbacks, targets and target callbacks, outlets, action parameters, keyboard events, and controller architecture patterns. Prefer this skill when the request is primarily about Stimulus APIs and controller design independent of a…

9 20d ago A 122 tokens copy · 100% MIT

hwc-ux-feedback

16

zarpay/rails-template

Skill Claude CodeCodex

Implement cross-cutting Hotwire UX feedback patterns: loading states, busy indicators, progress bars, optimistic UI, render interception, and view/page transitions. Prefer this skill when the core goal is perceived performance and user feedback, independent of a single feature domain. Use hwc-forms-validation for form…

9 20d ago A 119 tokens copy · 100% MIT

layered-rails

17

zarpay/rails-template

Skill Claude CodeCodex

Design and review Rails applications using layered architecture principles from "Layered Design for Ruby on Rails Applications". Use when analyzing Rails codebases, reviewing PRs for architecture violations, planning feature implementations, or implementing patterns like authorization, view components, or AI…

9 20d ago A 93 tokens original MIT

mcp-oauth-setup

18

zarpay/rails-template

Skill Claude CodeCodex

Implement MCP server authentication with OAuth Dynamic Client Registration (RFC 7591), Authorization Server Metadata Discovery (RFC 8414), and generalized per-agent credential support. This skill should be used when building admin UIs that let users connect to third-party MCP servers, whether they use OAuth (Linear…

9 20d ago A 131 tokens original MIT

zarpay/rails-template

Skill Claude CodeCodex

Add polymorphic activity timelines with live Turbo Stream updates to any Rails model. Covers migration, model, concern, shared partials, broadcasting, and optional AI-generated change summaries.

9 20d ago A 41 tokens original MIT

rails-guides

20

zarpay/rails-template

Skill Claude CodeCodex

Official Rails documentation. Use when asked about any Rails-specific topic including ActiveRecord, routing, controllers, views, mailers, jobs, Action Cable, Action Text, Active Storage, migrations, validations, callbacks, associations, caching, security, or internals.

9 20d ago A 56 tokens original MIT

zarpay/rails-template

Skill Claude CodeCodex

Add Tiptap rich text editing with debounced autosave to Rails models using Stimulus. Stores markdown in text columns (not ActionText). Covers installation, Stimulus controller, shared partials, Turbo cache handling, and optional change tracking.

9 20d ago A 57 tokens original MIT

rails-upgrade

22

zarpay/rails-template

Skill Claude CodeCodex

Use when upgrading a Rails application from one version to another, assessing upgrade readiness, planning a multi-hop upgrade path, or investigating breaking changes, deprecation warnings, gem compatibility issues, or config.loaddefaults transitions between any Rails versions from 5.2 through the latest release.

9 20d ago A 59 tokens original MIT

zarpay/rails-template

Skill Claude CodeCodex

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.

9 20d ago A 38 tokens copy · 94% MIT

zarpay/rails-template

Skill Claude CodeCodex

Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

9 20d ago A 22 tokens copy · 83% MIT