geekx-skills: Instructions file for Codex

AGENTS.md

geekx-skills AGENTS.md is an instructions file for Codex, OpenCode from geekjourneyx/geekx-skills. It costs 1,157 tokens per session, scanned A, original, MIT.

Repository instructions for creating and maintaining Chinese-language skills in the geekx-skills collection.

In plain words
What is it for?
Use them when adding, editing, renaming, reviewing, documenting, or releasing a skill in that collection.
Why use it?
They set required folder names, files, evaluations, documentation rules, and review checks so new or changed skills meet the repository’s standards.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

This is geekjourneyx/geekx-skills's own configuration. It tells Codex and OpenCode how to work on geekx-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything geekx-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to geekjourneyx/geekx-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/geekjourneyx/geekx-skills/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/geekjourneyx/geekx-skills

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for geekx-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/geekjourneyx/geekx-skills/agents-md/github.svg)](https://agentmods.dev/instructions/geekjourneyx/geekx-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/geekjourneyx/geekx-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/geekjourneyx/geekx-skills/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for geekx-skills AGENTS.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/geekjourneyx/geekx-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/geekjourneyx/geekx-skills/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,157 This file is loaded in full into every session.
When invoked 1,157 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01157 $0.01157
Opus 5 $0.00579 $0.00579
Sonnet 5 $0.00231 $0.00231
Haiku 4.5 $0.00116 $0.00116

Measured 11d ago against content hash 5b77a774d720, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

geekx-skills AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

智能体指令

适用范围

这些指令适用于整个仓库。

仓库规则

  • skills/ 下的每个技能目录都必须以 geekx- 开头。
  • 每个技能目录都必须包含 SKILL.md
  • 每个 SKILL.mdname 字段必须与目录名一致。
  • 每个技能都必须包含 skills/<skill-name>/evals/evals.json
  • 技能文件必须聚焦。只有当 references/scripts/ 能减少重复工作时才添加。
  • 除非技能本身明确绑定某个运行时,否则不要加入运行时专属措辞。
  • SKILL.md 的描述、正文和评测说明默认使用中文;目录名、name、命令、工具名和固定协议值保持原样。
  • 不要添加 reviewwriterscope-review 这类泛名。

技能创建规则

每次新增或修改技能,都必须使用 skill-creator 工作流:

  1. 明确技能意图、触发条件、预期输出和成功标准。
  2. 写出最小可用的 SKILL.md
  3. 在认为技能完成前,添加真实可用的评测提示。
  4. 尽量让评测预期可检查。
  5. 保持技能正文简洁,把厚重材料移到 references/
  6. 新增、删除或改名技能时,同步更新 README 的「可用技能」表格。

缺少评测提示的技能不能合并。

Darwin 审查规则

发布前,以及每次有实质性技能改动后,都必须使用 darwin-skill 审查纪律:

  1. 执行运行时中立性扫描。
  2. 从 frontmatter、工作流清晰度、失败分支、检查点、具体性、资源集成、架构、真实输出风险、反模式覆盖等维度评分。
  3. 先修复 P0 级运行时漂移,再做其他优化。
  4. 每次编辑优先只改进一个维度。
  5. 当技能可能被拉偏时,添加明确失败分支。
  6. 根据验证结果保留或回滚,不根据个人偏好判断。
  7. 当下一次编辑只是在加字、没有改善行为时停止。

文档规则

  • README 和技能文档必须简洁。
  • README 默认使用中文;品牌名、命令、链接和机器标识保持原样。
  • 删除泛泛而谈的宣传、填充语和自我解释。
  • 优先写可执行命令和硬约束,少写解释。
  • 版本号以 package.json 为唯一来源;根目录 VERSION 必须与其一致。
  • 每次发布都必须更新 CHANGELOG.md
  • 发布流程只放在 AGENTS.md,README 只面向使用者。

文档防漂移规则

  • README 的「可用技能」表格必须与 skills/ 目录一致。
  • README 不要写死当前版本号、发布步骤、标签命令或内部审查流程。
  • AGENTS 是维护者规则的唯一入口;不要把同一条发布规则复制到 README。
  • CHANGELOG.md 只记录真实历史变更,不为了“当前命名”改写旧版本事实。
  • VERSIONpackage.jsonpackage-lock.json 的版本号必须一致。
  • 改名技能时,必须同时更新目录名、SKILL.mdnameevals/evals.jsonskill_name、README 表格和变更日志。
  • 每次文档或技能改动后,至少运行 npm run check:release

发布流程

每次发布前都必须执行以下流程:

  1. 更新 package.json 版本号。
  2. 用同一个版本号更新根目录 VERSION
  3. 用同一个版本号更新 package-lock.json
  4. CHANGELOG.md 添加匹配的 ## [x.y.z] - YYYY-MM-DD 条目。
  5. 运行 npm run check:release
  6. 运行 npm run pack:skills
  7. 提交发布改动。
  8. 创建发布标签:git tag -a vx.y.z -m "vx.y.z"
  9. 推送分支和标签:先 git push origin <branch>,再 git push origin vx.y.z
  10. 确认 GitHub release workflow 已上传 zip 产物。

如果 VERSIONCHANGELOG.mdnpm run check:release 任一不匹配,不要创建或推送发布标签。

工具语言规则

  • 这是技能仓库,不是 Node 应用。Node 只用于仓库工具。
  • 发布检查、JSON/frontmatter 解析、版本校验和打包使用 .mjs
  • 只有在不需要结构化解析时,才用 shell 做薄命令编排。
  • 发布产物不要依赖 zip 这类系统专属工具。
  • 仓库没有 TypeScript 构建/测试路径前,不要引入 TypeScript。

Read the full file on GitHub · 87 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 87 lines · 1,157 tokens per session scan A 5b77a774d720

Subscribe to this mod's changes

geekx-skills AGENTS.md is an instructions file published in the GitHub repository geekjourneyx/geekx-skills (24 stars, last pushed 3d ago), licensed MIT. It adds 1,157 tokens to every session, about $0.0058 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens