Borrowing it
Nothing to install: this file belongs to joeseesun/qiaomu-blog-opensource. 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/joeseesun/qiaomu-blog-opensource/main/.github/copilot-instructions.mdgit clone --depth 1 https://github.com/joeseesun/qiaomu-blog-opensourceWrote 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/joeseesun/qiaomu-blog-opensource/copilot-instructions)<a href="https://agentmods.dev/instructions/joeseesun/qiaomu-blog-opensource/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/joeseesun/qiaomu-blog-opensource/copilot-instructions/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/joeseesun/qiaomu-blog-opensource/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/joeseesun/qiaomu-blog-opensource/copilot-instructions.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.01073 | $0.01073 |
| Opus 5 | $0.00536 | $0.00536 |
| Sonnet 5 | $0.00215 | $0.00215 |
| Haiku 4.5 | $0.00107 | $0.00107 |
Grade A, and why
qiaomu-blog-opensource copilot-instructions.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 5d 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.
What it actually says
向阳乔木博客 - AI 协作指南
项目概述
这是一个基于 Cloudflare + Next.js + Novel 编辑器构建的现代博客系统,专注于 AI 工具和知识的传播。
设计上下文
用户画像
目标读者:AI 产品和模型爱好者、科技达人、前沿学习者
阅读场景:
- 工作日 9:00-24:00
- 工作间隙、通勤路上、晚间深度阅读
- 电脑和手机各占一半
阅读目的:
- 学习新的 AI 模型工具和实战用法
- 快速获取前沿解读
- 收藏 AI 领军人物故事和深度内容
品牌定位
向阳乔木 - 传播 AI 工具和知识的综合性学习平台
核心价值:
- 温暖而理性:有人情味,但保持专业判断
- 专业有态度:不是中立的资讯站,有自己的观点
- 有料有收获:每篇文章都要让读者学到实用的东西
情感目标:
- 阅读中:温暖亲切、专注投入
- 阅读后:有收获、有启发、值得分享
美学方向
温暖的专业主义 - 像一本精心设计的技术杂志,而不是冷冰冰的文档站
配色方案:
- 背景:米黄色
#f5f4ed(温暖、护眼) - 强调色:珊瑚色
#c96442(有活力但不刺眼) - 文字:深棕色
#141413(柔和的黑色)
字体策略:
- 英文:Geist Sans(简洁现代)
- 标题:Georgia(经典衬线)
- 中文正文:TsangerJinKai02(仓耳今楷,提升阅读体验)
参考风格:
- ✅ 喜欢:Claude、Stripe、Notion、Linear、Vercel 的简洁精致
- ❌ 避免:过度商业化、极客风、花哨装饰
设计原则
1. 内容优先,减少干扰
- 首页文章列表要清晰扫描
- 文章页专注阅读
- 留白充足但不浪费空间
2. 温暖但专业
- 用圆角和柔和的阴影营造亲切感
- 用清晰的排版和层次体现专业性
- 避免过于可爱或过于严肃
3. 响应式优先
- 移动端和桌面端同等重要
- 不要在移动端隐藏关键功能
- 适配不同屏幕尺寸
4. 性能与体验
- 快速加载(Cloudflare 边缘计算)
- 流畅交互(避免布局抖动)
- 渐进增强(基础功能不依赖 JS)
5. 可扩展性
- 为商业化预留空间(广告位、付费内容)
- 支持多种内容类型(文章、视频、音频)
- 后台可配置的设计元素
技术栈
- 前端:Next.js 16 + TypeScript + Tailwind CSS
- 编辑器:Novel (基于 TipTap)
- 数据库:Cloudflare D1 (SQLite)
- 缓存:Cloudflare KV
- 存储:Cloudflare R2
- AI:硅基流动 API (Qwen 2.5)
- 部署:Cloudflare Pages
代码规范
TypeScript
- 严格类型检查
- 避免
any,使用具体类型 - 优先使用接口而非类型别名
React/Next.js
- 优先使用 Server Components
- Client Components 明确标注
'use client' - 使用 Next.js 16 的新特性(如 async searchParams)
Tailwind CSS
- 使用 CSS 变量定义主题色
- 避免内联样式,优先使用 Tailwind 类
- 复杂样式抽取到
globals.css
性能优化
- 图片使用 Next.js Image 组件
- 代码分割和懒加载
- 利用 Cloudflare 边缘缓存
品牌资产
- 域名:blog.qiaomu.ai
- X (Twitter):@vista8
- 微信公众号:向阳乔木推荐看
- GitHub:@joeseesun
详细设计上下文请参考项目根目录的 .impeccable.md 文件
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.
- 5d ago First seen · 123 lines · 1,073 tokens per session scan A 6414b5b68e76
qiaomu-blog-opensource copilot-instructions.md is an instructions file published in the GitHub repository joeseesun/qiaomu-blog-opensource (298 stars, last pushed 4mo ago), licensed MIT. It adds 1,073 tokens to every session, about $0.0054 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-09-03.
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.
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.