research-drizzle
Research Drizzle ORM patterns, queries, and PostgreSQL integration using Exa code search and Ref documentation
npx skills add majiayu000/claude-skill-registry --skill research-drizzle --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Process
- Common Research Topics
- Schema Definition
- Queries
- Relations
- Migrations
- Transactions
- Integration with Next.js
- Server Actions
- API Routes
- Server Components
- Performance Patterns
- Output Format
- When to Use
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.
