CtrlK
BlogDocsLog inGet started
Tessl Logo

drizzle-orm

Drizzle ORM schema definition, type-safe queries, relational queries, CRUD operations, transactions, migrations with drizzle-kit, and database setup for PostgreSQL, MySQL, and SQLite. Use when defining database schemas, writing queries or joins, managing migrations, setting up a new Drizzle project, or working with drizzle-kit.

75

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

93%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A dense, highly actionable reference focused on non-obvious pitfalls and concrete commands, organized into two clear sections. The only gap is an explicit migration-failure feedback loop, which keeps workflow_clarity at 4 rather than 5.

Suggestions

Add an explicit migration failure feedback loop, e.g. after `check` or `migrate` fails: review the error, fix the schema (not the generated SQL), regenerate, and re-run until `check` passes.

Surface the `drizzle.config.ts` required fields (dialect, schema, out, dbCredentials.url) as a short ordered setup checklist so the 'set up a new Drizzle project' trigger maps to a concrete first-run sequence.

DimensionReasoningScore

Conciseness

Lean bullet points with no padding or explanation of concepts Claude already knows (e.g., what an ORM is); every line states a specific, non-obvious gotcha or command.

5 / 5

Actionability

Concrete executable guidance throughout — `drizzle(client, { schema })`, `db.transaction(async (tx) => …)`, `sql.placeholder('id')` + `.prepare('name')`, `ALTER TABLE users RENAME COLUMN old_name TO new_name;`, `postgres(url, { max: 1 })`, and the required `drizzle.config.ts` keys — covering the common cases copy-paste ready.

5 / 5

Workflow Clarity

Clear sequences exist (generate → review SQL → migrate; the two-migration non-nullable-column flow) with checkpoints like '`check` validates migration history consistency' and the destructive column-rename hand-off, but there is no explicit validate → fix → re-validate feedback loop for migration failures.

4 / 5

Progressive Disclosure

Under 50 lines with no external bundle files needed and two well-organized sections ('Gotchas', 'drizzle-kit'); the simple-skill exception applies, so well-organized sections alone warrant the top score.

5 / 5

Total

19

/

20

Passed

Description

92%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that names comprehensive concrete capabilities and pairs them with explicit, natural trigger guidance. Only minor improvement possible in trigger-term synonyms and file-extension coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'schema definition, type-safe queries, relational queries, CRUD operations, transactions, migrations with drizzle-kit, and database setup for PostgreSQL, MySQL, and SQLite' — giving comprehensive coverage of the tool's capabilities.

5 / 5

Completeness

Explicitly answers both 'what' (the enumerated capabilities) and 'when' via the 'Use when defining database schemas, writing queries or joins, managing migrations, setting up a new Drizzle project, or working with drizzle-kit' clause with concrete trigger phrases.

5 / 5

Trigger Term Quality

Good natural keywords a user would say ('database schemas', 'writing queries or joins', 'managing migrations', 'setting up a new Drizzle project', 'drizzle-kit'), but missing common synonyms and file extensions like drizzle.config.ts or .sql.

4 / 5

Distinctiveness Conflict Risk

Scoped to a named niche (Drizzle ORM) with distinct, tool-specific triggers, so overlap with other skills is minimal.

5 / 5

Total

19

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
monkilabs/opencastle
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.