LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills with output: Database schema changes

Browse skills that produce this output.

  • tg-migrations - Django Migration Best Practices for World of Darkness
    djangodatabase-migrationspythonschema-changes

    ★ 602 · Updated 2026-09-19

    Guidelines and patterns for Django data migrations, schema changes, migration squashing, and testing in the World of Darkness application.

    ⚙ Plan multi-step database migrations⚙ Create idempotent data migrations⚙ Squash historical Django migrations
  • supabase-migrations - Create and manage Supabase database migrations
    supabasedatabasemigrationmcp

    ★ 602 · Updated 2026-09-10

    Create and manage Supabase database migrations, tables, schemas, and RLS policies using MCP tools.

    ⚙ Apply DDL changes⚙ Execute SQL queries⚙ List existing tables
  • planetscale-cli-skills - PlanetScale CLI command reference and database workflows
    planetscalepscaledatabasecli

    ★ 33 · Updated 2026-09-09

    Provides command references, workflows, and automation scripts for managing PlanetScale databases via pscale CLI.

    ⚙ Create and manage database branches⚙ Create and deploy schema deploy requests⚙ Manage PlanetScale databases and shell sessions
  • entity-framework - Entity Framework Core Database Access and Migrations
    databaseormmigrationspostgresql

    ★ 211 · Updated 2026-02-23

    Handles Entity Framework Core database access, migrations, and repository patterns for PostgreSQL.

    ⚙ Create DbContext classes⚙ Write migration scripts⚙ Implement repository patterns