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 perniemann/pnCore --skill pn-render-verifygit clone --depth 1 https://github.com/perniemann/pnCoreWrote 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/perniemann/pncore/pn-render-verify)<a href="https://agentmods.dev/skills/perniemann/pncore/pn-render-verify"><img src="https://agentmods.dev/badge/skills/perniemann/pncore/pn-render-verify/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/perniemann/pncore/pn-render-verify"><img src="https://agentmods.dev/badge/skills/perniemann/pncore/pn-render-verify.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.00048 | $0.02262 |
| Opus 5 | $0.00024 | $0.01131 |
| Sonnet 5 | $0.00010 | $0.00452 |
| Haiku 4.5 | $0.00005 | $0.00226 |
Grade A, and why
pn-render-verify 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.
How it starts
The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
pn-render-verify
Mission
Read a visual artifact from disk, enumerate spec items against what is visible in the artifact, and emit a structured verifier.contract.json-shaped verdict. The output feeds directly into pn-skeptic-challenge as evidence. Do not assume quality from configuration — only assert what can be observed.
When to use
- Before invoking
pn-skeptic-challengein "Skeptic on output (post-build)" mode when the deliverable is a render, image, screenshot, or HTML page. - Standalone, when a human or orchestrator needs a structured pass/fail verdict on a visual artifact against a spec.
Instructions
-
Locate the artifact. Identify the output file(s) — renders, screenshots, or HTML pages. Record each path and read the file. Log
read_bytesfor each artifact. -
Load the spec. Retrieve the original discovery spec or design brief (e.g. from
discoverySpec,.pncore-design.md, or the plan). Extract acceptance criteria: required visual elements, layout intent, color/typography constraints, and any runtime-specific requirements. -
Enumerate spec items. For each spec item, make a direct observation:
- Assign
status:"pass"|"fail"|"partial"|"unknown". - Record
evidence: a one-sentence description of what is visible (not what was configured). - If
"fail"or"partial", note what is missing or wrong.
- Assign
-
Emit structured verdict in
verifier.contract.jsonshape:{ "acceptance_results": [ { "id": "AC-001", "status": "pass | fail | partial | unknown", "evidence": "One-sentence observation from the artifact." } ], "test_results": { "status": "unknown | pass | fail", "notes": "" }, "ci_impact": { "risk": "low | medium | high", "notes": "" }, "final_recommendation": "ship | ship_with_notes | iterate | block" }Additionally, populate
visual_evidence(perskeptic.contract.jsonextension) for the artifact:
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.
- 9d ago First seen · 104 lines · 48 tokens per session scan A 0f210de48c8c
pn-render-verify is a skill published in the GitHub repository perniemann/pnCore (0 stars, last pushed 6d ago), licensed MIT. It adds 48 tokens to every session and 2,262 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
typescript
TypeScript coding conventions, best practices, and patterns for writing clean, maintainable code.
taiyi-diagram-arch
A workflow for turning written system or product architecture into readable, version-controlled diagrams using Mermaid or exported SVG and PNG files. Architecture diagrams show components, boundaries, data flows, and deployment relationships.
taiyi-restyle
A planning guide for breaking a large user-interface redesign into smaller, independently reviewable tasks. A user interface is the part of an application that people see and use.
taiyi-diagram-pipeline
A pipeline that creates and updates architecture diagrams in three stages: a C4 model from the code, an engineering architecture diagram, and an exported PNG image. C4 is a way to describe software architecture at several levels of detail.
taiyi-diagram-render
A tool for rendering existing C4 or architecture Mermaid diagrams as SVG or PNG images. C4 is a way to show software systems at different levels, while Mermaid is a text format for diagrams.
apply-mantel-styles
Provides guidelines for applying Mantel's brand styles to diagrams and frontend components. Use when asked to create visuals that need to align with Mantel's branding.