CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of 39 AI agent skills for Ruby on Rails development. Organized by category: planning, testing, code-quality, ddd, engines, infrastructure, api, patterns, context, orchestration, and workflows. Includes 5 callable workflow skills (rails-tdd-loop, rails-review-flow, rails-setup-flow, rails-quality-flow, rails-engines-flow) for complete development cycles. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and TDD automation.

95

1.20x
Quality

98%

Does it follow best practices?

Impact

95%

1.20x

Average score across 35 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

release-checklist.mdskills/engines/rails-engine-author/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