actions-and-services
Installation
SKILL.md
Actions And Services
Actions and Services create application boundaries. Use them based on need, not because every controller method needs another layer.
When To Use An Action
Use an Action for one named use case:
CreateRecordApproveRecordCancelRecordGenerateRecordDocument
Actions fit workflows with clear input and output.