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".
maintainer
GangWooLee
Updated 1/20/2026
Stars
0
Forks
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".
Installation
$ install --globalskills.sh
Usage
Once installed, you can use this skill by running the following command in your terminal:
skills use service-object