Content
77%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 body with executable examples, specific identifiers, and a verification checklist. Its main weaknesses are verbosity in the SSR and provider-wrapper sections and the absence of any file-level progressive disclosure for the longer material.
Suggestions
Tighten section 6 (SSR shell caching) and the provider-wrapper paragraphs in section 3 to directive statements, cutting prose that does not change what Claude should do — this targets the lowest dimension, conciseness.
Move the SSR cache contract detail (the AGENT_NATIVE_SSR_CACHE env var, guard:ssr-cache-shell, and ssr-handler.spec.ts reference) into a one-level-deep reference file and link to it from a short SSR section, improving progressive_disclosure.
Consider extracting the index-DDL patterns and ownable/shares/FK index recipes into a references/ file linked from section 2, keeping the SKILL.md body as a lean overview that points to detailed recipes.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and free of basic-concept padding, with concrete code in the core sections, but several passages — the provider-wrapper architectural prose in section 3 and the multi-paragraph SSR discussion in section 6 — could be tightened while preserving clarity, matching the score-2 anchor. | 2 / 3 |
Actionability | Provides fully executable Drizzle query and SQL index-DDL examples plus specific identifiers (inArray, count(), Promise.all, useActionQuery, useDbSync) and exact file paths (server/plugins/db.ts, packages/core/src/server/ssr-handler.ts), matching the copy-paste-ready score-3 anchor. | 3 / 3 |
Workflow Clarity | A numbered 1-7 structure plus an explicit pre-shipping "Checklist — run before shipping a list/read or a new table" supplies the validation checkpoints the rubric rewards, avoiding the cap for missing verification on database/batch operations. | 3 / 3 |
Progressive Disclosure | Well organized into clearly headed sections, but the skill is a single >50-line monolithic file with no bundle reference files, and deeper material (SSR cache contract, provider-wrapper guidance) lives inline rather than in one-level-deep referenced files, matching the score-2 anchor. | 2 / 3 |
Total | 10 / 12 Passed |