CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of 41 public AI agent skills for Ruby on Rails development. Organized by category: planning, testing, code-quality, ddd, engines, infrastructure, api, patterns, context, and orchestration. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and TDD automation. Repository workflows remain documented in GitHub but are intentionally excluded from the Tessl tile.

95

1.77x
Quality

93%

Does it follow best practices?

Impact

96%

1.77x

Average score across 41 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

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

Refactor Safely Integration Guide

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

write-tests

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.

review-architecture

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.

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.

create-service-object

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

server.json

tile.json