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

criteria.jsonevals/scenario-20/

{
  "context": "Checks whether the final artifact follows the create-engine instructions from the published Rails Agent Skills tile.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "instruction-1",
      "description": "The submitted artifact follows this skill instruction: Use this skill when the task is to create, scaffold, or refactor a Rails engine.",
      "max_score": 17
    },
    {
      "name": "instruction-2",
      "description": "The submitted artifact follows this skill instruction: A good engine has a narrow purpose, a clear host-app integration story, and a small public API. Keep this skill focused on structure and design. Use adjacent skills for installer details, deep test coverage, release workflow, or documentation work.",
      "max_score": 17
    },
    {
      "name": "instruction-3",
      "description": "The submitted artifact follows this skill instruction: Dummy app exists: `ls spec/dummy` or `ls test/dummy` should return the app directory.",
      "max_score": 17
    },
    {
      "name": "instruction-4",
      "description": "The submitted artifact follows this skill instruction: Define the host-app contract (what the host must provide, what the engine exposes, which extension points are supported). See [reference.md](reference.md) for the full contract template.",
      "max_score": 17
    },
    {
      "name": "instruction-5",
      "description": "The submitted artifact follows this skill instruction: Create the minimal engine structure. **Checkpoint:** `bundle exec rake` inside the engine must pass.",
      "max_score": 16
    },
    {
      "name": "instruction-6",
      "description": "The submitted artifact follows this skill instruction: Write minimum integration coverage through the dummy app. See [TESTING.md](TESTING.md) for coverage requirements.",
      "max_score": 16
    }
  ]
}

README.md

tile.json