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
96%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Risky
Do not use without reviewing
Use this file when you need deeper chaining guidance than the summary table in SKILL.md.
Use before any structural change to create characterization tests.
Trigger: You cannot describe which test proves current behavior.
Hand-off artifact: A passing characterization spec that fails if behavior drifts.
Use when refactor findings indicate deeper boundary problems.
Trigger: Repeated leakage across models/controllers/services.
Hand-off artifact: Severity-ranked architecture findings and smallest credible next improvement.
Use after structural changes are complete and tests are green.
Trigger: You need an external quality pass on safety, readability, and Rails conventions.
Hand-off artifact: Review findings with remediation suggestions ordered by severity.
Use when extraction target is business workflow logic that does not belong in controller/model.
Trigger: Repeated orchestration or transaction flow is embedded in framework classes.
Hand-off artifact: Service object contract (.call), boundary rules, and migration sequence.
build
docs
mcp_server
skills
api
generate-api-collection
implement-graphql
code-quality
apply-code-conventions
apply-stack-conventions
assets
snippets
code-review
refactor-code
respond-to-review
review-architecture
security-check
context
load-context
setup-environment
ddd
define-domain-language
model-domain
review-domain-boundaries
engines
create-engine
create-engine-installer
document-engine
extract-engine
release-engine
review-engine
test-engine
upgrade-engine
infrastructure
implement-background-job
implement-hotwire
optimize-performance
review-migration
seed-database
version-api
orchestration
skill-router
patterns
create-service-object
implement-calculator-pattern
write-yard-docs
planning
create-prd
generate-tasks
plan-tickets
testing
plan-tests
test-service
triage-bug
write-tests
workflows