Content
76%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A tight, highly actionable config skill with an executable example and a complete plugin table. Its main weakness is workflow validation: for a destructive/batch codegen tool, an explicit post-generate verification step and error-recovery loop would lift workflow clarity above the cap of 3.
Suggestions
Add an explicit validation/checkpoint step after `kubb generate` (e.g. typecheck the generated output and confirm expected files exist before wiring into the app), plus an error-recovery loop ('if generate output is missing or malformed, re-run with --verbose, fix the config, and regenerate') to lift workflow_clarity above the destructive/batch cap of 3.
Trim the opening paragraph and the 'What It Does' section, which restate the frontmatter description and 'When to Use'; merging them would push conciseness to 5.
Consider extracting the full per-plugin dependency and option details into a separate reference file linked from the plugins section, which would push progressive_disclosure to 5.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely lean and efficient (a complete config example, terse 'Rules that matter' bullets, a dense plugin table), but the opening paragraph and 'What It Does' section partly restate the frontmatter description, which could be trimmed. | 4 / 5 |
Actionability | Fully executable: a copy-paste-ready kubb.config.ts, concrete CLI commands (kubb validate, kubb init with --input/--output/--plugins, kubb generate --verbose --watch), and a complete plugin mapping table plus common combinations. | 5 / 5 |
Workflow Clarity | A clear 4-step workflow (validate -> init -> generate -> typecheck) is present with input validation and a typecheck step, but the destructive generate path (output.clean wipes the output dir) lacks an explicit validate-after-generate checkpoint and error-recovery loop; the rubric caps destructive/batch skills missing feedback loops at 3. | 3 / 5 |
Progressive Disclosure | Well-organized sections (When to Use, Shape of a config, Available plugins, Workflow) with clear signaling and a one-level-deep Related Skills pointer; per-plugin Options are deferred to installed type declarations and docs pages, though no separate reference file holds the bulk plugin details. | 4 / 5 |
Total | 16 / 20 Passed |