What problem does it solve? Setting up role-based access control in DaaS applications requires coordinating roles, policies, access entries, and permissions across multiple entities, which is error-prone and tedious when done manually. ## Core Features & Use Cases - Complete RBAC Setup: Creates roles, policies, access links, and permission rules through DaaS MCP tools following the Role → Access → Policy → Permission hierarchy. - Dynamic Filter Patterns: Supports own_items, role_hierarchy, and public_read patterns using dynamic variables like $CURRENT_USER and $CURRENT_ROLES for item-level and field-level restrictions. - Scoped Role Assignment: Handles multi-tenancy through scope_config restrictions and scope-aware role assignment via resource_uri. - Use Case: When building a multi-role content app, use this Skill to create Editor and Viewer roles, link them to policies, and define permissions so editors manage all articles while viewers only read published ones. ## Quick Start Set up RBAC for my articles collection with an Editor role that has full access and a Viewer role that can only read published items.