{
  "name": "kurashizu skill portal",
  "description": "Aggregates documentation references for agent skills across projects. Each entry describes a skill and how to access its source of truth via an access block. Visit /docs to learn how to maintain this skill portal.",
  "skills": [
    {
      "name": "cf-blog",
      "description": "Documentation for cf-blog - publishing workflow and upload API.",
      "access": {
        "type": "url",
        "url": "https://api.github.com/repos/kurashizu/cf-blog/contents/docs",
        "hint": "Fetch files from the url to discover available documentation. Each entry includes a download_url to read file content."
      }
    },
    {
      "name": "backup-unsw",
      "description": "Backup and sync UNSW course project files. Use this when working with UNSW assignments, project files, or coursework backups.",
      "access": {
        "type": "command",
        "command": "gh repo view kurashizu/backup-unsw",
        "hint": "Use the gh CLI to interact with this private repo. Start with the provided command to view the README."
      }
    }
  ]
}