{
  "name": "skill agregator",
  "description": "Aggregates documentation references for agent skills across projects. Each entry provides a url pointing to a GitHub API directory listing. Agents should call url to discover available files (each entry includes a download_url), then fetch content directly from those download_url links.",
  "skills": [
    {
      "name": "cf-blog",
      "url": "https://api.github.com/repos/kurashizu/cf-blog/contents/docs",
      "description": "Documentation for cf-blog - publishing workflow and upload API."
    }
  ]
}