drizzle

0
B

Drizzle ORM patterns for PostgreSQL schemas, queries, migrations, and Zod integration. Triggers on drizzle, pgTable, db.select, db.insert, migration.

CommandsAgentsMarketplace
#Drizzle ORM#Zod integration#drizzle#Foreign keys#drizzle description#Zod#Foreign#ORM

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install settlemint/agent-marketplace/drizzle
skilz install settlemint/agent-marketplace/drizzle --agent opencode
skilz install settlemint/agent-marketplace/drizzle --agent codex
skilz install settlemint/agent-marketplace/drizzle --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/settlemint/agent-marketplace
2. Copy the agent skill directory:
cp -r agent-marketplace/devtools/skills/drizzle ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

B
Score: 81/100 Click to see breakdown

Score Breakdown

Spec Compliance
13/15
PDA Architecture
24/30
Ease of Use
22/25
Writing Style
8/10
Utility
17/20
Modifiers: -3

Areas to Improve

  • Missing numbered workflow steps
  • Template duplication with quick_start
  • No TOC for 270-line file

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your drizzle skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 81/100, solid B-grade territory. This is based on Anthropic's skill best practices. Your strongest area is Ease of Use (22/25)—the metadata triggers and discoverability are really well done. Weakest area is Progressive Disclosure Architecture (24/30)—mainly because the file could be more efficiently layered and you're missing some navigation helpers for a ~270-line file.

What's Working Well

  • Trigger phrases are sharp. You've got specific intent triggers like "create table" alongside artifact triggers like "pgTable" and even regex patterns for code detection. That's the kind of discoverability that actually helps agents find your skill.
  • Templates are practical. The two template files (table-schema.ts.md and migration.ts.md) give concrete starting points, and your quick_start section includes real code examples with placeholders. People can actually copy-paste and iterate.
  • Problem-solving is focused. You're tackling real Drizzle pain points: type exports, timezone handling, migration conflicts. Not abstract fluff—actual developer headaches.

The Big One: Missing Workflow Steps

Right now your quick_start shows code snippets but doesn't walk through the actual sequence. You jump from "here's Drizzle" to "here's a table definition" without the middle steps.

Why it matters: Developers using your skill want to know: fetch docs → create schema file → define table → export types → generate migration. That's the workflow.

The fix: Add a numbered workflow section before the code examples. Something like:

1. Use MCPSearch to fetch Drizzle docs
2. Create a new schema file (e.g., schema.ts)
3. Define your table using ...

AI-Detected Topics

Extracted using NLP analysis

Drizzle ORM Zod integration drizzle Foreign keys drizzle description Zod Foreign ORM migrations ORM patterns

Report Security Issue

Found a security vulnerability in this agent skill?