ShowUskills
ShowUskills skill registry
ShowUskills is a Cloudflare-first registry for free AI agent skills. It combines public pages, R2-hosted zip downloads, D1 catalog data, Vectorize recommendations, MCP search, and aggregate analytics.
Registry architecture
The public site is built as static pages on Cloudflare Pages. Skill packages are stored in R2, download links are served through a Worker, and structured catalog data is stored in D1.
Vectorize supports recommendation and semantic retrieval, while the MCP Worker exposes search and detail tools for local agents.
Why staged publishing matters
The raw library is much larger than the public catalog, but not every raw skill should become a public page immediately. Staged publishing prevents duplicated, thin, or risky content from flooding the site.
Each batch must pass local and live gates: package generation, R2 upload, Pages deploy, D1 import, Vectorize upsert, MCP smoke, and GEO page validation.
How growth is measured
Private analytics reports track aggregate page views, downloads, site search, category filters, MCP calls, top skills, top categories, zero-access pages, and high-access low-download pages.
Those signals drive future batches and GEO sprints so the registry grows around real demand rather than random inventory.