Skip to content
Critique/docs
Platform

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.

SurfaceURL
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 add style 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:

Publishing a skill

  1. Sign in at critique.sh.
  2. Open /skills/publish.
  3. Provide slug, title, description, category, and skill bundle content.
  4. 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.

MethodPathAuthPurpose
GET/api/skills/marketplacePublicList/search (q, category, sort, featured=1)
GET/api/skills/marketplace?mine=1SessionYour published skills
POST/api/skills/marketplaceSessionPublish or update a skill
GET/api/skills/marketplace/{slug}PublicSkill detail
GET/api/skills/marketplace/{slug}/bundlePublicInstallable bundle
GET/api/skills/marketplace/{slug}/downloadPublicDownload archive
POST/api/skills/marketplace/{slug}/installSessionRecord install (analytics)
GET/api/skills/marketplace/leaderboardPublic / scopedLeaderboard 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.