Rails 8 conventions that keep production code changes consistent and reliable.
ethos-link/rails-conventions is a lightweight skill that encodes Rails 8 conventions for production-grade changes. It supplies clear rules that AI coding agents follow during edits, refactors, and deployments.
The skill works by injecting these conventions into the agent's context so every generated change respects Rails 8 idioms, configuration patterns, and deployment expectations. No additional runtime components are required.
It is intended for Rails teams that use AI agents to perform code modifications and want to maintain a uniform, production-safe style across the codebase.
Apply Rails 8 conventions automatically when an agent rewrites models, controllers, or background jobs.
Ensure every code change follows the same conventions so pull requests remain predictable and low-risk.
Load the conventions once so new AI agents immediately produce Rails 8 compliant edits without extra prompting.
# install CLI
gem install agent_skills
# validate
agent-skills validate ./skills/rails-conventions
# package
agent-skills pack ./skills/rails-conventions
# inspect metadata
agent-skills info ./skills/rails-conventionsYes, the conventions are written specifically for Rails 8 production changes.
Verified reviews from the community shape this listing's rating.
Loading reviews…