What is epic-permissions?
Guide on RBAC system and permissions for Epic Stack Source: epicweb-dev/epic-stack.
Guide on RBAC system and permissions for Epic Stack
Quickly install epic-permissions AI skill to your development environment via command line
Source: epicweb-dev/epic-stack.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-permissionsGuide on RBAC system and permissions for Epic Stack Source: epicweb-dev/epic-stack.
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
https://github.com/epicweb-dev/epic-stack