Registry
The Skillist registry lists public skills published by organizations. Each entry includes quality scores, eval uplift, compatible agents, tags, and install commands.
Web UI
Section titled “Web UI”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.
REST API
Section titled “REST API”GET https://api.skillist.dev/v1/registryGET https://api.skillist.dev/v1/registry/{org}/{repo}GET https://api.skillist.dev/v1/registry/facetsAdditional routes support stars, analytics, and subscriptions per skill. OpenAPI reference: api.skillist.dev/docs
Public skills are identified by org (organization slug) and repo (skill repo name). CLI and MCP use the same org/repo form.
MCP API
Section titled “MCP API”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.
Publishing
Section titled “Publishing”- Create an organization on Skillist
- Author a skill with
SKILL.mdandplugin.jsonper agentskills.io - Publish via dashboard or
skillist publish <org>/<repo> <dir> - Set visibility to
publicfor registry listing
After publish, delivery is available at skillist.dev/{org}/{repo}/SKILL.md with sub-10ms KV reads at the edge.
Featured skills
Section titled “Featured skills”See skillist.dev for curated picks and the skillist/registry-mcp demo skill.