zarpay

32 mods across 2 repositories, 38 stars between them.

ruby-commit-message

25

zarpay/rails-template

Skill Claude CodeCodex

Use when committing code changes in Ruby or Ruby on Rails projects — guides commit message structure, type selection, and body content following Conventional Commits format.

9 20d ago A 34 tokens original MIT

ruby

26

zarpay/rails-template

Skill Claude CodeCodex

Use when writing, reviewing, or debugging pure Ruby code — idiomatic patterns, modern 3.x+ features (pattern matching, Data.define, endless methods), error handling conventions (raise vs fail, result objects), memoization, and performance idioms. For Rails use rails-guides. For testing use minitest. For code style use…

9 20d ago A 77 tokens original MIT

sandi-metz-rules

27

zarpay/rails-template

Skill Claude CodeCodex

This skill should be used when users request code review, refactoring, or code quality improvements for Ruby codebases. Apply Sandi Metz's four rules for writing maintainable object-oriented code - classes under 100 lines, methods under 5 lines, no more than 4 parameters, and controllers instantiate only one object.…

9 20d ago A 97 tokens original MIT

zarpay/rails-template

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

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

using-git-worktrees

30

zarpay/rails-template

Skill Claude CodeCodex

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification.

9 20d ago A 35 tokens copy · 88% MIT

zarpay/rails-template

Skill Claude CodeCodex

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.

9 20d ago A 43 tokens copy · 84% MIT

writing-plans

32

zarpay/rails-template

Skill Claude CodeCodex

Use when you have a spec or requirements for a multi-step task, before touching code.

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