Skip to content
Skillv1.0.0

data

data 协作规范

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

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

See reviews

About

Imported from BankBro/clash2feedback_gc (data/AGENTS.md). Install upstream with npx skills add BankBro/clash2feedback_gc --skill data. Copyright stays with the author.

data 协作规范

1. 目录职责

  • raw_complexes/: 原始 protein, ligand 和 metadata, 默认不改写.
  • processed/: 阶段 0 生成的 clean complexes.
  • splits/: train, val, test 划分和划分报告.
  • benchmarks/: 阶段 2 和阶段 8 的失败样本基准.
  • candidate_pools/: 阶段 5 排序器和适配器训练用候选池.
  • cache/: 可删除缓存.

2. 数据规则

  • 不提交大型数据文件, checkpoint, 运行日志或本地缓存.
  • .gitkeep 只用于保留空目录, 有真实文件后可按需要删除.
  • 修改原始数据前必须确认任务明确要求, 并记录来源和处理方式.
  • 生成数据时优先写入版本化子目录, 例如 v0_1/.
  • 数据格式, manifest 字段和验收标准应在相关实现或报告中保持可追溯.

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/bankbro-clash2feedback-gc-data/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.

bankbro-clash2feedback-gc-data.ocm.jsonjson
{
  "ocm": "1",
  "id": "bankbro-clash2feedback-gc-data",
  "kind": "skill",
  "name": "data",
  "description": "data 协作规范",
  "publisher": "BankBro",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "data 协作规范"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/BankBro/clash2feedback_gc",
      "path": "data/AGENTS.md",
      "ref": "ccba02bf6e17c46e89dfec3dd1e1f5e64e4c0842",
      "url": "https://github.com/BankBro/clash2feedback_gc/blob/ccba02bf6e17c46e89dfec3dd1e1f5e64e4c0842/data/AGENTS.md",
      "key": "BankBro/clash2feedback_gc/data/AGENTS.md"
    }
  },
  "instructions": "# data 协作规范\n\n## 1. 目录职责\n\n- `raw_complexes/`: 原始 protein, ligand 和 metadata, 默认不改写.\n- `processed/`: 阶段 0 生成的 clean complexes.\n- `splits/`: train, val, test 划分和划分报告.\n- `benchmarks/`: 阶段 2 和阶段 8 的失败样本基准.\n- `candidate_pools/`: 阶段 5 排序器和适配器训练用候选池.\n- `cache/`: 可删除缓存.\n\n## 2. 数据规则\n\n- 不提交大型数据文件, checkpoint, 运行日志或本地缓存.\n- `.gitkeep` 只用于保留空目录, 有真实文件后可按需要删除.\n- 修改原始数据前必须确认任务明确要求, 并记录来源和处理方式.\n- 生成数据时优先写入版本化子目录, 例如 `v0_1/`.\n- 数据格式, manifest 字段和验收标准应在相关实现或报告中保持可追溯.",
  "cost": {
    "context_tokens": 113
  }
}

Fetch it by URL: GET /api/v1/registry/bankbro-clash2feedback-gc-data/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.