home/categories/backend/thibautbaissac-rails-ai-agents-claude-37signals-skills-crud-patterns-skill-md
backenddevelopment

crud-patterns

Generates RESTful controllers mapping any action to CRUD by creating new resources instead of custom actions. Use when adding features, creating controllers, designing routes, or handling state changes via REST. WHEN NOT: Non-REST APIs (use api-patterns), view/template work (use turbo-patterns), or model business logic (use model-patterns).

ThibautBaissac
maintainer
ThibautBaissac
更新日 3/26/2026
スター
486
フォーク
58
quick start

Installation and usage

Generates RESTful controllers mapping any action to CRUD by creating new resources instead of custom actions. Use when adding features, creating controllers, designing routes, or handling state changes via REST. WHEN NOT: Non-REST APIs (use api-patterns), view/template work (use turbo-patterns), or model business logic (use model-patterns).

インストール
$ install --globalskills.sh
使い方

インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:

skills use crud-patterns