Layered Rails Skills
Description
Skills based on the Layered Rails book and beyond
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
Layered Rails Skills
Design and review Rails applications using layered architecture principles from the [Layered Design for Ruby on Rails Applications](https://www.packtpub.com/en-us/product/layered-design-for-ruby-on-rails-applications-9781806114221) book.
The bundled plugins and slash commands target [Claude Code](https://docs.anthropic.com/en/docs/claude-code), while the core skill content (`SKILL.md` + workflows + references + examples) is also usable from other environments such as Codex.
**Install (recommended — full plugin with commands and sub-agents):**
/plugin marketplace add palkan/layered-rails-skills
/plugin install layered-rails@layered-rails-skills
**Commands:**
| Command | Purpose |
|---|---|
/layered-rails:analyze |
Full codebase architecture analysis |
/layered-rails:analyze-services |
Audit app/services/ — conventions, clusters, layer hygiene, test consequences |
/layered-rails:analyze-callbacks |
Score model callbacks, find extraction candidates |
/layered-rails:analyze-gods |
Find god objects via churn x complexity |
/layered-rails:review |
Review code changes for layer violations |
/layered-rails:spec-test |
Run specification test on specific files |
/layered-rails:plan [goal] |
Plan incremental adoption of layered patterns |
/layered-rails:archspec |
Generate and verify an Archspec.rb enforcing layer boundaries in CI |
**Install via [skills.sh](https://skills.sh/) (skill content only — no slash-command bindings):**
npx skills add palkan/layered-rails-skills --skill layered-rails
skills.sh delivers the `skills/layered-rails/` tree — `SKILL.md`, `workflows/`, `references/`, and `examples/`. The `/layered-rails:*` slash commands and the `layered-rails-planner` / `layered-rails-reviewer` sub-agent registrations are not part of the skill spec and won't be copied, but every workflow they wrap is in `workflows/` and can be invoked by name in plain language ("run the layered-r
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