Rails Best Practices Skill
Description
A Claude Agent Skill providing comprehensive Rails best practices from rails-bestpractices.com
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Rails Best Practices Skill
A Claude Agent Skill that provides comprehensive Rails best practices sourced from [rails-bestpractices.com](https://rails-bestpractices.com/).
What is This?
This is a **Claude Agent Skill** - a specialized knowledge package that helps Claude review, analyze, and generate Ruby on Rails code following community best practices. **This skill is automatically invoked for both code review and code generation** when Claude is working with Ruby on Rails code.
Quick Start
Install for Claude Code
mkdir -p ~/.claude/skills
cp -r rails_best_practices ~/.claude/skills/rails-best-practices
See [QUICK_START.md](QUICK_START.md) for 3-step installation.
Features
When enabled, Claude will automatically:
- ✅ Use
Time.zone.nowinstead ofTime.now - ✅ Check
savereturn values or usesave! - ✅ Avoid
default_scopeanti-patterns - ✅ Prevent N+1 query problems
- ✅ Use strong parameters in controllers
- ✅ Follow Rails conventions
- ✅ Apply security best practices
- ✅ Optimize database queries
- ✅ And much more!
Installation
- Claude Code: See INSTALL.md
- Claude Apps: Enable in Settings → Skills
- API: Include in Messages API requests
Sharing with Community
Want to share this skill with other developers?
**See [HOW_TO_SHARE.md](HOW_TO_SHARE.md) for complete step-by-step instructions!**
Quick version:
- Create GitHub repository
- Submit to Anthropic Skills Marketplace (when available)
- Share with Rails community
Documentation
- SKILL.md - Main skill description
- QUICK_START.md - 3-step installation
- INSTALL.md - Detailed installation guide
- HOW_TO_SHARE.md - Complete sharing guide ⭐
- DEVELOPER_GUIDE.md - Developer contribution guide
- CONTRIBUTING.md - How to contribute improvements
- INDEX.md - Complete practices index
- **[USA
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11