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 yzlnew/infra-skills --skill hf-architecture-tikzgit clone --depth 1 https://github.com/yzlnew/infra-skillsWrote 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/yzlnew/infra-skills/hf-architecture-tikz)<a href="https://agentmods.dev/skills/yzlnew/infra-skills/hf-architecture-tikz"><img src="https://agentmods.dev/badge/skills/yzlnew/infra-skills/hf-architecture-tikz/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/yzlnew/infra-skills/hf-architecture-tikz"><img src="https://agentmods.dev/badge/skills/yzlnew/infra-skills/hf-architecture-tikz.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00142 | $0.02178 |
| Opus 5 | $0.00071 | $0.01089 |
| Sonnet 5 | $0.00028 | $0.00436 |
| Haiku 4.5 | $0.00014 | $0.00218 |
Grade A, and why
hf-architecture-tikz 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
11 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.
- examples/deepseek-v4-flash/arch.json 11 KB
- examples/deepseek-v4-flash/deepseek-v4-flash.pdf 34 KB
- examples/deepseek-v4-flash/deepseek-v4-flash.png 791 KB
- examples/deepseek-v4-flash/deepseek-v4-flash.tex 27 KB
- references/architecture_families.md 4.2 KB
- references/param_formulas.md 7.4 KB
- references/raschka_style_guide.md 4.4 KB
- scripts/compile.sh 996 B runs code
- scripts/extract_arch.py 31 KB runs code
- scripts/render_tikz.py 3.3 KB runs code
- templates/anthropic.tex.j2 24 KB
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 · 97 lines · 142 tokens per session scan A 09b85d7a20bb
hf-architecture-tikz is a skill published in the GitHub repository yzlnew/infra-skills (146 stars, last pushed 2mo ago), with no licence file. It adds 142 tokens to every session and 2,178 once invoked, about $0.0007 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
cvqnn
Skill for understanding, using, and implementing the Continuous Variable Quantum Neural Network (CVQNN) for binary classification via the CVQNNAlgorithm class, CVSimulator, and CVClassifier. Skill-first for covered code generation, runnable examples, execution, debugging, validation, and fixed workflows.
vqc
Skill for understanding, using, and implementing the Variational Quantum Classifier (VQC) for Iris dataset classification with data re-uploading and Parameter Shift Rule via the VQCAlgorithm class. Skill-first for covered code generation, runnable examples, execution, debugging, validation, and fixed workflows.
pennylane
PennyLane - A versatile quantum machine learning library that supports hybrid quantum-classical computations.
quantum-machine-learning
Variational quantum algorithms for optimization and machine learning, including QAOA for combinatorial optimization, VQE for ground-state energy estimation, Fermi-Hubbard VQE for lattice models, VQC for supervised learning, QCBM for generative modeling, and CVQNN for continuous-variable workflows. Skill-first for…
iterate-ml-experiment
Owns the iteration loop on top of an ML workspace: the journal/JOURNAL.md index and the per-experiment journal/NNshortname.md design notes that must be drafted and approved by the user before experiments/NNshortname.py is created. Drives the propose → iterate → approve → implement → record loop; dispatches to…
iterate-from-user
Source the next ML experiment proposal from the user via one of three entry points selected by AskUserQuestion: (a) a scientific article URL the agent must read and synthesize, (b) a resource link or path (GitHub issue / spec file / reference repo), or (c) free-text the user types directly. In every branch, the agent…