CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of 42 public AI agent skills for Ruby on Rails development, plus 5 callable workflow skills. Organized by category: planning, testing, code-quality, ddd, engines, infrastructure, api, patterns, context, orchestration, and workflows. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and TDD automation.

96

Quality

96%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

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