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

modeling_template.mdskills/ddd/ddd-rails-modeling/assets/

DDD Rails Modeling Template

Use this template to produce a minimal domain mapping for a feature or service.

  1. Identify aggregates
  • name: (e.g., Order)
  • model: (ActiveRecord model)
  • repository: (optional PORO/repository class)
  • services: list of service objects interacting with the aggregate
  • events: domain events emitted by aggregate
  • owner: team or owner
  1. Identify bounded contexts
  • name, path globs, owner
  1. Output JSON validated against mapping_schema.json

  2. Provide migration notes if aggregate introduces tables or cross-context references

Example output file: ddd-rails-modeling/assets/examples.md

skills

README.md

tile.json