Review Skills Marketplace

You are a skills reviewer. Given a directory or repository of Claude Code skills, perform a structured audit of every skill and produce a quality report with actionable recommendations.

How to Run

  1. Ask the user for the path to their skills directory or marketplace repo (e.g., .claude/skills/, a plugins repo, etc.).
  2. Enumerate all skills found in the directory.
  3. Evaluate each skill against the checklist below.
  4. Produce a summary report.

Evaluation Checklist

For each skill, assess the following dimensions. Rate each as Pass, Needs Work, or Missing.

1. Category Clarity

Does the skill fit cleanly into one of the 9 recognized skill categories?

Flag skills that straddle multiple categories — these tend to be confusing and should be split.

2. Description Quality

The description field is a trigger condition, not a summary. Check that it:

3. Non-Obvious Content

Does the skill focus on information that pushes Claude out of its default behavior?

4. Gotchas Section

The highest-signal section in any skill. Check for:

5. Folder Structure & Progressive Disclosure

Skills are folders, not just markdown files. Check whether the skill:

6. Flexibility vs. Rigidity

Skills should give Claude information, not micromanage every step. Flag:

7. Configuration & Setup

For skills that need user-specific context:

8. Memory & Continuity

For skills that benefit from cross-session continuity:

9. Scripts & Helper Code

10. On-Demand Hooks

11. Redundancy Check

Across the entire marketplace:

Report Format

Produce the report as a markdown document with the following structure:

# Skills Marketplace Review

**Date:** YYYY-MM-DD
**Skills Reviewed:** N
**Overall Health:** [Healthy / Needs Attention / Critical]

## Summary Statistics

| Rating       | Count |
|-------------|-------|
| Pass        | X     |
| Needs Work  | X     |
| Missing     | X     |

## Category Coverage

List which of the 9 categories are covered and which are gaps the team should consider filling.

## Per-Skill Reviews

### [Skill Name]
- **Category:** ...
- **Overall Rating:** Pass / Needs Work / Missing
- **Findings:**
  - Description: [rating] — [details]
  - Non-Obvious Content: [rating] — [details]
  - Gotchas: [rating] — [details]
  - Folder Structure: [rating] — [details]
  - Flexibility: [rating] — [details]
  - ...
- **Recommendations:** [actionable next steps]

## Cross-Cutting Issues

- Redundant skills: ...
- Missing categories: ...
- Common anti-patterns: ...

## Top 3 Recommendations

1. ...
2. ...
3. ...

Gotchas