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/godmakereth/vibe-coding-tw/agents-mdgit clone --depth 1 https://github.com/godmakereth/vibe-coding-twWhat 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.01504 | $0.01504 |
| Opus 5 | $0.00752 | $0.00752 |
| Sonnet 5 | $0.00301 | $0.00301 |
| Haiku 4.5 | $0.00150 | $0.00150 |
Grade A, and why
vibe-coding-tw 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 2d 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 — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
Project Structure & Module Organization
- 根目錄:
README.md給出全貌,Makefile封裝日常命令,CONTRIBUTING.md說明貢獻流程,LICENSE載明協議。保持根目錄扁平,避免巨石檔案。 - 文件庫:
documents/彙總流程、架構與實踐(如程式碼組織.md、通用專案架構模板.md、開發經驗.md),是理解方法論與協作規則的首選入口。新增流程文件時優先放此處並在 README 連結。 - 提示詞資產:
prompts/按角色拆分(system / assistant / coding / user),libs/external/prompts-library/提供 Excel ↔ Markdown 互轉工具與指令碼目錄,便於批次維護提示詞,適合作為“單一真實來源”。 - 程式碼與整合:
libs/預留核心實現骨架,common/、database/、external/分別對應通用模型、儲存適配與外部依賴登記;新增模組需保持分層邊界與單一職責,避免跨層呼叫。 - 備份:
backups/內含一鍵備份.sh與快速備份.py,用於本地快照或同步,請先在隔離目錄試跑,確認輸出路徑與許可權。
Build, Test, and Development Commands
make help:列出所有 Make 目標,是新人快速上手的入口。make lint:使用markdownlint-cli校驗全倉庫 Markdown,一旦新增文件請先跑通(需本地 Node/npm 環境,可用npm install -g markdownlint-cli安裝)。make build/make test/make clean:目前為佔位,落地具體實現後務必更新指令碼和說明;建議在Makefile旁補充註釋並保持冪等,避免修改全域性狀態。- 提示詞轉換:進入
prompts/prompts-library/後執行python main.py按互動提示進行轉換,執行前請確認虛擬環境、依賴與輸出目錄,並在完成後檢查生成 Markdown 是否符合 lint 規則。
Coding Style & Naming Conventions
- 文字層:文件、註釋、日誌使用中文;程式碼符號(函式 / 變數 / 模組)統一英文且語義直白,避免晦澀縮寫。
- 縮排與排版:全倉保持空格縮排(2 或 4 空格任選其一但不得混用);Markdown 列表、程式碼塊與表格對齊清晰,行寬控制在 120 列內。Git diff 可讀性優先。
- 設計品味:優先消除分支與重複;函式力求單一職責且短小;命名遵循小寫加中劃線或下劃線,不使用空格與特殊字元;跨模組介面保持穩定簽名。
- 依賴管理:新增工具或庫時記錄安裝方式、最小版本與來源,必要時在
documents/工具集.md或 README 中補充,並說明為何需要它(效能、相容、功能)。
Testing Guidelines
- 當前無實測用例;引入程式碼時請至少提供最小可復現測試。推薦 Python 使用
pytest,檔案命名test_*.py,夾具精簡可讀,遵循 red-green-refactor 迴圈。 - 文件與提示詞改動:提交前執行
make lint;如轉換指令碼涉及資料,附帶示例輸入 / 輸出說明或最小資料樣例,確保可重複。 - 覆蓋率基線由模組維護者設定;若暫無標準,確保主流程和邊界條件均可被測試驗證,必要時在 PR 描述中寫明未覆蓋的風險,並建議後續補測計劃。
Commit & Pull Request Guidelines
- Commit 建議遵循簡化 Conventional Commits:
feat|fix|docs|chore|refactor|test: scope – summary,一句話說明行為與範圍;避免籠統的 “update”。 - PR 必填:變更摘要、動機或關聯 Issue、測試與驗證步驟(列出執行的命令與結果概覽);涉及文件 / UI 的修改應附對比截圖或連結,方便 reviewer 快速複核。
- 提交前清單:跑通
make lint;若新增指令碼 / 依賴,更新對應文件與Makefile目標;確認不攜帶臨時檔案或機密資料,並在描述中註明潛在風險或需要 reviewer 特別關注的點。
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.
- 2d ago First seen · 38 lines · 1,504 tokens per session scan A 7a218eb1ba37
vibe-coding-tw AGENTS.md is an instructions file published in the GitHub repository godmakereth/vibe-coding-tw (47 stars, last pushed 8mo ago), licensed MIT. It adds 1,504 tokens to every session, about $0.0075 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
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).
next.js AGENTS.md
Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
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).
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.
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.