Skip to content
Skillv1.0.0

tools

Tools Directory

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

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

See reviews

About

Imported from architectcgz/ctf (tools/AGENTS.md). Install upstream with npx skills add architectcgz/ctf --skill tools. Copyright stays with the author.

Tools Directory

  • tools/ 存放项目工程工具入口,不承担 hook、README、AGENTS 和 harness 治理默认直接调用的稳定入口职责。
  • 这里的命令可以被 scripts/harness/checks/、文档流程或操作者显式调用,但默认不作为提交门禁的公开入口命名空间。
  • 新增工具前,先判断它是不是应该成为稳定入口:
    • 如果主要面向 hook、review、doctor、workflow、README 常驻命令,放回 scripts/ 顶层并纳入稳定入口清单。
    • 如果主要是工程辅助、同步、依赖准备、端到端演练或一次命令型工具,优先放在 tools/
  • tools/ 下的可执行文件必须同步登记到 harness/policies/script-layer-manifest.json,由脚本层治理检查机械校验。

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/architectcgz-ctf-tools/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.

architectcgz-ctf-tools.ocm.jsonjson
{
  "ocm": "1",
  "id": "architectcgz-ctf-tools",
  "kind": "skill",
  "name": "tools",
  "description": "Tools Directory",
  "publisher": "architectcgz",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Tools Directory"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/architectcgz/ctf",
      "path": "tools/AGENTS.md",
      "ref": "602b3f46b8a84d41aa5cff56242dd90e4fa1c64d",
      "url": "https://github.com/architectcgz/ctf/blob/602b3f46b8a84d41aa5cff56242dd90e4fa1c64d/tools/AGENTS.md",
      "key": "architectcgz/ctf/tools/AGENTS.md"
    }
  },
  "instructions": "# Tools Directory\n\n- `tools/` 存放项目工程工具入口,不承担 hook、README、AGENTS 和 harness 治理默认直接调用的稳定入口职责。\n- 这里的命令可以被 `scripts/`、`harness/checks/`、文档流程或操作者显式调用,但默认不作为提交门禁的公开入口命名空间。\n- 新增工具前,先判断它是不是应该成为稳定入口:\n  - 如果主要面向 hook、review、doctor、workflow、README 常驻命令,放回 `scripts/` 顶层并纳入稳定入口清单。\n  - 如果主要是工程辅助、同步、依赖准备、端到端演练或一次命令型工具,优先放在 `tools/`。\n- `tools/` 下的可执行文件必须同步登记到 `harness/policies/script-layer-manifest.json`,由脚本层治理检查机械校验。",
  "cost": {
    "context_tokens": 101
  }
}

Fetch it by URL: GET /api/v1/registry/architectcgz-ctf-tools/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.