Ror Styleguide
Generates a ROR-style code style guide based on your project, improving consistency and maintainability for Ror projects.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ror-styleguide npx -- -y @trustedskills/ror-styleguide
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ror-styleguide": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ror-styleguide"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to the Ruby on Rails style guide. It allows AI agents to understand and apply consistent coding conventions within a Rails project, ensuring code readability and maintainability. The guide covers aspects like naming conventions, formatting rules, and best practices for writing clean Rails code.
When to use it
- When refactoring existing Ruby on Rails codebases to improve consistency.
- During the initial development of new Rails applications to enforce a standardized style from the start.
- To automatically format Ruby code according to established Rails conventions.
- For reviewing pull requests and providing feedback on adherence to the Rails style guide.
Key capabilities
- Provides access to the Ruby on Rails style guide.
- Supports consistent coding practices within Rails projects.
- Enforces naming conventions, formatting rules, and best practices.
Example prompts
- "What are the recommended naming conventions for controllers in a Rails application?"
- "Format this Ruby code according to the Rails style guide: [code snippet]"
- "Check this pull request for adherence to the Ruby on Rails style guide."
Tips & gotchas
The skill assumes familiarity with basic Ruby and Rails concepts. While it can enforce formatting, understanding why certain conventions exist is crucial for effective application of the style guide.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.