·rails-controller-patterns
</>

rails-controller-patterns

ag0os/rails-dev-plugin

Rails controller patterns and conventions. Automatically invoked when working with controllers, routes, strong parameters, before_actions, or request handling. Triggers on "controller", "action", "routes", "routing", "strong params", "params.expect", "before_action", "respond_to", "RESTful", "CRUD", "redirect", "render".

3Installs·0Trend·@ag0os

Installation

$npx skills add https://github.com/ag0os/rails-dev-plugin --skill rails-controller-patterns

SKILL.md

| Action | HTTP Verb | Path | Purpose |

| index | GET | /posts | List all | | show | GET | /posts/:id | Show one | | new | GET | /posts/new | Form for new | | create | POST | /posts | Create | | edit | GET | /posts/:id/edit | Form for edit | | update | PATCH/PUT | /posts/:id | Update | | destroy | DELETE | /posts/:id | Delete |

Rails controller patterns and conventions. Automatically invoked when working with controllers, routes, strong parameters, before_actions, or request handling. Triggers on "controller", "action", "routes", "routing", "strong params", "params.expect", "before_action", "respond_to", "RESTful", "CRUD", "redirect", "render". Source: ag0os/rails-dev-plugin.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ag0os/rails-dev-plugin --skill rails-controller-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ag0os/rails-dev-plugin --skill rails-controller-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rails-controller-patterns?

Rails controller patterns and conventions. Automatically invoked when working with controllers, routes, strong parameters, before_actions, or request handling. Triggers on "controller", "action", "routes", "routing", "strong params", "params.expect", "before_action", "respond_to", "RESTful", "CRUD", "redirect", "render". Source: ag0os/rails-dev-plugin.

How do I install rails-controller-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ag0os/rails-dev-plugin --skill rails-controller-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ag0os/rails-dev-plugin