controller-patterns이란?
기존 Rails 컨트롤러를 검토 및 업데이트하고 전문적인 패턴과 모범 사례에 따라 새로운 컨트롤러를 생성하세요. RESTful 규칙, 인증 패턴, 적절한 오류 처리 및 유지 관리 가능한 코드 구성을 다룹니다. 출처: rolemodel/rolemodel-skills.
기존 Rails 컨트롤러를 검토 및 업데이트하고 전문적인 패턴과 모범 사례에 따라 새로운 컨트롤러를 생성하세요. RESTful 규칙, 인증 패턴, 적절한 오류 처리 및 유지 관리 가능한 코드 구성을 다룹니다.
명령줄에서 controller-patterns AI 스킬을 개발 환경에 빠르게 설치
출처: rolemodel/rolemodel-skills.
Purpose This skill helps AI agents review existing Rails controllers and generate new controllers following professional patterns and best practices. It covers RESTful conventions, authorization patterns, proper error handling, and maintainable code organization that can be applied to any Rails application.
Implement authorization checks for all actions that interact with resources. This example uses Pundit, but the pattern applies to any authorization framework (CanCanCan, ActionPolicy, etc.).
Use beforeaction to DRY up your controllers by extracting common setup logic.
기존 Rails 컨트롤러를 검토 및 업데이트하고 전문적인 패턴과 모범 사례에 따라 새로운 컨트롤러를 생성하세요. RESTful 규칙, 인증 패턴, 적절한 오류 처리 및 유지 관리 가능한 코드 구성을 다룹니다. 출처: rolemodel/rolemodel-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/rolemodel/rolemodel-skills --skill controller-patterns기존 Rails 컨트롤러를 검토 및 업데이트하고 전문적인 패턴과 모범 사례에 따라 새로운 컨트롤러를 생성하세요. RESTful 규칙, 인증 패턴, 적절한 오류 처리 및 유지 관리 가능한 코드 구성을 다룹니다. 출처: rolemodel/rolemodel-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/rolemodel/rolemodel-skills --skill controller-patterns 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/rolemodel/rolemodel-skills