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

HEURISTICS.mdskills/planning/generate-tasks/

Rails-First Slice Heuristics

Use the smallest slice that proves behavior at the right boundary:

Change typeDefault first slice
New endpoint or controller behaviorRequest spec -> controller/service wiring -> persistence/docs
New service or domain ruleService or model spec -> implementation -> callers/docs
Background workJob spec -> service/domain spec if logic is substantial
External integrationClient/fetcher layer spec -> builder/domain mapping -> callers
Rails engine workEngine request/routing/generator spec -> engine code -> install/docs
Bug fixHighest-value reproducing spec at the boundary where users feel the bug

When in doubt, prefer the highest-value failing spec that proves the user-visible behavior before descending into lower-level units.

skills

README.md

server.json

tile.json