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: Migration scripts

Browse skills that produce this output.

  • workflow-feature-development - Feature Development Workflow
    workflowfeature-developmentarchitecturetesting

    ★ 602 · Updated 2026-09-10

    Provides a step-by-step workflow for developing new features from design to deployment.

    ⚙ Design feature architecture⚙ Define API contracts⚙ Break down implementation tasks
  • database - Expert Database Development and SQL Optimization
    databasesqlormsqlalchemy

    ★ 0 · Updated 2026-02-14

    Expert database development, SQL optimization, and schema management.

    ⚙ Design database schema⚙ Perform SQL queries⚙ Execute database migrations
  • sqlmodel-task-models - Define SQLModel database schema for Todo applications
    databaseschemasqlmodelpostgresql

    ★ 18 · Updated 2026-02-14

    Defines a robust, type-safe, and async-compatible database schema using SQLModel for Todo applications with Better Auth compatibility and PostgreSQL optimization.

    ⚙ Define user model aligned with Better Auth⚙ Define task model with CRUD operations⚙ Establish foreign key constraints