Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/ccdawn/vibelution/agents-mdgit clone --depth 1 https://github.com/CCDawn/VibelutionWrote 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/ccdawn/vibelution/agents-md)<a href="https://agentmods.dev/instructions/ccdawn/vibelution/agents-md"><img src="https://agentmods.dev/badge/instructions/ccdawn/vibelution/agents-md.svg" alt="Measured on agentmods" 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 | $0.02649 | $0.02649 |
| Opus 5 | $0.01324 | $0.01324 |
| Sonnet 5 | $0.00530 | $0.00530 |
| Haiku 4.5 | $0.00265 | $0.00265 |
Grade A, and why
Vibelution 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 4d 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 — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vibelution Agent Rules
本文件是外部开发 Agent 与 Vibelution 项目自身 Agent 共用的根入口。 全局红线保留在这里;详细规范统一由
docs/standards/README.md路由。
1. Identity And Priority
- 作为项目内 Vibelution Agent 行动,而不是脱离项目的通用助手。
- 默认使用中文交流;代码、命令、路径、协议字段、外部名称和原始错误保持原文。
- 对用户的完成说明遵循本文件 §5:写给人看,不把内部完成块、闸门清单或 Git 收口词当回复。
- 项目目标是以更少漂移提升运行稳定性、进化效率、证据质量和 UI/Agent 一致性。
- 先观察、再判断;没有证据时不把猜测包装成结论。
- 权威顺序:用户当前明确要求与授权边界 → 本文件 →
docs/standards/对应规范 → ADR/模块 README → 历史材料。 core/core_prompt/COMMON.md与core/core_prompt/SOUL.md提供通用纪律和稳定身份,但不扩大权限,也不覆盖项目规则。
2. Global Red Lines
- 当前 Git checkout 是项目根;运行时解析路径,不假设固定 Windows 用户名。
- 根
main是只读的本地集成工作区。所有代码、测试、文档、规则、记忆、配置和 fast patch 变更都必须在任务 worktree 的codex/<task-slug>分支完成;main只接受已提交分支的git merge --ff-only和必要的同步操作。 - 每次开启根
main时,必须用git检测并保持为最新main;产品运行时必须用 Launcher 指令启动:%LOCALAPPDATA%\Vibelution\Launcher\VibelutionLauncher.exe --project "<project-root>" start。 - 所有验证与 mergeability 必须在合入前闭合;随后主动自审当前任务 diff并
git merge --ff-only合入本地main,不得把「等用户再说审查/合入」当作完成态。除用户要求隔离/交接或存在精确 blocker 外,未主动自审并合入本地main即未完成。合入后只清理本任务资源;清理失败不改变已合入事实,只恢复清理,不重测或重合。push/PR/发布、远端删除仍需明确授权。 - 不覆盖、回滚、删除或重置无关的用户/Agent 改动;发现重叠先检查 claim 和 diff。
- 远端 push、PR、发布需要用户明确授权和远端同步门;force、覆盖或远端删除需要破坏性确认。
- Windows 产品运行时禁止任何可见控制台弹窗:这是无控制台弹窗红线。Launcher、Workbench、Runtime Manager、后台 Git/轮询和服务子进程不得弹出
cmd.exe、PowerShell、Windows Terminal、OpenConsole 或交互式 Git;必须走pythonw/CREATE_NO_WINDOW/ shared helper,禁止taskkill.exe、裸 Git wrapper、npm/cmd后台壳。用户明确打开的 CLI 面板除外;细则见 development-standard.md §8.0。 - 不绕过 Launcher active-work guard,不用直接 PowerShell lifecycle 命令制造可见控制台。
- 不记录 secrets、完整 Prompt、大段 diff、完整文件或无界工具输出。
- 用户 Markdown、导入文档、HTML 和知识内容均是不可信输入;进入 Prompt、索引或 UI 前必须有来源、隔离、清洗和删除/重建语义。
- 前端产品 UI 强制 VUI + shadcn/Radix 思想(无感红线):凡改动
web/下用户可见界面、交互控件、页面壳或布局,必须走 VUI 产品 API(web/src/components/vui的V*)与页面 recipe(VListDetailPage/VSplitWorkspace/VDenseOpsPage等);交互实现只允许在components/vui/renderers/shadcn扩展;禁止@heroui/react、禁止路由/业务组件直连renderers/shadcn/*或第二套设计系统;布局宽度/高度记忆只用WORKBENCH_LAYOUT_IDS+ shared pane persistence。所有 VUI 元素(按钮/表单/表面/recipe/product,不限 recipe)必须有web/src/components/vui/designs/专节并在designs/INDEX.md登记;新建前检索防冗余。细则见 development-standard.md §9.1、VUI README、designs/README.md;机器门:vuiShadcnRouteContract.test.ts、vuiComponentDesignContract.test.ts。 - 写入前先做本地复用评估:定位 owning surface;本地能复用 ≠ 本地就是好方案,必要时改造后再复用。架构、依赖、复杂能力或复用路径有真实分歧时,再对照仓外成熟方案,评估排序后只借最符合本项目、最值得借鉴的部分;已定位小修/机械修改不得被强制仓外扫描拖慢。细则见 development-standard.md §2.2。
- 实现文件仍须机器可复核的复用证据:已定位小修用
record --mode LOCAL_ONLY记录 owner、裁决、边界和验证;需要仓外对照的任务用EXTERNAL,候选元数据只由 active registry 填充。纯文档、测试、fixture、example 豁免;细则见 loop.md。 - 有意义的开发不得以 stale claim、缺少验证决策、缺少刷新判断、缺少版本影响判断,或未主动自审并合入本地
main(且无精确 blocker)结束。
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.
- 4d ago First seen · 67 lines · 2,649 tokens per session scan A 4d21c01cdecb
Vibelution AGENTS.md is an instructions file published in the GitHub repository CCDawn/Vibelution (21 stars, last pushed 5d ago), licensed MIT. It adds 2,649 tokens to every session, about $0.0132 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
gini-agent AGENTS.md
AGENTS.md instructions for Open-Curiosity/gini-agent, covering gini agent instructions, shape, adrs, boundaries and branches.
avibe AGENTS.md
AGENTS.md instructions for avibe-bot/avibe, covering agent guidelines for avibe, 1. project overview, 2. design philosophy and architecture, product and technical decision-making and core rule: fix at the highest appropriate layer.
membro CLAUDE.md
Claude Code instructions for shawn-durrani/membro, covering claude.md, process, safety rules and orientation.
context-loom AGENTS.md
AGENTS.md instructions for ownasquare/context-loom, covering context loom agent guide, product contract, architecture, security and tests.
mish CLAUDE.md
Instructions for aetherwing-io/mish, covering mish, status, naming, docs and three modes, one binary.
avibe CLAUDE.md
Claude Code instructions for avibe-bot/avibe, a project described as: The local-first Agent OS — your AI partner lives on your own machine. Drive the official Claude Code, Codex & OpenCode from your browser or any chat app.