{
  "name": "api.kisliy.space",
  "endpoints": {
    "GET /skills": "Claude Code skills with install commands",
    "GET /skills/:name": "one skill",
    "GET /skills/:name/install": "sh script that installs the skill into ~/.claude/skills",
    "GET /install": "sh script that installs every skill",
    "GET /apps": "macOS apps with their latest version and install commands",
    "GET /apps/:id": "latest release manifest (what the in-app updater reads)",
    "GET /apps/:id/download": "zip of the latest build",
    "GET /apps/:id/install": "sh script that installs or updates the app in /Applications",
    "GET /apps/install": "sh script that installs or updates every app"
  }
}
