在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用supabase-rls-gen
Generate Supabase RLS policies from Prisma schema. Use when securing database.
星标0
分支0
更新时间2026年6月16日 19:15
SKILL.md
readonly菜单
Generate Supabase RLS policies from Prisma schema. Use when securing database.
| name | supabase-rls-gen |
| description | Generate Supabase RLS policies from Prisma schema. Use when securing database. |
Row Level Security is powerful but the policy syntax is tricky. This reads your schema and generates proper RLS policies.
One command. Zero config. Just works.
npx ai-supabase-gen ./prisma/schema.prisma
# Generate from Prisma
npx ai-supabase-gen ./prisma/schema.prisma
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-supabase-gen --help
Parses your Prisma schema to understand data models and relationships. Then generates appropriate RLS policies based on common access patterns.
MIT. Free forever. Use it however you want.