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/document-engine/assets/

document-engine examples

  1. Minimal initializer

MyEngine.configure do |config| config.api_key = ENV['MY_ENGINE_API_KEY'] config.default_limit = 50 end

  1. Mounting example

Rails.application.routes.draw do mount MyEngine::Engine => '/my_engine' end

  1. Verify migration namespace

in host app console

ActiveRecord::Base.connection.table_exists?('my_engine_users')

skills

README.md

tile.json