Content
47%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.
The skill is a thin, well-structured catalogue entry that points to an upstream bundle, but it offers little executable guidance: the single real command opens a URL and the actual install step is left vague. Workflow sequence is rough and lacks checkpoints.
Suggestions
Replace the generic `open https://github.com/figma/skills` with the concrete install step (e.g. the exact skills-directory path and the clone/copy commands) so the core action is executable.
Remove the verbatim duplication of the frontmatter description in the "What it does" section, or make it add new information.
Number the How-to-use steps explicitly (1. locate upstream paths, 2. install bundle into <skills dir>, 3. invoke via `figma-use` or a trigger) so the sequence and its checkpoints are unambiguous.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean at ~30 lines and assumes competence, but the "What it does" section duplicates the frontmatter description verbatim and the catalogue-mechanism explanation adds minor over-explanation. | 4 / 5 |
Actionability | Only one concrete command is given (`open https://github.com/figma/skills`); the core workflow step ("install the upstream bundle into your active agent's skills directory") is a high-level hint with no specific executable steps. | 2 / 5 |
Workflow Clarity | A rough sequence exists (inspect upstream -> install bundle -> invoke by name), but the central install step is undefined (no skills-directory path or command) and there are no checkpoints or validation. | 2 / 5 |
Progressive Disclosure | Clean, well-organized sections with a clearly signaled one-level-deep upstream reference, but navigation only points to a generic repo URL with a comment to "Inspect the upstream README for exact paths" rather than specific files. | 4 / 5 |
Total | 12 / 20 Passed |