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 rhtevan/agentfs --skill agentfs-archifygit clone --depth 1 https://github.com/rhtevan/agentfsWrote 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/rhtevan/agentfs/agentfs-archify)<a href="https://agentmods.dev/skills/rhtevan/agentfs/agentfs-archify"><img src="https://agentmods.dev/badge/skills/rhtevan/agentfs/agentfs-archify/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/rhtevan/agentfs/agentfs-archify"><img src="https://agentmods.dev/badge/skills/rhtevan/agentfs/agentfs-archify.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.00042 | $0.03043 |
| Opus 5 | $0.00021 | $0.01522 |
| Sonnet 5 | $0.00008 | $0.00609 |
| Haiku 4.5 | $0.00004 | $0.00304 |
Grade A, and why
agentfs-archify 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 5d 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.
This is a copy
78% identical to archify — 59 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.
How it starts
The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Archify
Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and stateDiagram input; inspect repository evidence when the diagram must reflect real code. Use when the user asks to visualize system architecture, infrastructure, cloud/security/network topology, technical workflows, API call sequences, request lifecycles, data pipelines, ETL/ELT, data lineage, state machines, or to convert/beautify Mermaid.
Create a self-contained, interactive HTML diagram from a small typed JSON specification. Static output is the default; enable motion only when the user asks for a demo or presentation.
Defaults
| Setting | Default | Override |
|---|---|---|
| Working directory | Current project root (./) |
Explicit user path |
| Output location | docs/ (relative to working directory) |
Explicit user path |
| File naming | <name>.<type>.html (e.g., system.architecture.html) |
Explicit user filename |
Create docs/ if it does not exist. The JSON IR candidate is written beside the output HTML in the same directory.
Fast authoring path
Use this bounded path for ordinary generation. Do not read the optional Viewer Runtime reference unless the user asks about those features.
- Choose
architecture,workflow,sequence,dataflow, orlifecyclefrom the question. - Read one matching schema in
schemas/,schemas/common.schema.json, and one matching JSON example inexamples/. Read only those files. Fresh authorship means new stable IDs, domain wording, and layout; use the example for field shape, not facts. When real product identity matters, querynode bin/archify.mjs brands "<name>" --json; readreferences/brand-marks.mdonly for an unknown brand with a user-provided URL. - Artifact first: the next tool action must write the candidate. Write the candidate before inspecting renderer internals. Do not plan exact coordinates in prose. Start with one clear main path, short side branches, sparse labels, and at most 12 primary nodes. Set
meta.quality_profileto"showcase"unless the user explicitly requests a densestandardmap. Start with automatic routes and labels. Do not addvia,channelX,channelY, orlabelAtbefore a diagnostic calls for one; apply at most one diagnosed geometry control per repair. - Validate after every candidate edit and immediately before handoff:
What ships with it
60 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.
- assets/template.html 613 KB
- bin/archify.mjs 58 KB runs code
- bin/open-artifact.mjs 2.2 KB runs code
- bin/preview.mjs 23 KB runs code
- bin/visual-check.mjs 19 KB runs code
- brand-marks/catalog.json 14 KB
- brand-marks/README.md 1.4 KB
- CHANGELOG.md 204 B
- delta/architecture-delta.mjs 69 KB runs code
- examples/agent-run.lifecycle.json 4.3 KB
- examples/agent-tool-call.workflow.json 6.2 KB
- examples/async-job-roundtrip.sequence.json 4.3 KB
- examples/brand-aware-delivery.architecture.json 3.2 KB
- examples/cache-miss-request.sequence.json 4.2 KB
- examples/checkout-platform.base.architecture.json 2.2 KB
- examples/checkout-platform.head.architecture.json 2.3 KB
- examples/dataflow-product-analytics.html 630 KB
- examples/deployment-release.lifecycle.json 4.2 KB
- examples/event-stream.dataflow.json 5.3 KB
- examples/incident-response.workflow.json 5.2 KB
- examples/lifecycle-agent-run.html 624 KB
- examples/product-analytics.dataflow.json 5.5 KB
- examples/production-deployment.architecture.json 5.3 KB
- examples/release-delivery.workflow.json 5.0 KB
- examples/sequence-cache-miss-request.html 627 KB
- examples/web-app-rendered.html 624 KB
- examples/web-app.architecture.json 3.7 KB
- examples/workflow-agent-tool-call-rendered.html 630 KB
- LICENSE 1.1 KB
- package-lock.json 3.2 KB
- package.json 1.3 KB
- recipes/scenarios.mjs 27 KB runs code
- references/authoring-contract.md 8.7 KB
- references/brand-marks.md 2.1 KB
- references/delivery-contract.md 5.4 KB
- references/viewer-runtime.md 4.1 KB
- renderers/architecture/grid.mjs 2.0 KB runs code
- renderers/architecture/render-architecture.mjs 33 KB runs code
- renderers/dataflow/README.md 4.1 KB
- renderers/dataflow/render-dataflow.mjs 20 KB runs code
- renderers/lifecycle/README.md 4.8 KB
- renderers/lifecycle/render-lifecycle.mjs 23 KB runs code
- renderers/sequence/README.md 4.7 KB
- renderers/sequence/render-sequence.mjs 21 KB runs code
- renderers/shared/brand-marks.mjs 22 KB runs code
- renderers/shared/cli.mjs 9.9 KB runs code
- renderers/shared/diagnostics.mjs 4.0 KB runs code
- renderers/shared/engineering-profiles.mjs 6.8 KB runs code
- renderers/shared/generated-brand-marks.mjs 160 KB runs code
- renderers/shared/generated-validators.mjs 410 KB runs code
- renderers/shared/geometry.mjs 52 KB runs code
- renderers/shared/layout-report.mjs 1015 B runs code
- renderers/shared/legend.mjs 8.3 KB runs code
- renderers/shared/output-path.mjs 10 KB runs code
- renderers/shared/repository-evidence.mjs 11 KB runs code
- renderers/shared/text-fit.mjs 2.1 KB runs code
- renderers/shared/utils.mjs 8.2 KB runs code
- renderers/shared/validator.mjs 3.4 KB runs code
- renderers/workflow/README.md 5.2 KB
- renderers/workflow/render-workflow.mjs 27 KB runs code
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.
- 5d ago First seen · 139 lines · 42 tokens per session scan A 0f43aa2fdcb6
agentfs-archify is a skill published in the GitHub repository rhtevan/agentfs (2 stars, last pushed today), licensed Apache-2.0. It adds 42 tokens to every session and 3,043 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 78% identical to archify, differing in 59 lines, and is treated as a copy.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
make-resume
A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.