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

examples.mdskills/engines/test-engine/assets/

test-engine examples

  1. Quick verify

    • Run: bundle exec rspec spec/engine_spec.rb
    • Expect: spec boots Rails dummy app and runs a smoke test for engine mount point
  2. Migration check

    • Run: rake my_engine:install:migrations && bundle exec rails db:migrate
    • Expect: migrations apply without table name collisions
  3. Namespacing check

    • Simple test: assert defined?(MyEngine::Engine) == "constant"

skills

README.md

tile.json