Audita seguridad de base de datos Supabase: RLS policies, roles, funciones SECURITY DEFINER, exposición de API keys, views sin security_invoker, y previene fugas de datos entre niños y padres por role mal configurado.
Klerith/open-daycare
SkillsMP has collected 4 skills from Klerith/open-daycare. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 2
- GitHub forks
- 1
Skills in this repository
Showing 4 of 4 collected skills.
Detects, creates, and applies Supabase database migrations from specs. Scans specs/database/ and all specs for DB changes, compares against existing migrations, generates missing migration files, applies them via MCP, and validates the result.
Implements an approved spec. Validates that the state means "Approved" (in any language), creates a git branch named after the spec, switches to it, and starts the implementation step by step with pauses to review diffs.
Designs and develops specs following the spec-driven method. Asks clarifying questions before proposing structure, and builds the spec section by section. Use it when starting a large feature, before writing code.