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.
curl -O https://raw.githubusercontent.com/shuguang1994/project-blueprint/main/AGENTS.mdgit clone --depth 1 https://github.com/shuguang1994/project-blueprintWrote 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.
[](https://agentmods.dev/instructions/shuguang1994/project-blueprint/agents-md)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 / Giteegitee= 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.md、references/、README.md、README_CN.md、CHANGELOG.md、PROJECT_STATUS.md、AGENTS.md、docs/、.gitignore、dsh-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 技术栈覆盖表
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.
- 9d ago First seen · 178 lines · 3,189 tokens per session scan A 323cd13b1051
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.
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.
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.
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).
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).
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.
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.