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.

write-model - Write database models using Epic architecture patterns

Creates Infrastructure layer Active Record database models providing standard CRUD operations with Drizzle ORM.

Tags

Updated: 2026-09-17

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create Active Record database models
  • Implement CRUD query methods
  • Handle database soft delete logic
  • Generate record UUIDs and timestamps

Inputs

  • Drizzle table schema
  • Model specification format
  • Database client

Outputs

  • TypeScript database model file
  • Exported model type definitions

Requirements

  • TypeScript environment
  • Drizzle ORM

Source

  • Spec: SKILL.md
database
drizzle-orm
epic-architecture
active-record
model
Create Active Record database models
Implement CRUD query methods
Handle database soft delete logic
Generate record UUIDs and timestamps
Drizzle table schema
Model specification format
Database client
TypeScript database model file
Exported model type definitions