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

modeling_template.mdskills/ddd/model-domain/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: model-domain/assets/examples.md

skills

README.md

server.json

tile.json