bknd-row-level-security
✓Use when implementing row-level security (RLS) in Bknd. Covers filter policies, user ownership patterns, public/private records, entity-specific RLS, multi-tenant isolation, and data-level access control.
Installation
SKILL.md
Implement data-level access control using filter policies to restrict which records users can access.
UI steps: Admin Panel > Auth > Roles > Select role
| effect: "filter" | Apply row-level filtering (not allow/deny) | | filter | Query conditions added to every request | | @user.id | Variable replaced with current user's ID |
Use when implementing row-level security (RLS) in Bknd. Covers filter policies, user ownership patterns, public/private records, entity-specific RLS, multi-tenant isolation, and data-level access control. Source: cameronapak/bknd-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-row-level-security- Source
- cameronapak/bknd-skills
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is bknd-row-level-security?
Use when implementing row-level security (RLS) in Bknd. Covers filter policies, user ownership patterns, public/private records, entity-specific RLS, multi-tenant isolation, and data-level access control. Source: cameronapak/bknd-skills.
How do I install bknd-row-level-security?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-row-level-security Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/cameronapak/bknd-skills
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01