vf-doc-review

vf-doc-review is a skill for Claude Code, Codex from veryfront/veryfront-code. It costs 49 tokens per session (3,841 once invoked), scanned C, original, Apache-2.0.

A review guide for Veryfront's user documentation, including guides and reference links. It checks whether the documentation matches the source code and follows the project's structure and writing standards.

In plain words
What is it for?
Reviewing front matter, headings, guide order, cross-links, API references, code examples, and Getting Started content.
Why use it?
It catches outdated instructions, broken links, missing setup information, and structural problems that ordinary tests may not detect.

Skill for Claude CodeCodex

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/veryfront/veryfront-code/vf-doc-review
Any agent
npx skills add veryfront/veryfront-code --skill vf-doc-review
Clone the repo
git clone --depth 1 https://github.com/veryfront/veryfront-code

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 vf-doc-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/veryfront/veryfront-code/vf-doc-review.svg)](https://agentmods.dev/skills/veryfront/veryfront-code/vf-doc-review)
Your own site
<a href="https://agentmods.dev/skills/veryfront/veryfront-code/vf-doc-review"><img src="https://agentmods.dev/badge/skills/veryfront/veryfront-code/vf-doc-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,841 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
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 $0.00049 $0.03841
Opus 5 $0.00024 $0.01920
Sonnet 5 $0.00010 $0.00768
Haiku 4.5 $0.00005 $0.00384

Measured 4d ago against content hash 2c45bd94488d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

vf-doc-review scanned grade C with 2 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 4d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- Downloadable installer URLs and behavior (e.g. `curl ... | sh`, PowerShell `irm | iex` snippets)

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Downloadable installer URLs and behavior (e.g. `curl ... | sh`, PowerShell `irm | iex` snippets)
.claude/skills/vf-doc-review/SKILL.md · 264 lines

How it starts

The opening of the file, as written. The whole thing — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Veryfront Documentation Review

Overview

A four-pillar review of veryfront's user-facing docs (docs/guides/, docs/reference/). Catches what the existing test suite cannot: stale API references, AI-flavored prose, structural drift, and broken reading flows.

Core principle: Documentation is a product surface. Review it like code — concrete findings with file:line citations, no vague impressions.

Scope

In scope Out of scope
docs/guides/*.md content & code samples docs/reference/veryfront/*.md body (generated by scripts/docs/generate-api-reference.ts)
docs/guides/index.md ordering Architecture deep-dives in docs/architecture/
Frontmatter on every guide README files in src/
Cross-links between guides + into reference docs

For reference docs: only check that guides link to the correct generated reference pages, not the reference body itself.

What Is Already Automated — Do Not Redo

These tests already run in CI. Run them first; only flag what they miss.

Test Checks
tests/docs/guide-contracts.test.ts Per-guide required references + code snippets exist
tests/docs/guide-content.test.ts Specific content invariants (e.g. OAuth uses tokenStore.getTokens, deploy guides don't claim a URL is printed)
tests/docs/guide-code-examples.test.ts TypeScript code samples compile against real imports
tests/docs/guide-examples.test.ts End-to-end snippet execution

Read the full file on GitHub · 264 lines

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. 4d ago First seen · 264 lines · 49 tokens per session scan C 2c45bd94488d

Subscribe to this mod's changes

vf-doc-review is a skill published in the GitHub repository veryfront/veryfront-code (18 stars, last pushed today), licensed Apache-2.0. It adds 49 tokens to every session and 3,841 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hono-core

Hono ultrafast web framework fundamentals - routing, context, handlers, and response patterns for multi-runtime deployment.

bobmatnyc/claude-mpm-skills · 26 tokens

nifra-api

Use when building or changing a typed JSON API in Nifra - routes with server() or defineContract, request validation with @nifrajs/schema or any Standard Schema library, middleware and plugins, WebSockets, OpenAPI, and consuming the API from the zero-codegen @nifrajs/client. Load after the nifra skill.

nifrajs/nifra · 73 tokens

nifra-web

Use when building the full-stack side of a Nifra app - file routes, layouts, loaders and actions, forms, server functions, streaming SSR, islands, SSG and ISR, the query cache, and the React, Vue, Solid, Svelte, or Preact render adapters. Covers the client/server boundary rules and the hydration errors that boundary…

nifrajs/nifra · 85 tokens

nifra

Use when writing, reviewing, or debugging code in a Nifra project (@nifrajs/ packages, nifra CLI, server()/defineContract, loaders and actions, file routes under routes/). Explains how to reach Nifra's live MCP tools so signatures come from the installed version instead of memory, and which sibling skill to load for…

nifrajs/nifra · 83 tokens

security-checkup

Deterministic, no-AI security scan of the current repo: dependency advisories (osv-scanner), committed secrets (gitleaks), unsafe-pattern taint rules (semgrep), and the project verify gate. Normalizes every result into one Finding schema, writes .security/report.json + report.md, and exits with a CI-gateable contract.…

nifrajs/nifra · 87 tokens

nifra-verify

Use before declaring Nifra work complete, when a Nifra CI gate fails, or when wiring Nifra checks into CI - nifra check drift gate, nifra assure route security evidence, nifra capabilities check effect provenance, nifra manifest diff deploy promotion, nifra doctor, the verification ladder, and contract-derived testing…

nifrajs/nifra · 94 tokens