Creates service objects following single-responsibility principle with comprehensive specs. Use when extracting business logic from controllers, creating complex operations, implementing interactors, or when user mentions service objects or POROs.
88
83%
Does it follow best practices?
Impact
100%
1.19xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill explicitly implements payment processing: the Orders::CreateService lists "payment_gateway: Processes payment" in dependencies and "Charges payment method" under side effects. The implementation calls payment_gateway.charge(amount: ..., payment_method_id: ...), and the repository layout includes payments/charge_service.rb and refund_service.rb. These are specific payment gateway operations (charging/refunding), which constitute direct financial execution authority.
15fdeaf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.