user-scoped-data-filtering

Provides patterns and guidance for implementing user-scoped data filtering and multi-tenancy in web applications. Use this skill when you need to: (1) Restrict data access based on user identity, (2) Implement ownership checks for database operations, (3) Build multi-tenant applications with organization-level data scoping, (4) Implement admin bypass for viewing all data, (5) Create audit trails for data access. This skill focuses on Python, FastAPI, and SQLAlchemy.

$ Installer

git clone https://github.com/MUmerRazzaq/fast-next-todo /tmp/fast-next-todo && cp -r /tmp/fast-next-todo/.claude/skills/user-scoped-data-filtering ~/.claude/skills/fast-next-todo

// tip: Run this command in your terminal to install the skill