project-blueprint: Instructions file for Codex

AGENTS.md

project-blueprint AGENTS.md is an instructions file for Codex, OpenCode from shuguang1994/project-blueprint. It costs 3,189 tokens per session, scanned A, original, MIT.

Project instructions for an open-source Markdown package that helps create development standards, documentation, delivery pipelines, testing rules, and Git conventions for new projects. It includes a seven-step workflow and a library of reference material.

In plain words
What is it for?
Use them when updating the blueprint, checking its installation and documentation, or maintaining its GitHub and Gitee release workflow.
Why use it?
They give an AI coding assistant a defined project identity and working procedure when the repository itself has no program to build or test.

Instructions file for CodexOpenCode

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

This is shuguang1994/project-blueprint's own configuration. It tells Codex and OpenCode how to work on project-blueprint 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 project-blueprint configures →

Reuse

Borrowing it

Nothing to install: this file belongs to shuguang1994/project-blueprint. 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/shuguang1994/project-blueprint/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/shuguang1994/project-blueprint

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 project-blueprint AGENTS.md

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

Your own site · 80×15
<a href="https://agentmods.dev/instructions/shuguang1994/project-blueprint/agents-md"><img src="https://agentmods.dev/badge/instructions/shuguang1994/project-blueprint/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3,189 This file is loaded in full into every session.
When invoked 3,189 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.03189 $0.03189
Opus 5 $0.01595 $0.01595
Sonnet 5 $0.00638 $0.00638
Haiku 4.5 $0.00319 $0.00319

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

Security

Grade A, and why

project-blueprint 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 · 178 lines

How it starts

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

Project Blueprint 项目开发规范 (AGENTS.md)

AI 编程助手的强制开发规范。v1.0 | 2026-08-01 AI 工具: Trae | 加载: always_applied


一、项目身份

  • 项目: Project Blueprint — 为新项目一键建立完整 AI 编程规范体系(AGENTS.md + 文档骨架 + CI/CD + 测试制度 + Git 规范)的开源 AI Agent 技能包。
  • 形态: 纯 Markdown 项目,无代码、无构建、无测试、无运行依赖。核心逻辑为 SKILL.md(7 Step 流程),配套 references/ 知识库。
  • 技术栈: Markdown (SKILL.md 格式) + 70+ 组件知识库 + MCP 工具知识库 + WebSearch 联网回退
  • 版本: v1.7.1(语义化版本,tag 发布)
  • 仓库: GitHub origin = https://github.com/shuguang1994/project-blueprint / Gitee gitee = https://gitee.com/shuguang1994/project-blueprint
  • 作者: 曙光 (shuguang1994) | License: MIT
  • 安装: npx skills add shuguang1994/project-blueprint(国际)/ npx skills add https://gitee.com/shuguang1994/project-blueprint.git(国内)/ dsh plugin --profile web add 'github:shuguang1994/project-blueprint'(DeepSeek Harness)

二、常用命令

# 本仓库无编译/测试命令,常用操作为 Git 双远程推送:
git add <files>                                # 暂存(按文件逐一添加,勿 git add -A)
git commit -m "<type>(<scope>): <description>" # 提交
git push origin main                           # 推送 GitHub
git push gitee main --tags                     # 推送 Gitee 镜像 + 版本标签
git fetch origin && git fetch gitee            # 同步双远程
git revert <commit>                            # 线上问题回滚

# 技能安装/更新(验证对外文档描述一致性时参考):
npx skills update project-blueprint

# DSH 插件包同步(修改根 SKILL.md / references/ 后,发版前运行):
node dsh-plugin/scripts/sync-skill.mjs

三、Boundaries

Allowed: SKILL.mdreferences/README.mdREADME_CN.mdCHANGELOG.mdPROJECT_STATUS.mdAGENTS.mddocs/.gitignoredsh-plugin/(不含 dsh-plugin/skills/,由同步脚本生成)

Ask First:

  • 版本号升级(vX.Y.Z)或破坏性变更(如 Step 流程重构、文件重命名)
  • 修改 SKILL.md 中的流程步骤、触发条件、输出格式约定
  • 新增/删除 references/ 下的参考文件
  • 双远程仓库的 git 操作(push/force/tag)

Never Touch: .git/LICENSE(协议条款)、证书/密钥、任何 .env 文件、node_modules/

四、强制规范

4.1 文档规范

✅ README.md 与 README_CN.md 内容保持同步(中英对照,同一特性两处都要更新)
✅ 新增特性同时更新:README / README_CN / CHANGELOG / PROJECT_STATUS
✅ 初始化项目时生成 CHANGELOG.md([Unreleased] 占位,首次发版后转版本号记录)
✅ 文件名中英双语标注,按 A/B/C/D/E 五级分类存放
✅ 代码块必须闭合(开闭围栏语言标记一致),防止后续章节被误渲染
✅ 对外文档中的数字保持一致(如框架数量 15、组件数量 70+)
✅ 新增知识库条目后同步更新 README 技术栈覆盖表

Read the full file on GitHub · 178 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. 9d ago First seen · 178 lines · 3,189 tokens per session scan A 323cd13b1051

Subscribe to this mod's changes

project-blueprint AGENTS.md is an instructions file published in the GitHub repository shuguang1994/project-blueprint (19 stars, last pushed 14d ago), licensed MIT. It adds 3,189 tokens to every session, about $0.0159 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

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