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
93%
Does it follow best practices?
Impact
96%
1.77xAverage score across 41 eval scenarios
Passed
No known issues
This documentation is the public map for the Rails Agent Skills library: 41 public Rails skills, 5 callable workflows, an MCP distribution, and the evaluation process used to keep the skills useful.
For the high-level project value proposition, start with the root README. For installation and runtime setup, use the MCP server README.
| If you are... | Use this |
|---|---|
| New to the project | load-context and Discovery & Context |
| Ready to build a feature | Development workflow |
| Reviewing code | Review workflow |
| Not sure where to start | skill-router |
| Installing the library | Implementation guide |
| Validating skill quality | Eval provenance and Skill optimization |
The repository uses a hybrid model to keep agent context focused:
code-review, plan-tests, or create-service-object. Agents load them on demand through the MCP use_skill tool or through an installed skill host.| Stage | Guide | Description | Primary skills |
|---|---|---|---|
| Discovery | Discovery & Context | Understand codebase and onboarding context | load-context, setup-environment |
| Planning | Planning & Design | PRDs, tasks, and domain language | create-prd, generate-tasks, define-domain-language |
| Setup | Setup & Configuration | CI/CD and infrastructure references | setup-environment |
| Development | Development | TDD and implementation | plan-tests, write-tests, triage-bug |
| Quality | Code Quality | Conventions, refactoring, and docs | apply-code-conventions, refactor-code, write-yard-docs |
| Review | Review & Validation | Review, security, and architecture | code-review, security-check, review-architecture |
| Engines | Engine Development | Building and releasing Rails engines | create-engine, release-engine |
Implementation code waits until a test exists, has run, and fails for the expected reason. This is the central quality rule across code-producing skills.
Skills are building blocks. Workflows define the sequence. Follow skill-router or the integration matrix when the next step is unclear.
Tessl validates publishable skills from tile.json using tessl-evals/. The upcoming ruby-skill-bench gem will use personal-evals/ for full-context skill and workflow validation. Root evals/ is generated Tessl staging output and should not be committed.
SKILL.md conventions.docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
scenario-15
scenario-16
scenario-17
scenario-18
scenario-19
scenario-20
scenario-21
scenario-22
scenario-23
scenario-24
scenario-25
scenario-26
scenario-27
scenario-28
scenario-29
scenario-30
scenario-31
scenario-32
scenario-33
scenario-34
scenario-35
scenario-36
scenario-37
scenario-38
scenario-39
scenario-40
scenario-41
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