Agent skill · Documentation

research-drizzle

Research Drizzle ORM patterns, queries, and PostgreSQL integration using Exa code search and Ref documentation

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-drizzle --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/research-drizzle/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Research Drizzle ORM Patterns Use this skill when you need to: - Learn Drizzle ORM query patterns - Understand schema definitions and migrations - Research relations and joins - Find transaction patterns - Learn type-safe query building ## Process 1. **Identify Database Need** - Schema design, queries, or migrations? - Relations, joins, or transactions? - Performance optimization? 2. **Search Documentation (Ref)** ``` Query patterns: - "Drizzle ORM [feature] PostgreSQL" - "Drizzle schema relations" - "Drizzle query builder" - "Drizzle migrations" ``` 3. **Find Implementation Examples (Exa)** ``` Query patterns: - "Drizzle ORM PostgreSQL schema definition example" - "Drizzle query relations join implementation" - "Drizzle transaction rollback example" - "Drizzle migration file structure" ``` 4. **Verify Type Safety** - Check TypeScript integration - Review inferred types - Validate query safety ## Common Research Topics ### Schema Definition ```typescript // Documentation Query: "Drizzle ORM schema definition PostgreSQL types" // Code examples Query: "Drizzle pgTable schema relations foreign keys example" ``` ### Queries ```typescript // Documentation Query: "Drizzle query builder

What's inside
Steps it walks through
  1. Process
  2. Common Research Topics
  3. Schema Definition
  4. Queries
  5. Relations
  6. Migrations
  7. Transactions
  8. Integration with Next.js
  9. Server Actions
  10. API Routes
  11. Server Components
  12. Performance Patterns
  13. Output Format
  14. When to Use
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research-drizzle skill do?

Research Drizzle ORM patterns, queries, and PostgreSQL integration using Exa code search and Ref documentation

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-drizzle --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going