Skip to content
Open app

Registry

The Skillist registry lists public skills published by organizations. Each entry includes quality scores, eval uplift, compatible agents, tags, and install commands.

Browse at skillist.dev/registry.

Skill detail pages use GitHub-style URLs:

https://skillist.dev/{org}/{repo}

Example: skillist.dev/skillist/web-perf-audit

Detail pages show eval history, MCP server config (when declared in plugin.json), install snippets, and a Run card for skills with hosted scripts.

See Delivery URLs for SKILL.md, meta, and bundle paths.

GET https://api.skillist.dev/v1/registry
GET https://api.skillist.dev/v1/registry/{org}/{repo}
GET https://api.skillist.dev/v1/registry/facets

Additional routes support stars, analytics, and subscriptions per skill. OpenAPI reference: api.skillist.dev/docs

For in-agent discovery, use Registry MCP at https://api.skillist.dev/mcp. Tools accept org and repo parameters and return apex delivery URLs in install help responses.

  1. Create an organization on Skillist
  2. Author a skill with SKILL.md and plugin.json per agentskills.io
  3. Publish via dashboard or skillist publish <org>/<repo> <dir>
  4. Set visibility to public for registry listing

After publish, delivery is available at skillist.dev/{org}/{repo}/SKILL.md with sub-10ms KV reads at the edge.

See skillist.dev for curated picks and the skillist/registry-mcp demo skill.