rails-controllers

Community

RESTful Rails controllers with thin logic.

Authorstephendolan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill promotes RESTful controller design, thin controllers, and domain-model-driven behavior.

Core Features & Use Cases

  • Resources Over Verbs: Prefer resources and nested controllers over custom actions.
  • Thin Controllers: Delegate complex behavior to models/services.
  • Error Handling & Authorization: Centralized patterns for authorization and error responses.

Quick Start

Add a thin controller action that delegates to a model method and redirects appropriately.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rails-controllers
Download link: https://github.com/stephendolan/dotfiles/archive/main.zip#rails-controllers

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository