·epic-permissions
</>

epic-permissions

Guide on RBAC system and permissions for Epic Stack

13Installs·0Trend·@epicweb-dev

Installation

$npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-permissions

How to Install epic-permissions

Quickly install epic-permissions AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-permissions
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: epicweb-dev/epic-stack.

SKILL.md

View raw

Explicit is better than implicit - Always explicitly check permissions. Don't assume a user has access based on implicit rules or hidden logic. Every permission check should be visible and clear in the code.

Epic Stack uses an RBAC (Role-Based Access Control) model where:

@@unique([action, entity, access]) in schema - explicit permission structure

Guide on RBAC system and permissions for Epic Stack Source: epicweb-dev/epic-stack.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-permissions
Category
</>Dev Tools
Verified
First Seen
2026-03-05
Updated
2026-03-11

Browse more skills from epicweb-dev/epic-stack

Quick answers

What is epic-permissions?

Guide on RBAC system and permissions for Epic Stack Source: epicweb-dev/epic-stack.

How do I install epic-permissions?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-permissions Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/epicweb-dev/epic-stack