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 skills add Dong90/oh-my-taiyiforge --skill taiyi-designgit clone --depth 1 https://github.com/Dong90/oh-my-taiyiforgeWrote 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/skills/dong90/oh-my-taiyiforge/taiyi-design)<a href="https://agentmods.dev/skills/dong90/oh-my-taiyiforge/taiyi-design"><img src="https://agentmods.dev/badge/skills/dong90/oh-my-taiyiforge/taiyi-design/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/skills/dong90/oh-my-taiyiforge/taiyi-design"><img src="https://agentmods.dev/badge/skills/dong90/oh-my-taiyiforge/taiyi-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 17 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 275 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00028 | $0.03825 |
| Opus 5 | $0.00014 | $0.01912 |
| Sonnet 5 | $0.00006 | $0.00765 |
| Haiku 4.5 | $0.00003 | $0.00382 |
Grade A, and why
taiyi-design 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 13d 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 — 323 lines — stays where its author put it; the contents beside it link to each section on GitHub.
taiyi-design — 技术设计
进入本阶段前请优先读
.taiyi/changes/<slug>/PHASE-CONTEXT.md(~500 tokens),不要全量加载上游工件。
框架集成
本阶段使用以下框架:
| 框架 | 用途 | 何时加载 |
|---|---|---|
| Harness | 阶段门禁与推进(status → continue --approver;legacy:npx taiyi complete) |
全程 |
| Superpowers | brainstorming — 可选,当多方案对比需要创意发散时加载 |
Options 步骤前 |
| OpenSpec | 将 DESIGN.md 同步到 openspec 格式 | 可选 |
| Spec-Kit | 设计方案遵循 Spec-Kit 规范(≥2 方案、取舍记录) | 全程 |
GStack 和 OMO 在本阶段不涉及。
前置门禁(Pre-flight)
执行以下检查后再开始写 DESIGN.md:
0.1 Brownfield 对齐
- 列出触碰模块、新增模块、禁动清单
- 对齐既有抽象,禁止"顺便引新库"
- 沿用既有模式 vs 引入新模式(须充分理由,记录在 Context 中)
0.2 Profile 设计深度判定
| Profile | 设计深度 | 必含章节 |
|---|---|---|
full |
完整 | Context + Options(表格) + Decision + Architecture + Data Flow + Module Layout + Risks & Mitigations + Verification Checklist + Open Questions |
api |
中等 | Context + Options + Decision + Module Layout + Data Flow,跳过 Verification Checklist |
ui |
中等 | Context + Options + Decision + UI 组件树,跳过 Data Flow / Verification Checklist |
lite |
精简 | 仅 Decision 说明 + Open Questions,可省多方案对比(但至少记录取舍理由) |
micro/spike |
跳过 | 可省略 DESIGN.md(如门禁拦截则写一页 Decision Summary) |
nano |
跳过 | 本阶段可直接过关 |
0.3 前置检查清单
- requirement 阶段已过关(
engineTruth确认) - 影响面已在 CHANGE.md 中声明
- 了解现有架构(至少扫读 docs/ARCHITECTURE.md 或既有 DESIGN.md)
步骤
工件契约
| 层 | 路径 | 职责 |
|---|---|---|
| 语义真源 | design.json |
Zod(src/schemas/design.ts) |
| 生成视图 | DESIGN.md |
hbs(src/templates/design.hbs) |
| 流程 | 本 Skill | ≥2 方案、Brownfield、Verification Checklist 纪律 |
工作流:编辑 json → scripts/taiyi-forge.sh render <slug> design → status → continue --approver "名"。
详见 docs/taiyi/artifact-contract.md。
json 字段(Zod 摘要)
| 字段 | 要求 |
|---|---|
title |
方案设计标题 |
options |
≥2 方案;id / name / pros / cons / cost |
decision |
chosen(方案 id)+ reason + 可选 tradeoffs |
existingArchitecture |
Brownfield:touchedModules / newModules / doNotTouch |
techStack |
可选;选中栈 + 理由 |
modules |
可选;模块清单(name / path / operation / description) |
tradeoffs / blast_radius / security_threats |
可选;取舍与安全 |
evolutionSuggestions |
可选;架构沉淀建议(无则 []) |
dependency_sandbox |
可选;依赖版本与替代方案 |
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.
- 13d ago First seen · 323 lines · 28 tokens per session scan A 90d8e47c5c42
taiyi-design is a skill published in the GitHub repository Dong90/oh-my-taiyiforge (888 stars, last pushed 5d ago), licensed MIT. It adds 28 tokens to every session and 3,825 once invoked, about $0.0001 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 skills, from other repositories
review
Use when the user wants code assessed rather than changed — "review PR 88", "is this branch ready to merge?", "look over my changes", "any problems with this diff?", "give me a code review", "what do you think of this PR?", "sanity-check this branch", "ship it?". Applies to a pull request or the current branch when…
fix
PRFlow's code-review reception skill (formerly receiving-code-review), used by the review-and-fix loop and available directly. Use when addressing review feedback already posted on a pull request — verifying findings before applying them — as distinct from /prflow:review-and-fix, which runs the review itself and then…
review-and-fix
Use when the user wants problems in a pull request or the current branch both found AND corrected — "review my changes and fix what's wrong", "clean up whatever the review turns up", "address the review feedback on this branch", "tidy this PR up before merge", "find and fix the issues here". Requires explicit fix…
docs-bootstrap-internal
Use when a codebase has no structured developer documentation yet and needs it built from scratch — "we have no docs at all", "set up internal docs for this repo", "the docs directory is a mess, start over", "create developer documentation for this codebase" — including an empty or disorganized docs directory or a…
docs-release-notes
Use when a change needs a user-visible release-note, changelog, or changeset entry — "add a release note", "add a changeset for this", "what goes in the changelog?", "write up what shipped", "note this for the next release" — or when finalizing a branch whose customer-visible features, bug fixes, or UI changes should…
docs-sync-internal
Use when code changes on the current branch need matching internal or developer documentation — "update our internal docs", "the architecture docs are stale after this change", "document what I just changed", "do the dev docs still match the code?" — or as a pre-push check that developer docs track the code. Narrower…