Skip to content
Skillv1.0.0

apps

本目录是主仓库内置应用开发工作空间(普通目录,直接纳入版本控制)。若项目不使用多应用结构,可删除本目录,并在根 `AGENTS.md` 的「四大顶层区域」表中删除 `apps/` 对应行。

by xinetzone(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from xinetzone/SpecWeave (templates/agent-workspace-hub/apps/AGENTS.md). Install upstream with npx skills add xinetzone/SpecWeave --skill apps. Copyright stays with the author.

apps 应用区入口(可选区域)

本目录是主仓库内置应用开发工作空间(普通目录,直接纳入版本控制)。若项目不使用多应用结构,可删除本目录,并在根 AGENTS.md 的「四大顶层区域」表中删除 apps/ 对应行。

角色

作为 apps 区域智能体路由入口,按「应用路由表」进入对应应用,加载其子 AGENTS.md

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/xinetzone-specweave-apps/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

xinetzone-specweave-apps.ocm.jsonjson
{
  "ocm": "1",
  "id": "xinetzone-specweave-apps",
  "kind": "skill",
  "name": "apps",
  "description": "本目录是主仓库内置应用开发工作空间(普通目录,直接纳入版本控制)。若项目不使用多应用结构,可删除本目录,并在根 `AGENTS.md` 的「四大顶层区域」表中删除 `apps/` 对应行。",
  "publisher": "xinetzone",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "本目录是主仓库内置应用开发工作空间(普通目录,直接纳入版本控制)。若项目不使用多应用结构,可删除本目录,并在根 `AGENTS.md` 的「四大顶层区域」表中删除 `apps/` 对应行。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/xinetzone/SpecWeave",
      "path": "templates/agent-workspace-hub/apps/AGENTS.md",
      "ref": "dc813024469062eda37f04389d880f4f867b19ce",
      "url": "https://github.com/xinetzone/SpecWeave/blob/dc813024469062eda37f04389d880f4f867b19ce/templates/agent-workspace-hub/apps/AGENTS.md",
      "key": "xinetzone/SpecWeave/templates/agent-workspace-hub/apps/AGENTS.md"
    }
  },
  "instructions": "# apps 应用区入口(可选区域)\n\n本目录是主仓库内置应用开发工作空间(普通目录,直接纳入版本控制)。若项目不使用多应用结构,可删除本目录,并在根 `AGENTS.md` 的「四大顶层区域」表中删除 `apps/` 对应行。\n\n## 角色\n\n作为 apps 区域智能体路由入口,按「应用路由表」进入对应应用,加载其子 `AGENTS.md`。",
  "cost": {
    "context_tokens": 43
  }
}

Fetch it by URL: GET /api/v1/registry/xinetzone-specweave-apps/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.