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)
Installs
1
First Seen
Jun 17, 2026
actions — coeus-ventures/epic-web