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/drizzleskilz install settlemint/agent-marketplace/drizzle --agent opencodeskilz install settlemint/agent-marketplace/drizzle --agent codexskilz install settlemint/agent-marketplace/drizzle --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
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-marketplacecp -r agent-marketplace/devtools/skills/drizzle ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
answer-engine-optimization
by alirezarezvani
> Professional Answer Engine Optimization for Marketers & SEO Specialists
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
agile-product-owner
by alirezarezvani
Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and...
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
B Score: 81/100 Click to see breakdown
Score Breakdown
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
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.