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

mapping_schema.jsonskills/ddd/ddd-rails-modeling/assets/

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "aggregates": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {"type": "string"},
          "model": {"type": "string"},
          "repository": {"type": "string"},
          "services": {"type": "array", "items": {"type": "string"}},
          "events": {"type": "array", "items": {"type": "string"}},
          "owner": {"type": "string"}
        },
        "required": ["name","model"]
      }
    },
    "value_objects": {"type": "array", "items": {"type": "string"}},
    "bounded_contexts": {
      "type": "array",
      "items": {"type": "object", "properties": {"name": {"type":"string"}, "path": {"type":"string"}, "owner": {"type":"string"}}}
    }
  },
  "required": ["aggregates"]
}

skills

README.md

tile.json