Agent Skill Marketplace
Browse, publish, and install critique-review lenses for Critique Chat and portable agent runtimes.
The Agent Skill Marketplace is Critique’s directory of versioned critique-review skills — review protocols tuned for merge-ready PR analysis, not generic “be helpful” prompts.
| Surface | URL |
|---|---|
| Browse & search | /skills |
| Publish | /skills/publish (sign-in required) |
| Performance leaderboard | /skills/leaderboard |
| Official lens landing | /skills/critique-review |
What you get
- Portable bundles — Install into Critique Chat from the skills sheet, or use
npx skills addstyle bundles for Cursor, Claude, Codex, and other agents (download from each skill’s marketplace page). - Versioned listings — Public or unlisted skills; publishers ship new versions without breaking install links.
- Performance leaderboard — Ranks lenses using real outcomes: human acceptance, false-positive rate, actionable fixes, and post-merge incident correlation from finding feedback — not install counts alone.
- Org-internal mode — After sign-in, teams with a GitHub App installation can compare private leaderboard stats for their custom lenses without exposing repo detail on the public board.
Official critique-review skill
Critique ships a deep built-in critique-review protocol (adaptive depth, stack lenses, false-positive control). The same skill is:
- Available inside Critique Chat (skills sheet)
- Downloadable as Markdown from
/api/skills/critique-review - Open source at github.com/repath500/critique-review
Publishing a skill
- Sign in at critique.sh.
- Open /skills/publish.
- Provide slug, title, description, category, and skill bundle content.
- Choose public or unlisted, and whether stats appear on the global leaderboard.
Published skills appear in browse/search APIs and on /skills/[slug].
HTTP API (session auth)
Marketplace routes are signed-in or public read — not crt_ scoped today.
| Method | Path | Auth | Purpose |
|---|---|---|---|
GET | /api/skills/marketplace | Public | List/search (q, category, sort, featured=1) |
GET | /api/skills/marketplace?mine=1 | Session | Your published skills |
POST | /api/skills/marketplace | Session | Publish or update a skill |
GET | /api/skills/marketplace/{slug} | Public | Skill detail |
GET | /api/skills/marketplace/{slug}/bundle | Public | Installable bundle |
GET | /api/skills/marketplace/{slug}/download | Public | Download archive |
POST | /api/skills/marketplace/{slug}/install | Session | Record install (analytics) |
GET | /api/skills/marketplace/leaderboard | Public / scoped | Leaderboard rows |
For automation that needs passports or reviews, use Connections & Platform API with crt_ keys instead.
Model feedback and leaderboard quality
Optional anonymized model-feedback sharing (Control Board → Memory) feeds leaderboard signal when you opt in. Examples strip patches, file contents, and secrets before export. See Change control.