Skip to content
Skillv1.0.0

route-spec

RouteSpec 是面向个人开发者的 AI 编码工作流技能套件,核心价值有二:

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

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

See reviews

About

Imported from GmwEnterprise/route-spec (AGENTS.md). Install upstream with npx skills add GmwEnterprise/route-spec. Copyright stays with the author.

简介

RouteSpec 是面向个人开发者的 AI 编码工作流技能套件,核心价值有二:

  • 通过功能路由图快速定位功能点对应的核心代码
  • 按任务规模选择合适的工作流,产出方案文档、执行计划或轻量执行备注

在其它项目使用

  1. npx skills add https://github.com/GmwEnterprise/route-spec
  2. (可选)若希望强制入口,在系统提示词加一句:"编码类任务请优先加载 route-lookup,再按其指引选择后续技能。"——此步非必需,技能默认按描述自动匹配触发。

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/gmwenterprise-route-spec-route-spec/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.

gmwenterprise-route-spec-route-spec.ocm.jsonjson
{
  "ocm": "1",
  "id": "gmwenterprise-route-spec-route-spec",
  "kind": "skill",
  "name": "route-spec",
  "description": "RouteSpec 是面向个人开发者的 AI 编码工作流技能套件,核心价值有二:",
  "publisher": "GmwEnterprise",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "RouteSpec 是面向个人开发者的 AI 编码工作流技能套件,核心价值有二:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/GmwEnterprise/route-spec",
      "path": "AGENTS.md",
      "ref": "3d9389cb054e8c09324e75b107cb302e837f02e0",
      "url": "https://github.com/GmwEnterprise/route-spec/blob/3d9389cb054e8c09324e75b107cb302e837f02e0/AGENTS.md",
      "key": "GmwEnterprise/route-spec/AGENTS.md"
    }
  },
  "instructions": "## 简介\n\nRouteSpec 是面向个人开发者的 AI 编码工作流技能套件,核心价值有二:\n\n- 通过**功能路由图**快速定位功能点对应的核心代码\n- 按任务规模选择合适的工作流,产出方案文档、执行计划或轻量执行备注\n\n## 在其它项目使用\n\n1. `npx skills add https://github.com/GmwEnterprise/route-spec`\n2. (可选)若希望强制入口,在系统提示词加一句:\"编码类任务请优先加载 `route-lookup`,再按其指引选择后续技能。\"——此步非必需,技能默认按描述自动匹配触发。",
  "cost": {
    "context_tokens": 69
  }
}

Fetch it by URL: GET /api/v1/registry/gmwenterprise-route-spec-route-spec/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.