Borrowing it
Nothing to install: this file belongs to mathruffian-dot/rdq-skill-chatgpt-app. 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/mathruffian-dot/rdq-skill-chatgpt-app/main/AGENTS.mdgit clone --depth 1 https://github.com/mathruffian-dot/rdq-skill-chatgpt-appWrote 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/mathruffian-dot/rdq-skill-chatgpt-app/agents-md)<a href="https://agentmods.dev/instructions/mathruffian-dot/rdq-skill-chatgpt-app/agents-md"><img src="https://agentmods.dev/badge/instructions/mathruffian-dot/rdq-skill-chatgpt-app/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/mathruffian-dot/rdq-skill-chatgpt-app/agents-md"><img src="https://agentmods.dev/badge/instructions/mathruffian-dot/rdq-skill-chatgpt-app/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.00540 | $0.00540 |
| Opus 5 | $0.00270 | $0.00270 |
| Sonnet 5 | $0.00108 | $0.00108 |
| Haiku 4.5 | $0.00054 | $0.00054 |
Grade A, and why
rdq-skill-chatgpt-app 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.
What it actually says
RDQ Method — ChatGPT App 版(專案藍圖)
任何 Agent 接手時先讀本檔與
handoff.md。
專案簡介
將 RDQ Method 需求探索四象限法改寫為 ChatGPT App 與 Codex 可共同使用、可公開散布的 Agent Skill/skills-only Plugin。
關鍵時程
- 初版公開:2026-07-26
目標與路線圖
- 建立 ChatGPT App 相容的 RDQ Skill。
- 建立 skills-only Plugin 結構與 UI 中繼資料。
- 以實際 ChatGPT 任務持續做正向與反向觸發測試。
- 蒐集實戰修訂資料,但不做未經對照的因果宣稱。
專案入口
- 使用者文件:
README.md - Plugin manifest:
.codex-plugin/plugin.json - Skill 主檔:
skills/rdq/SKILL.md - 題庫:
skills/rdq/references/question-bank.md - 規格卡模板:
skills/rdq/references/spec-template.md - GitHub:
https://github.com/mathruffian-dot/rdq-skill-chatgpt-app
固定規則
- 所有說明使用繁體中文。
- 保留象限動詞鎖定、互動預算、零題坍縮、逃生口與確認閘門。
- 不依賴 Claude Code 專屬工具或檔案。
- 不假設所有 ChatGPT 介面都有本機檔案系統或結構化多選工具。
status是工作流程契約,不宣稱能跨所有 session 自動強制執行。- 不硬編碼私人環境才有的下游 Skill。
- Skill frontmatter 只保留
name與description。 - 修改後執行 Skill 與 Plugin 驗證,再提交 Git。
開工與收工
- 開工:先讀
AGENTS.md、handoff.md,再檢查 Git 狀態。 - 收工:更新
handoff.md,檢查差異後才 commit/push。 - 不把本機絕對路徑、私人筆記路徑、憑證或個資提交到公開 repo。
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 · 45 lines · 540 tokens per session scan A 43777368e257
rdq-skill-chatgpt-app AGENTS.md is an instructions file published in the GitHub repository mathruffian-dot/rdq-skill-chatgpt-app (9 stars, last pushed 1mo ago), licensed MIT. It adds 540 tokens to every session, about $0.0027 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-31.
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.