CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of 41 public AI agent skills for Ruby on Rails development. Organized by category: planning, testing, code-quality, ddd, engines, infrastructure, api, patterns, context, and orchestration. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and TDD automation. Repository workflows remain documented in GitHub but are intentionally excluded from the Tessl tile.

95

1.77x
Quality

93%

Does it follow best practices?

Impact

96%

1.77x

Average score across 41 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

EXAMPLES.mdskills/patterns/write-yard-docs/

YARD Tag Examples

Use this file as the canonical reference for common YARD tags used by this skill.

@param

Document each parameter with its type and purpose.

# @param plan_id [Integer] ID of the target plan

@return

Document the return type and, when relevant, the shape of the response.

# @return [Hash] Result with :success and :response keys

@raise

Document one tag per exception class that can be raised.

# @raise [InvalidPlanError] when the plan does not exist or is inactive
# @raise [PaymentGatewayError] when the payment provider rejects the charge

skills

README.md

server.json

tile.json