什麼是 epic-permissions?
Epic Stack RBAC 系統與權限指南 來源:epicweb-dev/epic-stack。
Epic Stack RBAC 系統與權限指南
透過命令列快速安裝 epic-permissions AI 技能到你的開發環境
來源: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
Epic Stack RBAC 系統與權限指南 來源:epicweb-dev/epic-stack。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-permissionsEpic Stack RBAC 系統與權限指南 來源:epicweb-dev/epic-stack。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-permissions 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/epicweb-dev/epic-stack