prefab-interior-skills: Instructions file for Codex

AGENTS.md

prefab-interior-skills AGENTS.md is an instructions file for Codex, OpenCode from eiway112/prefab-interior-skills. It costs 972 tokens per session, scanned A, original, MIT.

A project guide for developing and maintaining a collection of skills for prefabricated interior construction. It explains the repository layout, shared governance documents, and the different locations where skills are developed, loaded, and mirrored.

In plain words
What is it for?
Use it when editing this project, changing shared governance files, or synchronizing skills between the development repository and the Qoder runtime.
Why use it?
It helps an agent find the correct source files and follow the required approval and synchronization process before changing shared rules.

Instructions file for CodexOpenCode

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

This is eiway112/prefab-interior-skills's own configuration. It tells Codex and OpenCode how to work on prefab-interior-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 prefab-interior-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to eiway112/prefab-interior-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/eiway112/prefab-interior-skills/master/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/eiway112/prefab-interior-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 prefab-interior-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/eiway112/prefab-interior-skills/agents-md/github.svg)](https://agentmods.dev/instructions/eiway112/prefab-interior-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/eiway112/prefab-interior-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/eiway112/prefab-interior-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 prefab-interior-skills AGENTS.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/eiway112/prefab-interior-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/eiway112/prefab-interior-skills/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 972 This file is loaded in full into every session.
When invoked 972 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.00972 $0.00972
Opus 5 $0.00486 $0.00486
Sonnet 5 $0.00194 $0.00194
Haiku 4.5 $0.00097 $0.00097

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

Security

Grade A, and why

prefab-interior-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 9d 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 · 55 lines

What it actually says

AGENTS.md — 装配式装修技能开发

本文件是跨对话协作的入口锚点(核心 C1)。它不定义规则,只告诉你规则在哪: 变更定级与审批的唯一事实源是 _专题_技能合集策划/change-governance.md,本文件与其冲突时以该文件为准。

项目定位

装配式装修技能合集的开发与治理主仓(L1 开发源)。技能本体发布到 Qoder 运行时,本仓持有策划稿、治理文件、备份镜像与全过程记录。

  • 远端:https://github.com/eiway112/prefab-interior-skills.gitorigin/master
  • 2026-08-30 自 D:\QoderWork-Files\_项目工作\ 迁入本工作区顶层,.git 随迁、历史完整(94 提交)

目录结构

装配式装修技能开发/
├── AGENTS.md                ← 本文件(C1)
├── .gitignore               ← C5
├── README.md / CHANGELOG.md / LICENSE
├── _专题_技能合集策划/       ← 治理文件 L1 开发源(7 份 shared 治理文件在此)
├── _专题_隔墙技能策划/ _专题_墙面技能策划/
├── _专题_吊顶技能策划/ _专题_楼地面技能策划/ _专题_ACE开发/
│                            ← 各子技能策划稿、QA 基线与红线草案
├── 技能仓备份/              ← 运行时技能的仓内镜像(sync_skill_backup.py 产物,勿手改)
├── 程序文件/                ← C2:三个校验器(见下)
├── 成果/ 文档/ 记录/        ← C3:交付物 / 方案文档 / 67 份执行记录
└── 素材/                    ← 空占位

三层结构(必须理解后再动手)

位置 性质
L1 开发源 本仓 _专题_技能合集策划/ 可编辑
L2 运行时 SOT ~/.qoder/skills/ 技能实际被加载处,唯一事实源
L3 只读镜像 ~/.qoder/skills/shared/ 治理文件镜像

同步流程与验收步骤见运行时技能 prefab-governance-sync定级(S/A/B/C)与审批看 change-governance.md,不看该技能

改任何共享治理文件前

  1. change-governance.md §一定义表 + §二流程,先查先例再定级(环境路径/BOM/换行类修正属 C 级,可由发起人直接执行并登记)
  2. 改完必须:技能仓备份/ 同步 → 三份 change-governance.md 镜像哈希一致 → 登记 CG 编号
  3. 历史 CG 行与 记录/CHANGELOG.md 中的旧路径不改写(属当时事实快照)

验收门禁(改完必须实跑,不接受"应该没问题")

命令 当前基线
python 程序文件/validate_governance.py 总评 PASS,通过 165 / 失败 0 / 警告 0,exit 0
python 程序文件/ace_regression_test.py Ran 90 tests,OK
python 程序文件/sync_skill_backup.py ~/.qoder/skills/ 运行时技能回写 技能仓备份/ 镜像。未验证基线:CG-20260829-001 ⑤ 记其 同步说明.md 哈希清单失准、待重跑

validate_governance.py 从本体算数不硬编码计数;sr_ic07_compliance_test.py 等硬编码计数的脚本是盲区,红线注册类变更须回扫。

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. 9d ago First seen · 55 lines · 972 tokens per session scan A 8438c9557cc3

Subscribe to this mod's changes

prefab-interior-skills AGENTS.md is an instructions file published in the GitHub repository eiway112/prefab-interior-skills (4 stars, last pushed 7d ago), licensed MIT. It adds 972 tokens to every session, about $0.0049 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-31.

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

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

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

deepseek-harness AGENTS.md

AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.

deepseek-ai/deepseek-harness · 3,735 tokens