Dong90

26 mods across 1 repository, 886 stars between them.

Dong90/oh-my-taiyiforge

Instructions file CodexOpenCode

Instructions for Dong90/oh-my-taiyiforge, covering taiyiforge (oh-my-taiyiforge), 从这里读, 硬约定(摘要), agent 读状态(默认) and 安装(一行).

886 2d ago A 800 tokens original MIT

taiyi-architect

02

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A process for recording important technical decisions in ADRs, or Architecture Decision Records. Each record explains the situation, the chosen approach, the alternatives, and the consequences.

886 2d ago A 44 tokens original MIT

taiyi-change

03

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A TaiyiForge workflow stage for writing a change proposal in CHANGE.md, with checks for scope, risks, success criteria, and related project documents.

886 2d ago A 25 tokens original MIT

taiyi-compress

04

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

TaiyiForge 辅助 — Token 压缩编排:/taiyi:token compress + Superpowers subagent + ECC strategic-compact / handoff。OpenCode / Claude / Codex / Cursor 通用。.

886 2d ago A 51 tokens original MIT

taiyi-design

05

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A technical-design guide for planning software changes before implementation. It produces a DESIGN.md document comparing at least two approaches and recording the chosen structure and trade-offs.

886 2d ago A 28 tokens original MIT

taiyi-dev

06

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A software-development stage that implements planned tasks using test-driven development, or TDD: write a failing test, make it pass, then improve the code. It checks the task plan, dependencies, file boundaries, and required completion evidence.

886 2d ago A 21 tokens original MIT

taiyi-diagram-arch

07

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A workflow for turning written system or product architecture into readable, version-controlled diagrams using Mermaid or exported SVG and PNG files. Architecture diagrams show components, boundaries, data flows, and deployment relationships.

886 2d ago A 48 tokens original MIT

taiyi-diagram-c4

08

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A code-scanning tool that builds C4 architecture documents from a repository. It separates facts observed in the code from conclusions inferred about the design and uses Mermaid diagrams as the source format.

886 2d ago A 48 tokens original MIT

taiyi-diagram-flow

09

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A TaiyiForge diagramming skill that turns requirements and designs into Mermaid workflow diagrams. Mermaid is a text format for drawing flowcharts, API call sequences, and state changes.

886 2d ago A 44 tokens original MIT

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A pipeline that creates and updates architecture diagrams in three stages: a C4 model from the code, an engineering architecture diagram, and an exported PNG image. C4 is a way to describe software architecture at several levels of detail.

886 2d ago A 52 tokens original MIT

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A tool for rendering existing C4 or architecture Mermaid diagrams as SVG or PNG images. C4 is a way to show software systems at different levels, while Mermaid is a text format for diagrams.

886 2d ago A 50 tokens original MIT

taiyi-evolve

12

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A workflow skill that compares the implemented code with the frozen design after development and testing. It records architecture changes and proposes updates to DESIGN.md, the document describing the intended system structure.

886 2d ago A 37 tokens original MIT

taiyi-forge

13

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

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.

886 2d ago A 38 tokens original MIT

taiyi-health

14

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A codebase health review process that samples recently changed production modules and test files, then checks for issues such as duplication, unused code, and unused dependencies.

886 2d ago A 23 tokens original MIT

taiyi-integration

15

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A project workflow skill for closing a TaiyiForge change and recording it in a CHANGELOG.md file. It checks review results, tests, and the state of the working tree before archiving the change.

886 2d ago A 27 tokens original MIT

taiyi-intel-scan

16

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A codebase intelligence scan that creates a readable CONTEXT.md file before a larger change is designed or implemented.

886 2d ago A 45 tokens original MIT

taiyi-orchestrator

17

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A routing skill for the TaiyiForge development workflow. It reads the current change state, checks which documents exist, estimates the work size, and sends requests such as design, continue, review, or test to the matching stage.

886 2d ago A 51 tokens original MIT

taiyi-plan

18

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A TaiyiForge planning step that turns a README, product requirements document, or technical plan into a list of separate project changes. Each change includes a suggested work profile, dependencies, and priority.

886 2d ago A 52 tokens original MIT

taiyi-reanalyze

19

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A requirements review that rereads project documents after time has passed or the scope has changed. It identifies contradictions, missing details, and unclear statements.

886 2d ago A 46 tokens original MIT

taiyi-requirement

20

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A requirements-analysis process that turns a proposed change into a REQUIREMENT.md document. It records user needs, acceptance checks, terminology, triggers, and dependencies, with different levels of detail for different project sizes.

886 2d ago A 27 tokens original MIT

taiyi-restyle

21

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

TaiyiForge 辅助 — UI 视觉改版任务清单(ui-restyle-tasks)。OpenCode / Claude / Codex / Cursor 通用。.

886 2d ago A 39 tokens original MIT

taiyi-review

22

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A pre-merge review guide for checking code changes, design decisions, tests, and documentation. A merge adds reviewed changes to the main code branch.

886 2d ago A 26 tokens original MIT

taiyi-task

23

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A task-planning stage that turns an approved software design into a TASK.md file containing smaller implementation tasks. It uses structured task data and checks that earlier planning stages are complete.

886 2d ago A 24 tokens original MIT

taiyi-test

24

Dong90/oh-my-taiyiforge

Skill Claude CodeCodex

A project workflow skill for verifying an implementation and producing a TEST.md record. TDD means writing a failing test, implementing the change, and then making the test pass; this skill checks that process and other regression cases.

886 2d ago A 24 tokens original MIT