Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong, highly actionable skill with excellent workflow clarity and concrete executable commands throughout. Its main weakness is length — at ~250 lines with no supporting bundle files, it packs a lot of content (including Stripe plan details and extensive troubleshooting) into a single file that could benefit from splitting into focused reference documents. The security practices and working agreement sections are well-crafted guardrails.
Suggestions
Extract the Stripe Projects section and Pro plan details into a separate STRIPE_INTEGRATION.md reference file to reduce the main skill's token footprint.
Consider moving the Troubleshooting section into a separate TROUBLESHOOTING.md file, referenced from the main skill with a one-line pointer.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is generally efficient and avoids explaining basic concepts Claude already knows, but it's quite long (~250 lines) with some redundancy — e.g., the token lookup steps repeat similar grep/export patterns multiple times, and the deployment section covers many overlapping scenarios that could be condensed. The Stripe Projects section and Pro plan details feel like they could be in a separate reference file. | 2 / 3 |
Actionability | Nearly every instruction includes concrete, copy-paste-ready bash commands. The skill provides specific commands for each scenario (token lookup, linking, deploying, env vars, domains, inspection) with clear flags and arguments. The security guidance (don't use --token flag) includes both bad and good examples. | 3 / 3 |
Workflow Clarity | The skill has a clear sequential flow: locate token → locate project/team → install CLI → deploy. Decision trees are well-structured (e.g., 'Quick Deploy' vs 'Full Deploy Flow', git push vs CLI deploy). Validation checkpoints are present (check env first, verify with `vercel whoami`, inspect deployments, check build logs). The 'ask before pushing' and 'default to preview' constraints serve as safety gates. | 3 / 3 |
Progressive Disclosure | The content is well-organized with clear headers and logical sections, but it's entirely monolithic — the Stripe Projects plan details, the `.vercel/` directory explanation, and the troubleshooting section could reasonably be split into separate reference files. With no bundle files provided, there's no progressive disclosure structure at all, and the single file is quite long. | 2 / 3 |
Total | 10 / 12 Passed |