{
  "site": {
    "id": "sakanano-cloud-skills",
    "name": "Agents Init Plugin",
    "description": "可安装的项目初始化与持续项目运行时。",
    "version": "0.3.2",
    "updated_at": "2026-08-13",
    "homepage": "./index.html",
    "future_domain": "skill.sakanano.moe"
  },
  "plugin": {
    "manifest": "./plugin.json",
    "mcp": "./mcp.json",
    "version": "5.2.2",
    "install_unit": "repository-root",
    "agent_install": "./INSTALL.md",
    "llms": "./llms.txt",
    "bootstrap_and_init": "./scripts/bootstrap_and_init.py"
  },
  "skills": [
    {
      "id": "agents-init",
      "name": "agents-init v5.2 / Project Profile 初始化器",
      "description": "创建或迁移项目骨架；写入前验证同包 project-runtime。",
      "version": "5.2.0",
      "status": "stable",
      "entrypoints": {
        "browser": "./skills/agents-init/index.html",
        "agent": "./skills/agents-init/SKILL.md",
        "metadata": "./skills/agents-init/skill.json",
        "template": "./skills/agents-init/AGENT.template.md"
      }
    },
    {
      "id": "project-runtime",
      "name": "project-runtime / 项目运行时",
      "description": "按项目契约统一编排生命周期与 Agent 能力。",
      "version": "1.3.3",
      "status": "stable",
      "entrypoints": {
        "browser": "./skills/project-runtime/index.html",
        "agent": "./skills/project-runtime/SKILL.md",
        "metadata": "./skills/project-runtime/skill.json",
        "reference": "./skills/project-runtime/references/capability-config.md"
      }
    }
  ]
}
