Skip to content
Skillv1.0.0

projects

Projects server boundary

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

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

See reviews

About

Imported from Peiiii/nextclaw (packages/nextclaw-server/src/features/projects/AGENTS.md). Install upstream with npx skills add Peiiii/nextclaw --skill projects. Copyright stays with the author.

Projects server boundary

  • 本目录只拥有 Projects 的 HTTP 输入校验、状态码映射和公共 API 类型;产品语义一律调用 kernel 的 Projects 公共合同。
  • 不在 controller 中解析配置、文件、Skills 或会话正文,也不扫描目录、拼装材料投影或维护第二份缓存与状态。
  • 工作项写路由只做输入校验、actor 归一化与错误映射,必须调用 kernel 的 ProjectWorkManager,不得建立第二份持久化或生命周期语义。

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/peiiii-nextclaw-projects/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.

peiiii-nextclaw-projects.ocm.jsonjson
{
  "ocm": "1",
  "id": "peiiii-nextclaw-projects",
  "kind": "skill",
  "name": "projects",
  "description": "Projects server boundary",
  "publisher": "Peiiii",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Projects server boundary"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Peiiii/nextclaw",
      "path": "packages/nextclaw-server/src/features/projects/AGENTS.md",
      "ref": "7ed225587faad5606decc53c69fdd9bd6fa9739e",
      "url": "https://github.com/Peiiii/nextclaw/blob/7ed225587faad5606decc53c69fdd9bd6fa9739e/packages/nextclaw-server/src/features/projects/AGENTS.md",
      "key": "Peiiii/nextclaw/packages/nextclaw-server/src/features/projects/AGENTS.md"
    }
  },
  "instructions": "# Projects server boundary\n\n- 本目录只拥有 Projects 的 HTTP 输入校验、状态码映射和公共 API 类型;产品语义一律调用 kernel 的 Projects 公共合同。\n- 不在 controller 中解析配置、文件、Skills 或会话正文,也不扫描目录、拼装材料投影或维护第二份缓存与状态。\n- 工作项写路由只做输入校验、actor 归一化与错误映射,必须调用 kernel 的 `ProjectWorkManager`,不得建立第二份持久化或生命周期语义。",
  "cost": {
    "context_tokens": 63
  }
}

Fetch it by URL: GET /api/v1/registry/peiiii-nextclaw-projects/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.