visual-pipeline

visual-pipeline is a skill for Codex from tranfu-labs/tranfu-skills. It costs 0 tokens per session (870 once invoked), scanned A, original, MIT.

A page-design workflow that moves from deciding what information to show, to arranging it, to choosing its visual style and producing HTML.

In plain words
What is it for?
Use it to design high-fidelity website or product pages, including their information structure, wireframes, visual direction, and selected HTML version.
Why use it?
It breaks visual product work into separate decisions, making it easier to review the page structure before polishing its appearance.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to design high-fidelity website or product pages, including their information structure, wireframes, visual direction, and selected HTML version.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tranfu-labs/tranfu-skills/visual-pipeline
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 tranfu-labs/tranfu-skills --skill visual-pipeline
Clone the repo
git clone --depth 1 https://github.com/tranfu-labs/tranfu-skills

Made for: 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 visual-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/tranfu-labs/tranfu-skills/visual-pipeline/github.svg)](https://agentmods.dev/skills/tranfu-labs/tranfu-skills/visual-pipeline)
Your own site
<a href="https://agentmods.dev/skills/tranfu-labs/tranfu-skills/visual-pipeline"><img src="https://agentmods.dev/badge/skills/tranfu-labs/tranfu-skills/visual-pipeline/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 visual-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/tranfu-labs/tranfu-skills/visual-pipeline"><img src="https://agentmods.dev/badge/skills/tranfu-labs/tranfu-skills/visual-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 870 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.
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.00000 $0.00870
Opus 5 $0.00000 $0.00435
Sonnet 5 $0.00000 $0.00174
Haiku 4.5 $0.00000 $0.00087

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

Security

Grade A, and why

visual-pipeline 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.

own-skills/visual-pipeline/SKILL.md · 66 lines

What it actually says

visual-pipeline

产品设计后段流水线: 已知要显示什么 + 用户场景 → 高保真选定版.

代码实现及之后的环节不在范围内.

何时拉起

  • 用户要"设计 / 做 / 改 X 页面" 且偏视觉 / 产品层
  • 单位 = 页面. 一个页面跑一遍, 多个页面跑多遍.
  • 每页都有自己独立的风格判定 (不共享风格段)

核心铁律 (违反一条这套就废)

  1. 每段先文档, 后 HTML. 显示框架段 / 风格段必须文档 → HTML 顺序. 不允许只 HTML 没文档.
  2. 不跳段. 显示信息段不锁不进显示框架段; 显示框架段不锁不进风格段.
  3. 每页独立风格段. 可以在文档里写"继承自项目共享设计语言", 但本页特殊判定必须本页给出.
  4. 修改走 change-flow.md, 先归属再动手.
  5. 全程中文, 不用英文缩写. 不出现 S1/S2/P0/P1/R1/R2/状态 A 等. 直接用中文名 (主场景、必看字段、头部区、入口态 等).

三段产物

文档 HTML
一、显示信息 01-display-info.md
二、显示框架 02-skeleton.md 02-skeleton.html (灰盒 wireframe, 中间真模拟数据, 旁边图例字段)
三、风格 + 实践 03-style.md 03-selected.html + 备选 03-alt-*.html (每个 HTML 内含「组件样例库」+「整体组合」两个 section)

详见 stages/0X-*.template.{md,html}.

修改

任何改动 (用户说"不对 / 加 X / 去掉 Y / 颜色换" 等), 走 change-flow.md. 第一步永远是归属判定 (这是哪一段的决策), 不归属直接改 = 复现历史阻塞.

Demo 参照

examples/_visual-index/ — 评审界面 (web-goal-docs/_visual/index.html) 的反向跑, 看每段产物长啥样.

输出目录约定

跑一个新页面时, 在调用方约定的目录下产出:

<page-dir>/
├── 01-display-info.md
├── 02-skeleton.md
├── 02-skeleton.html
├── 03-style.md
├── 03-selected.html
├── 03-alt-*.html      (可选, 备选/留档)
└── change-log.md       (累积修改 changelog, 可选)

页面目录由调用方指定 (例: web-goal-docs/<page>/). Skill 不规定项目结构.

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. 9d ago First seen · 66 lines · 0 tokens per session scan A 1fa1f6ed2fe2

Subscribe to this mod's changes

visual-pipeline is a skill published in the GitHub repository tranfu-labs/tranfu-skills (2 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 870 tokens. 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-09-03.

Related

Other skills, from other repositories

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

reveal-hover-effect

Build cursor-following spotlight reveals that expose a second aligned image through a soft radial mask. Use for hover-to-color, before-and-after, x-ray, material, texture, product-detail, and illustrated hero effects where a desaturated or embossed base image should remain visible while another treatment follows an…

MengTo/Skills · 66 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens