Row Level Security patterns for database operations. Use when writing any database query, creating API routes that access data, implementing webhooks that write to the database, or working with user data. Enforces withUserContext, withAdminContext, or withSystemContext helpers. NEVER use direct ORM/DB calls without RLS context wrappers.
$npx -y skills add bybren-llc/safe-agentic-workflow --skill rls-patternsInstalls into the current project.
Run `npx skills use "https://github.com/bybren-llc/safe-agentic-workflow" --skill "bybren-llc/safe-agentic-workflow/rls-patterns"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/bybren-llc/safe-agentic-workflow" that are relevant to the current task. Run `npx skills add "https://github.com/bybren-llc/safe-agentic-workflow"` and select the relevant skills, then follow their instructions.