CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of 39 AI agent skills for Ruby on Rails development. Organized by category: planning, testing, code-quality, ddd, engines, infrastructure, api, patterns, context, orchestration, and workflows. Includes 5 callable workflow skills (rails-tdd-loop, rails-review-flow, rails-setup-flow, rails-quality-flow, rails-engines-flow) for complete development cycles. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and TDD automation.

95

1.20x
Quality

98%

Does it follow best practices?

Impact

95%

1.20x

Average score across 35 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

INTEGRATION.mdskills/code-quality/refactor-safely/

Refactor Safely Integration Guide

Use this file when you need deeper chaining guidance than the summary table in SKILL.md.

rspec-best-practices

Use before any structural change to create characterization tests.

Trigger: You cannot describe which test proves current behavior.

Hand-off artifact: A passing characterization spec that fails if behavior drifts.

rails-architecture-review

Use when refactor findings indicate deeper boundary problems.

Trigger: Repeated leakage across models/controllers/services.

Hand-off artifact: Severity-ranked architecture findings and smallest credible next improvement.

rails-code-review

Use after structural changes are complete and tests are green.

Trigger: You need an external quality pass on safety, readability, and Rails conventions.

Hand-off artifact: Review findings with remediation suggestions ordered by severity.

ruby-service-objects

Use when extraction target is business workflow logic that does not belong in controller/model.

Trigger: Repeated orchestration or transaction flow is embedded in framework classes.

Hand-off artifact: Service object contract (.call), boundary rules, and migration sequence.

skills

code-quality

README.md

tile.json