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/hypoxanthineovo/hypo-workflow/copilot-instructionsgit clone --depth 1 https://github.com/HypoxanthineOvO/Hypo-WorkflowWrote 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/hypoxanthineovo/hypo-workflow/copilot-instructions)<a href="https://agentmods.dev/instructions/hypoxanthineovo/hypo-workflow/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/hypoxanthineovo/hypo-workflow/copilot-instructions.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.00721 | $0.00721 |
| Opus 5 | $0.00360 | $0.00360 |
| Sonnet 5 | $0.00144 | $0.00144 |
| Haiku 4.5 | $0.00072 | $0.00072 |
Grade A, and why
Hypo-Workflow 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 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 — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hypo-Workflow for GitHub Copilot
安装与导入
- 当用户要求安装、导入或学习 Hypo-Workflow 时,读取仓库
HypoxanthineOvO/Hypo-Workflow的README.md和对应平台 Quick Start。 - 这个规则文件只是仓库级指引,不声明平台会自动执行安装。需要写文件或运行命令时,遵守当前 IDE 的权限和确认机制。
Runtime Contract
- Hypo-Workflow is not a runner. 当前 IDE Agent 执行实际工作。
.pipeline/是 state、Cycle、Patch、rules、PROGRESS、prompts、reports、logs 的 source of truth。- 常用入口:
/hw:init初始化或重扫,/hw:plan规划,/hw:start开始执行,/hw:resume继续,/hw:status查看状态。 - 如果平台不支持原生 slash commands,把用户的
/hw:*意图映射到同名 Hypo-Workflow skill / README 语义。
Protected Files And Preflight
- Treat protected files
.pipeline/state.yaml,.pipeline/cycle.yaml, and.pipeline/rules.yamlas lifecycle authority files. - 写入 protected files 前必须确认当前命令确实拥有生命周期写入语义;意外写入需要停下来说明原因。
- 完成任务前做 preflight:格式检查、派生产物新鲜度、README/文档同步、secret marker、测试证据和报告证据。
- 第三方平台的规则文件不能替代 Hook;如果平台没有对应 Hook,只能作为执行前后的检查清单。
Codex Subagents
- Codex Subagents stay inside the Codex/GPT runtime. Do not route them to external model providers.
- 复杂任务中尽量拆分 Subagent 工作;implementation and testing/review should be separated whenever practical.
- 当无法调用 Subagent 时,在最终报告里写明原因,并补充本地测试或审查证据。
Automation Boundary
- 自动化等级来自
.pipeline/config.yaml的automation.level,不能靠平台猜测升级。 manual保守确认,balanced常规自动化,full尽量连续推进;破坏性、外部副作用、发布动作仍按配置 Gate 执行。
Active Rules/Habits
Structured Rules/Habits are authority; Markdown habits and platform instructions are derived views.
- conflict-check (builtin/warn/guard): Detect incompatible local agent plugins or hook systems at session start.
- plan-tool-required (builtin/warn/workflow): Complex planning and execution work must maintain a visible plan/todo state.
- prefer-chinese-output (project/warn/style): 面向用户的说明、README 更新、PROGRESS 摘要和交互提示优先使用中文。命令名、配置键、文件名和专有英文术语保持英文。
- progress-timezone (builtin/warn/style): Keep PROGRESS timestamps aligned with output.timezone.
- report-language (builtin/warn/style): Keep reports and generated summaries aligned with output.language.
- session-start-context-load (builtin/error/hook): Preserve SessionStart context loading as a rule-level gate.
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 · 45 lines · 721 tokens per session scan A a9105873b346
Hypo-Workflow copilot-instructions.md is an instructions file published in the GitHub repository HypoxanthineOvO/Hypo-Workflow (24 stars, last pushed 17d ago), licensed MIT. It adds 721 tokens to every session, about $0.0036 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
ESAA-Core AGENTS.md
Instructions for elzobrito/ESAA-Core, covering agents.md — contrato operacional codex/esaa, 1. autoridade e termos, 2. cli e runner, ou configure o runner uma vez por sessão and 3. concorrência.
idd-skill idd-resume.instructions.md
Instructions for kurone-kito/idd-skill, covering idd — resume phase, required inputs, step 0 — route classifier, operator-present release and step 1 — identify claim state.
tmetric-minimal-mcp CLAUDE.md
Claude Code instructions for guglielmo/tmetric-minimal-mcp, covering claude.md, development commands, project architecture, file structure and core architecture patterns.
shelly-forge CLAUDE.md
Claude Code instructions for mslavov/shelly-forge, covering documentation usage guidelines, critical: framework-first reading order, 📚 mandatory reading order, pre-task protocol and post-task protocol.
vibelive AGENTS.md
AGENTS.md instructions for pooriaarab/vibelive, covering agents.md, repository context, pull requests, cloud agents (cursor) and install & test.
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).