drizzle
Drizzle ORM patterns for PostgreSQL schemas, queries, migrations, and Zod integration. Triggers on drizzle, pgTable, db.select, db.insert, migration.
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 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplace cp -r agent-marketplace/devtools/skills/drizzle ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 81.0
Agent Skill Grade
B
Score: 81/100
Click to see breakdown
Score Breakdown
Areas to Improve
- Quick start shows code snippets but no step-by-step workflow for common scenarios
- Table schema template repeats content already in quick_start section
- File exceeds 100 lines but lacks table of contents for navigation
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/18/2026
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 pgTable()
4. Export types for TypeScript safety
5. Generate and run migrations
This would bump your Ease of Use from 22→24 and PDA from 24→25.
Other Things Worth Fixing
Add a TOC at the top. At 270 lines, a brief table of contents (even 5-6 sections) helps navigation. Right now someone has to scroll to find the "Gotchas" or "Commands" sections.
Reduce template duplication. Your table-schema template mostly repeats what's already in quick_start. Make the template more about variations and edge cases, let quick_start own the canonical example.
Call out the MCP fallback. Your MCPSearch reference is great, but what if MCP tools aren't available? Add a note pointing to https://orm.drizzle.team/docs as the fallback.
Tighten some writing. A few sentences are still a bit descriptive (like "'near-zero overhead'"). Keep it tighter—you're mostly there, just a few edges to trim.
Quick Wins
- Add 5-step numbered workflow → +2 points
- Add TOC → +1 point
- Reduce template redundancy → +1 point
- Note MCP fallback → +1 point
You're very close to an A. These are all small structural improvements that would push you to 85+.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?