Skip to content
Skillv1.0.0

codex

这是 Codex 版模板。Codex 会自动读取本文件作为项目规范入口。

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

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

See reviews

About

Imported from 7487/Harness_Loop_Coding (codex/AGENTS.md). Install upstream with npx skills add 7487/Harness_Loop_Coding --skill codex. Copyright stays with the author.

AGENTS

这是 Codex 版模板。Codex 会自动读取本文件作为项目规范入口。

执行前请阅读:

  • docs/TODO.md
  • docs/STATE.md
  • docs/FEEDBACK.md
  • docs/MEMORY.md

项目初始化后请补充:

  • 项目目标
  • 技术栈
  • 编码规则

工作流约定:

  • bug_fix/ 下未归档的 .md 文件优先于普通 TODO
  • 每轮只处理一个当前任务
  • 只有任务真实完成时才勾选 docs/TODO.md
  • 每轮结束必须更新 docs/STATE.md
  • 循环执行入口是 scripts/codex_loop.sh

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/7487-harness-loop-coding-codex/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.

7487-harness-loop-coding-codex.ocm.jsonjson
{
  "ocm": "1",
  "id": "7487-harness-loop-coding-codex",
  "kind": "skill",
  "name": "codex",
  "description": "这是 Codex 版模板。Codex 会自动读取本文件作为项目规范入口。",
  "publisher": "7487",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "这是 Codex 版模板。Codex 会自动读取本文件作为项目规范入口。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/7487/Harness_Loop_Coding",
      "path": "codex/AGENTS.md",
      "ref": "0328568a3e182e27f25fec85fc23e88b779fe9b4",
      "url": "https://github.com/7487/Harness_Loop_Coding/blob/0328568a3e182e27f25fec85fc23e88b779fe9b4/codex/AGENTS.md",
      "key": "7487/Harness_Loop_Coding/codex/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\n这是 Codex 版模板。Codex 会自动读取本文件作为项目规范入口。\n\n执行前请阅读:\n- `docs/TODO.md`\n- `docs/STATE.md`\n- `docs/FEEDBACK.md`\n- `docs/MEMORY.md`\n\n项目初始化后请补充:\n- 项目目标\n- 技术栈\n- 编码规则\n\n工作流约定:\n- `bug_fix/` 下未归档的 `.md` 文件优先于普通 TODO\n- 每轮只处理一个当前任务\n- 只有任务真实完成时才勾选 `docs/TODO.md`\n- 每轮结束必须更新 `docs/STATE.md`\n- 循环执行入口是 `scripts/codex_loop.sh`",
  "cost": {
    "context_tokens": 78
  }
}

Fetch it by URL: GET /api/v1/registry/7487-harness-loop-coding-codex/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.

codex - Skill - OpenSmartRoute