actions
Installation
SKILL.md
Actions
Overview
This skill creates server actions that follow the Epic three-layer architecture. Actions belong to the Backend layer and handle authentication, validation, and orchestration of model calls.
Architecture Context
Frontend: Hooks call actions
|
v
Backend: Actions (auth + validation + orchestration)
|
v
Infrastructure: Models (database operations)