CtrlK
BlogDocsLog inGet started
Tessl Logo

vkc-drizzle-schema-migration

Standardize Drizzle schema/migration/seed workflow for Viet K-Connect. Use when adding or changing DB tables, especially DB-driven visa rulesets and document templates (no hardcoding). (키워드= 드리즐, DB 스키마, 마이그레이션, seed, schema.ts, migrations)

84

Quality

81%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

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-crafted, project-specific skill description that clearly communicates its purpose and when to use it. The bilingual keyword list is a strong touch for trigger matching. The main weakness is that the specific actions could be more granular — listing concrete operations like 'generate migration files', 'write seed scripts', or 'define table schemas' would strengthen specificity.

Suggestions

Expand the capability list with more concrete actions, e.g., 'generate migration files, write seed scripts, define/update table schemas in schema.ts' to improve specificity.

DimensionReasoningScore

Specificity

Names the domain (Drizzle schema/migration/seed workflow) and some actions (adding or changing DB tables, visa rulesets, document templates), but doesn't list multiple concrete discrete actions like 'create migration files, generate seed data, update schema definitions'.

2 / 3

Completeness

Clearly answers both 'what' (standardize Drizzle schema/migration/seed workflow, handle DB-driven visa rulesets and document templates) and 'when' (when adding or changing DB tables, especially DB-driven visa rulesets and document templates) with explicit trigger guidance.

3 / 3

Trigger Term Quality

Includes strong natural keywords in both English and Korean: 'Drizzle', 'DB tables', 'migration', 'seed', 'schema.ts', '드리즐', 'DB 스키마', '마이그레이션'. The explicit keyword list covers common variations users would naturally use.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive — scoped to a specific project (Viet K-Connect), a specific ORM (Drizzle), and specific domain concepts (visa rulesets, document templates). Very unlikely to conflict with other skills.

3 / 3

Total

11

/

12

Passed

Implementation

72%

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

A concise, well-structured skill that clearly communicates project-specific Drizzle conventions and file ownership rules. Its main weaknesses are the lack of a concrete schema code example (e.g., a sample visa ruleset table) and missing validation/error-recovery steps in the migration workflow, which are important for database operations.

Suggestions

Add a concrete, executable code example showing a sample table definition in schema.ts (e.g., a visa ruleset or doc template table with indexes) to improve actionability.

Add validation checkpoints to the workflow: e.g., 'Review generated SQL in migrations/ before applying' and 'If migration fails: check error, fix schema, re-generate' to create a proper feedback loop for this destructive operation.

DimensionReasoningScore

Conciseness

Every line serves a purpose. No unnecessary explanations of what Drizzle is or how migrations work conceptually. Assumes Claude knows the tooling and focuses on project-specific conventions.

3 / 3

Actionability

Provides specific commands (npm run db:generate, db:migrate, db:seed) and file paths, but lacks executable code examples for schema definitions. A concrete example of a table definition in schema.ts (e.g., a visa ruleset table) would make this fully actionable.

2 / 3

Workflow Clarity

Steps are clearly sequenced (update schema → generate → apply → seed), but there are no validation checkpoints or error recovery steps. After generating/applying migrations, there's no 'verify the migration SQL' or 'if migration fails, do X' guidance, which is important for destructive DB operations.

2 / 3

Progressive Disclosure

Clean overview with a single well-signaled reference to a deeper rules/examples file. Content is appropriately split — the SKILL.md stays concise while pointing to drizzle-rules.md for detailed rules and examples.

3 / 3

Total

10

/

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.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

10

/

11

Passed

Repository
LEE-SANG-BOK/VKC-2-
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.