Home / krillinai / opencreator · AGENTS.md · GitHub

AGENTS.md agentsA

AGENTS.md is agent-read markdown (agents) from krillinai/opencreator.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# OpenCreator 项目级 Agent 规则

## 执行效率与最小充分验证铁律

### 总原则

- 铁律:验证范围必须与改动风险和实际影响范围匹配。不得把小型、局部、低风险修改默认升级为全量测试、完整构建、服务重启、端到端测试或桌面打包。
- 铁律:先完成最小范围的代码定位和修改,再执行能够证明本次改动正确的最小验证集。只有验证结果表明存在更大影响时,才允许逐级扩大范围。
- 铁律:不得因为仓库存在无关的历史失败、脏工作区或其他模块问题而主动扩大当前任务;与本次改动无关的问题只需记录,不得顺手排查或修复。
- 用户明确要求完整测试、构建、打包、发布或跨平台一致性验证时,按用户要求执行,不受下述默认分级限制。

### 风险分级

- P0 低风险修改:文案、样式微调、默认值、局部展示条件、测试断言等不改变 Runtime/API/持久化协议的改动。
  - 默认只执行相关文件检查、最接近的定向测试;TypeScript 代码按需执行对应包的 `typecheck`。
  - 默认不执行全量测试、生产构建、端到端测试、Desktop 打包或服务重启。
- P1 中风险修改:共享状态、业务逻辑、持久化行为、跨组件交互、Runtime 请求参数或公共组件改动。
  - 执行受影响模块的定向测试和对应包的 `typecheck`。
  - 仅在涉及编译边界、懒加载、资源产物或构建配置时执行生产构建。
  - 仅在真实交互无法由定向测试充分覆盖时增加浏览器验证。
- P2 高风险修改:Daemon/Runtime、协议、数据库迁移、进程管理、服务配置、构建打包、发布链路或明确的 Web/Desktop 一致性改动。
  - 执行相关集成测试、构建、服务重启和健康检查。
  - 只有任务涉及 Desktop 或交付包时才执行 Desktop 构建、打包及一致性门禁。

### 服务操作

- 前端源码在正在运行的 Vite 开发服务下能够热更新时,不得仅为使页面生效而重启 Web 服务。
- 只有服务端代码、启动配置、环境变量、进程依赖发生变化,热更新失败,服务未启动,或用户明确要求时,才停止或重启对应服务。
- 重启前先确认目标端口和进程命令;重启后只验证对应服务和直接依赖的健康状态,避免无关服务操作。

### 验证升级条件

- 定向测试失败且失败与本次改动相关。
- 改动触及共享公共层,无法通过局部测试覆盖主要调用方。
- 类型检查或构建结果暴露跨模块影响。
- 用户要求更高等级验证,或任务目标本身是发布、打包、全流程验收、跨平台一致性。

### 交付说明

- 完成时只报告实际执行的验证,不得用未执行的全量验证暗示项目整体无回归。
- 若最小验证集已覆盖本次改动,应及时交付,不得为了形式上的“更完整”继续运行低收益验证。
…

Read the whole file at its exact version.

How to install

Latest version
mdr add krillinai/opencreator/AGENTS.md@git:20260905.787dde7
Exact content
mdr add krillinai/opencreator/AGENTS.md@sha256:d8089d3fae29a106

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_wqdy3ql5ym6ugdpf.svg)](https://markdownregistry.com/a/art_wqdy3ql5ym6ugdpf)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260905.787dde7 latest2026-09-05 787dde7 11,440 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (11440 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

krillinai/opencreator · 12,250 stars · license Apache-2.0 · pushed 2026-09-23 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_wqdy3ql5ym6ugdpf
GET https://markdownregistry.com/api/v1/resolve?ref=krillinai/opencreator/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/d8089d3fae29a106a8528b3a9f9529c62aa2642e5caca662356b0c50d4e5ee90

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from krillinai/opencreator

oc-deploy skill
krillinai/opencreator · .codex/skills/oc-deploy/SKILL.md · 验证、诊断和发布 OpenCreator Desktop,包括本地实际 App 打包与 E2E、master 候选构建、GitHub Actions 故障定位及明确授权后的 tag Release。用于“打包…
git:20260920.1544e26 · audit B · 12,250 stars
oc-pr skill
krillinai/opencreator · .codex/skills/oc-pr/SKILL.md · 评估和处理 OpenCreator GitHub PR,先审查实际功能与风险,对不能合入的 PR 用英文反馈,并将满足门禁的 PR 合并到 develop。用于查看、评审或处理…
git:20260919.2e1775c · audit B · 12,250 stars
oc-verify skill
krillinai/opencreator · .codex/skills/oc-verify/SKILL.md · 验证 OpenCreator develop 分支的增量功能、共享集成和进入 master 前的源码门禁。用于“验证 develop”“检查合并后功能”“确认能否进 master”等请求;普通局部开发修改和实际 Desktop…
git:20260919.2e1775c · audit A · 12,250 stars
opencreator-runtime skill
krillinai/opencreator · apps/daemon/runtime/opencreator-runtime/SKILL.md · OpenCreator 内部 Creator Agent 的稳定运行规则,仅由应用自动安装和激活。
git:20260905.787dde7 · audit A · 12,250 stars
skill skill
krillinai/opencreator · packages/writing-templates/templates/community/khazix-writer/skill/SKILL.md
git:20260909.5c7320f · audit C · 12,250 stars
skill skill
krillinai/opencreator · packages/writing-templates/templates/community/research-paper-writing/skill/SKILL.md
git:20260909.5c7320f · audit C · 12,250 stars
skill skill
krillinai/opencreator · packages/writing-templates/templates/community/sun-style-writing/skill/SKILL.md
git:20260909.5c7320f · audit C · 12,250 stars
skill skill
krillinai/opencreator · packages/writing-templates/templates/official/insight/skill/SKILL.md
git:20260909.5c7320f · audit C · 12,250 stars
skill skill
krillinai/opencreator · packages/writing-templates/templates/official/news-analysis/skill/SKILL.md
git:20260909.5c7320f · audit C · 12,250 stars
skill skill
krillinai/opencreator · packages/writing-templates/templates/official/story/skill/SKILL.md
git:20260909.5c7320f · audit C · 12,250 stars
skill skill
krillinai/opencreator · packages/writing-templates/templates/official/tutorial/skill/SKILL.md
git:20260909.5c7320f · audit C · 12,250 stars
krillinai-cli skill
krillinai/opencreator · skills/krillinai-cli/SKILL.md · Use when an agent needs to build or operate the embedded KrillinAI CLI, choose a supported command, or interpret its…
git:20260907.d980113 · audit A · 12,250 stars

Every file in krillinai/opencreator

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade A, or by owner.