**claude-on-rails**
Description
[](https://badge.fury.io/rb/claude-on-rails) [](https://github.com/obie/claude-on-rails/actions/workflows/main.yml)
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
ClaudeOnRails
[](https://badge.fury.io/rb/claude-on-rails) [](https://github.com/obie/claude-on-rails/actions/workflows/main.yml)
A Rails development framework that leverages [claude-swarm](https://github.com/parruda/claude-swarm) to create an intelligent team of AI agents specialized in different aspects of Rails development.
Instead of managing personas manually, ClaudeOnRails automatically orchestrates a swarm of specialized agents that work together like a real development team. Simply describe what you want to build, and the swarm handles the rest.
How It Works
ClaudeOnRails creates a team of specialized AI agents:
- Architect: Coordinates development and makes high-level decisions
- Models: Handles ActiveRecord, migrations, and database design
- Controllers: Manages routing and request handling
- Views: Creates UI templates and manages assets
- Services: Implements business logic and service objects
- Tests: Ensures comprehensive test coverage
- DevOps: Handles deployment and infrastructure
Each agent works in their specific domain (directory) and can collaborate with other agents to implement complex features.
Installation
Add to your Rails application's Gemfile:
group :development do
gem 'claude-on-rails'
end
Then run:
bundle install
rails generate claude_on_rails:swarm
During generation, you'll be offered to set up Rails MCP Server for enhanced documentation access. Simply press Y when prompted!
This will:
- Analyze your Rails project structure
- Optionally set up Rails MCP Server (recommended)
- Generate a customized swarm configuration
- Create agent-specific prompts
- Set up your development environment
For detailed setup instructions, see [SETUP.md](./SETUP.md).
Usage
Start Your Development Swarm
# In your Rails project directory
claude-swarm
Natural Language Development
...
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