Drizzle ORM schema design, relational queries, and migration patterns. Use when working with Drizzle ORM, writing database queries, or managing Drizzle migrations.
71
Quality
56%
Does it follow best practices?
Impact
100%
1.35xAverage score across 3 eval scenarios
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/framework/tech-drizzle/SKILL.mdQuality
Discovery
89%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a well-structured skill description that follows best practices with an explicit 'Use when...' clause and clear domain focus on Drizzle ORM. The main weakness is that the capabilities could be more granular—listing specific actions rather than broad categories would improve specificity. Overall, it's a strong description that would enable accurate skill selection.
Suggestions
Expand specificity by listing concrete actions like 'define tables and columns, create one-to-many and many-to-many relations, generate and run migration files'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (Drizzle ORM) and lists three areas (schema design, relational queries, migration patterns), but these are somewhat high-level categories rather than multiple specific concrete actions like 'define tables', 'create relations', 'generate migration files'. | 2 / 3 |
Completeness | Clearly answers both what (schema design, relational queries, migration patterns) AND when (explicit 'Use when...' clause with three trigger scenarios: working with Drizzle ORM, writing database queries, managing migrations). | 3 / 3 |
Trigger Term Quality | Includes natural keywords users would say: 'Drizzle ORM', 'database queries', 'Drizzle migrations', 'schema design'. These cover the main terms a user would naturally use when needing this skill. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive due to the specific 'Drizzle ORM' naming throughout. While 'database queries' is generic, the repeated Drizzle-specific context makes it unlikely to conflict with other database or ORM skills. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
22%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill file is a meta-template about how to use skills rather than actual Drizzle ORM guidance. It lacks any concrete code examples, schema patterns, migration commands, or Drizzle-specific instructions. The content describes triggering conditions and generic troubleshooting but provides no actionable technical value for working with Drizzle ORM.
Suggestions
Add concrete Drizzle schema code examples showing table definitions with relations (e.g., `pgTable`, `relations()` usage)
Include executable migration workflow with specific commands like `drizzle-kit generate` and `drizzle-kit migrate`
Replace the abstract 3-step workflow with Drizzle-specific steps including validation checkpoints (e.g., 'Run `drizzle-kit check` to validate schema')
Move the generic troubleshooting boilerplate to a shared location and use the space for actual Drizzle patterns and anti-patterns
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is relatively brief but contains boilerplate troubleshooting sections that don't add Drizzle-specific value. The actual technical guidance is deferred to an external rules index rather than being present. | 2 / 3 |
Actionability | No concrete code, commands, or executable examples are provided. The skill describes a workflow abstractly ('Apply the skill rules') but provides no actual Drizzle ORM code, schema examples, or migration commands. | 1 / 3 |
Workflow Clarity | The 3-step workflow is extremely vague ('Identify', 'Apply', 'Validate') with no specific validation steps, no concrete checkpoints, and no actual Drizzle-specific process guidance. | 1 / 3 |
Progressive Disclosure | References an external rules index which is appropriate structure, but the SKILL.md itself contains no substantive quick-start content. The overview is essentially empty of actual Drizzle guidance. | 2 / 3 |
Total | 6 / 12 Passed |
Validation
90%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 10 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
metadata_field | 'metadata' should map string keys to string values | Warning |
Total | 10 / 11 Passed | |
Table of Contents
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.