frame-flowchart-sticky

frame-flowchart-sticky is a skill for Claude Code, Codex from wolfenazz/YzPzCode. It costs 26 tokens per session (1,132 once invoked), scanned A, a copy of frame-flowchart-sticky, Apache-2.0.

A whiteboard-style flowchart template that uses sticky-note shapes and curved arrows to show steps, branches, and connections. It can also include hover effects and a pointer showing interaction.

In plain words
What is it for?
Illustrating onboarding flows, migrations, operating processes, system diagrams, and architecture explanations.
Why use it?
It makes a process or system easier to follow by showing its order and relationships visually. This avoids explaining every connection in prose alone.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/wolfenazz/yzpzcode/frame-flowchart-sticky
Any agent
npx skills add wolfenazz/YzPzCode --skill frame-flowchart-sticky
Clone the repo
git clone --depth 1 https://github.com/wolfenazz/YzPzCode

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 frame-flowchart-sticky

README.md
[![agentmods](https://agentmods.dev/badge/skills/wolfenazz/yzpzcode/frame-flowchart-sticky.svg)](https://agentmods.dev/skills/wolfenazz/yzpzcode/frame-flowchart-sticky)
Your own site
<a href="https://agentmods.dev/skills/wolfenazz/yzpzcode/frame-flowchart-sticky"><img src="https://agentmods.dev/badge/skills/wolfenazz/yzpzcode/frame-flowchart-sticky.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,132 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00026 $0.01132
Opus 5 $0.00013 $0.00566
Sonnet 5 $0.00005 $0.00226
Haiku 4.5 $0.00003 $0.00113

Measured 2d ago against content hash 787a3286bad4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

frame-flowchart-sticky 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 2d 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.

Origin

This is a copy

100% identical to frame-flowchart-sticky — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

app/desgin/plugins/_official/examples/frame-flowchart-sticky/SKILL.md · 65 lines

What it actually says

【模板: 便利贴流程图帧 (Sticky Flowchart)】 【意图】把一个流程 / 系统 / 工作流画成"白板 + 便利贴"的样子, 适合 onboarding 视频、运营流程说明、系统架构讲解。Inspired by hyperframes flowchart。

【画布】1920×1080。背景: 米黄白板纸 #f4ede1 或冷灰白板 #f0f2f4; 加非常浅的 hex grid rgba(0,0,0,0.04) 让它有白板感。

【节点 (Sticky Notes)】

  • 每节点 = 一张 240×180px 便利贴, 4 套颜色随机分配: 黄 #fcd34d / 桃 #fca5a5 / 薄荷 #a7f3d0 / 天 #a5b4fc
  • 便利贴有轻微旋转 transform: rotate(±2deg) 不一致, 投影 drop-shadow(0 6px 14px rgba(0,0,0,0.12)), 顶部胶带 linear-gradient(...) 装饰。
  • 节点内容: 1 个 emoji 或单线 SVG icon + 大字标题 (16-20px) + 一行描述 (12px)。
  • 节点字体: Kalam / Caveat / Patrick Hand 手写感字体 (中文用 霞鹜文楷LXGW WenKai Screen)。

【连接线 (SVG)】

  • <path> Bezier 曲线连接节点, stroke #2a2a2a, width 2.5, stroke-linecap: round, stroke-dasharray: 0 (实线) 或 8 6 (虚线 = 条件分支)。
  • 箭头终端用 marker-end, 黑色三角小箭头。
  • 复杂节点可有循环或分支: 同一节点连出 2 条 (分叉) 或 2 条进入一节点 (合并)。

【可选交互】

  • 顶部 caption (sans, 12px uppercase): "FLOW · MIGRATION · 2026"。
  • 鼠标 hover 节点: 抬起阴影 + scale 1.05, 用 CSS transition。
  • 一个"光标"装饰 (<svg> arrow + name tag), 浮在某节点旁, 模拟 figma 协作光标。

【设计细节】

  • 至少 5 个节点, 最多 12 个。
  • 节点排布不要全部居中对齐, 要有一点白板风的"随手贴"感, 但保证连接线清晰不交叉。
  • 严禁: 全屏深色背景、霓虹色、企业 dashboard 风格。
  • 字体不能用 Inter / 衬线, 必须手写感。
  • 单文件 HTML, 不要外部图标库 (用 inline SVG)。
  • 必须用用户的真实流程内容; 节点文字直接来自用户输入。
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 65 lines · 26 tokens per session scan A 787a3286bad4

Subscribe to this mod's changes

frame-flowchart-sticky is a skill published in the GitHub repository wolfenazz/YzPzCode (13 stars, last pushed yesterday), licensed Apache-2.0. It adds 26 tokens to every session and 1,132 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to frame-flowchart-sticky, differing in 0 lines, and is treated as a copy.