Content
82%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 comprehensive, highly actionable contributing guide with concrete commands, JSON snippets, and a PR checklist. Its main weaknesses are repeated navigation/registration blocks that inflate length and validation positioned as a global checklist rather than inline feedback loops per workflow.
Suggestions
Deduplicate the repeated docs.json navigation-update and index.json registration JSON blocks into a single templated example referenced by each section to improve conciseness.
Embed an explicit validation step (e.g., 'run pnpm verify; fix errors; re-run until clean') within each numbered workflow instead of relying solely on the end-of-document checklist.
Consider moving the lengthy docs.json structure and MDX component reference into a references/ file so SKILL.md acts as a leaner overview with one-level-deep links.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is project-specific and avoids explaining concepts Claude already knows, but it repeats similar navigation-update JSON snippets (Spec Templates, Skills, Showcase) and index.json registration blocks across sections. Not 5 because those repeated blocks could be tightened or templated; not 3 because the material is genuinely necessary and not padded. | 4 / 5 |
Actionability | Provides copy-paste-ready commands (`cp showcase/template.mdx`, `npx skills add mindfold-ai/Trellis/marketplace -s your-skill`, `pnpm dev`), concrete JSON for index.json and docs.json registration, exact file paths, and frontmatter templates covering the common contribution cases. | 5 / 5 |
Workflow Clarity | Each contribution type has a numbered 1-5 sequence, and a 'Checklist Before PR' plus `pnpm verify` and husky/verify-docs.py pre-commit hooks provide validation checkpoints. Not 5 because validation is consolidated at the end rather than embedded as explicit feedback loops (validate -> fix -> retry) within each individual workflow. | 4 / 5 |
Progressive Disclosure | Content is organized into clear, navigable sections with well-signaled external links (Claude Code Skills docs, Mintlify docs). No bundle files (references/scripts/assets) exist, so there is nothing to progressively disclose; structure is good but the skill is a single monolithic file rather than an overview pointing to one-level-deep references. Not 5 because no reference files are used to split the substantial detail. | 4 / 5 |
Total | 17 / 20 Passed |