home/categories/architecture-patterns/gangwoolee-startup-community-rails-claude-skills-service-object-skill-md
architecture-patternsdevelopment

service-object

Generate service objects for complex business logic. Use when controller/model is too fat, multiple models interaction, external API calls, or says "extract logic", "create service", "business logic", "refactor controller", "complex operation".

GangWooLee
maintainer
GangWooLee
更新於 1/20/2026
星標
0
分支
0
quick start

Installation and usage

Generate service objects for complex business logic. Use when controller/model is too fat, multiple models interaction, external API calls, or says "extract logic", "create service", "business logic", "refactor controller", "complex operation".

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use service-object