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

release-checklist.mdskills/engines/create-engine/assets/

Engine Release Checklist

  • Bump version in engine's version.rb
  • Update CHANGELOG.md with user-facing changes
  • Run full test suite for engine and host integration
  • Verify dummy app boots and mounts the engine
  • Ensure migrations are namespaced and reversible
  • Build gem locally and smoke-test gem install
  • Update README with mount/initializer instructions
  • Tag release and push release notes
  • Publish gem to Rubygems (or internal registry)

Use bundle exec rake build and gem push as appropriate.

skills

README.md

tile.json