{
  "name": "skillslap_migration_writer",
  "description": "Generate production-ready Supabase migration SQL following SkillSlap conventions: RLS policies, audit triggers, idempotent guards, and rollback safety. Give it a feature description and get a migration file back.",
  "input_schema": {
    "type": "object",
    "properties": {}
  }
}