taiyi-forge

taiyi-forge is a skill for Claude Code, Codex from Dong90/oh-my-taiyiforge. It costs 38 tokens per session (1,091 once invoked), scanned A, original, MIT.

A command interface for TaiyiForge, a project workflow engine. It lets an agent run TaiyiForge actions through slash commands such as creating, checking, writing, rendering, continuing, applying, and archiving project changes.

In plain words
What is it for?
It helps start and inspect projects, edit phase files, turn JSON into Markdown, continue work, apply development or test changes, and archive completed work. It also requires confirmation before commits, shipping, archiving, or other history, deployment, or push changes.
Why use it?
It removes the need for users to type the underlying shell commands and keeps the workflow's saved engine state as the source of truth.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit It helps start and inspect projects, edit phase files, turn JSON into Markdown, continue work, apply development or test changes, and archive completed work. It also requires confirmation before commits, shipping, archiving, or other history, deployment, or push changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dong90/oh-my-taiyiforge/taiyi-forge
Install

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.

Any agent
npx skills add Dong90/oh-my-taiyiforge --skill taiyi-forge
Clone the repo
git clone --depth 1 https://github.com/Dong90/oh-my-taiyiforge

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for taiyi-forge

README.md
[![agentmods](https://agentmods.dev/badge/skills/dong90/oh-my-taiyiforge/taiyi-forge/github.svg)](https://agentmods.dev/skills/dong90/oh-my-taiyiforge/taiyi-forge)
Your own site
<a href="https://agentmods.dev/skills/dong90/oh-my-taiyiforge/taiyi-forge"><img src="https://agentmods.dev/badge/skills/dong90/oh-my-taiyiforge/taiyi-forge/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.

agentmods 80×15 button for taiyi-forge

Your own site · 80×15
<a href="https://agentmods.dev/skills/dong90/oh-my-taiyiforge/taiyi-forge"><img src="https://agentmods.dev/badge/skills/dong90/oh-my-taiyiforge/taiyi-forge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,091 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.01091
Opus 5 $0.00019 $0.00545
Sonnet 5 $0.00008 $0.00218
Haiku 4.5 $0.00004 $0.00109

Measured 13d ago against content hash 55a77a757453, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

taiyi-forge 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.

skills/taiyi-forge/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

taiyi-forge(引擎 Skill)

原则

  • 用户只说 /taiyi:*(Codex:$taiyi-*);你代跑 scripts/taiyi-forge.sh,禁止让用户手打 shell。
  • 读状态默认:status [slug] --json --compact → 解析 engineTruth。以 engineTruth 为准,不以对话记忆为准。
  • 写工件 → /taiyi:write,编辑 {phase}.json,再 /taiyi:render 刷新 md,然后加载当前阶段 taiyi-changetaiyi-integration Skill。

主流程(仅这五条)

斜杠 引擎
/taiyi:new new
/taiyi:status status --json --compact
/taiyi:write write
/taiyi:render render [slug] [phase] — json→md(Zod+hbs)
/taiyi:continue continue
/taiyi:apply apply(dev/test)
/taiyi:archive archive

其余斜杠(doctor、audit、ralph、token 等)→ docs/taiyi/canonical-commands.md · docs/taiyi/commands.yaml

执行协议(破坏性操作)

斜杠 HALT-AND-VERIFY 协议
/taiyi:continue 必须在运行前展示 engineTruth 当前阶段 + 即将执行的命令。不跳过审核
/taiyi:commit 1. 跑 commit-trailers → 2. 展示建议 commit message + 变更摘要 → 3. 等待用户明确确认 → 4. 跑 commit
/taiyi:ship 1. 展示 PR diff 摘要 + 涉及的阶段 → 2. 等待用户确认
/taiyi:archive 1. 展示归档 slug 名称 + 最终变化 → 2. 确认后执行

所有修改 git 历史 / 推送 / 部署的操作:展示完整计划并等待 "go ahead""yes" 才执行。

Token 纪律

# 动作
1 清 slug — archive / cancel --remove-dir;只保留 1 个 active
2 archive 闭环 — integration 后立刻 archive
3 compress/taiyi:token compress <slug> → 读 CONTEXT-COMPACT.md
4 E2E 别在对话跑 — CI/后台;聊天只写 TEST.md 摘要

Read the full file on GitHub · 73 lines

Changes

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.

  1. 13d ago First seen · 73 lines · 38 tokens per session scan A 55a77a757453

Subscribe to this mod's changes

taiyi-forge is a skill published in the GitHub repository Dong90/oh-my-taiyiforge (888 stars, last pushed 5d ago), licensed MIT. It adds 38 tokens to every session and 1,091 once invoked, about $0.0002 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.

Related

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…

The01Geek/prflow · 123 tokens

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…

The01Geek/prflow · 82 tokens

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…

The01Geek/prflow · 88 tokens

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…

The01Geek/prflow · 94 tokens

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…

The01Geek/prflow · 106 tokens

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…

The01Geek/prflow · 105 tokens