CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of 28 public AI agent skills for Ruby on Rails development. Organized by category: testing, code-quality, engines, infrastructure, api, and context. Covers code review, architecture, security, testing (RSpec), engines, Hotwire, and TDD automation. Shared Ruby skills (YARD docs, DDD, service objects) have moved to ruby-core-skills. Repository agents remain documented in GitHub but are intentionally excluded from the Tessl tile.

93

1.78x
Quality

95%

Does it follow best practices?

Impact

93%

1.78x

Average score across 28 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

checklist.jsonskills/engines/extract-engine/assets/

{
  "per_slice_requirements": [
    "one_coherent_responsibility",
    "minimal_new_public_api",
    "passing_regression_tests"
  ],
  "extraction_order": [
    "identify_bounded_feature",
    "list_host_dependencies",
    "define_engine_boundary",
    "move_domain_logic_first",
    "add_adapters_for_host_dependencies",
    "move_controllers_routes_views"
  ],
  "verification": {
    "tests_command": "bundle exec rspec <slice_spec_paths>",
    "no_behavior_change": true
  }
}

skills

README.md

tile.json