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 agentmods add skills/patternfly/patternfly-mcp/review-zod-integrationnpx skills add patternfly/patternfly-mcp --skill review-zod-integrationgit clone --depth 1 https://github.com/patternfly/patternfly-mcpWrote 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/patternfly/patternfly-mcp/review-zod-integration)<a href="https://agentmods.dev/skills/patternfly/patternfly-mcp/review-zod-integration"><img src="https://agentmods.dev/badge/skills/patternfly/patternfly-mcp/review-zod-integration.svg" alt="Measured on agentmods" 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 | $0.00087 | $0.01383 |
| Opus 5 | $0.00044 | $0.00691 |
| Sonnet 5 | $0.00017 | $0.00277 |
| Haiku 4.5 | $0.00009 | $0.00138 |
Grade A, and why
review-zod-integration 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 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.
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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Review Zod Integration (PatternFly MCP)
When to use
- User bumps or proposes bumping
zodinpackage.json - User asks for a Zod upgrade review, integration review, or impact analysis
- Dependabot/Renovate PR for
zod - User wants a report comparing Zod release notes to this codebase
Workflow
-
Versions and release notes
- Read
package.json,package-lock.json, andnode_modules/zod/package.jsonif installed. - Note previous version from
git log -1 -- package.jsonor the bump PR/commit. - Fetch release notes for the target minor/major (release page, GitHub API, packaged changelog, or any fetch tool):
https://github.com/colinhacks/zod/releases/tag/v{VERSION}. - For patch bumps within the same minor (e.g. 4.4.1 → 4.4.3), use the minor release notes (e.g. v4.4.0) plus patch-specific notes when present.
- Offline fallback: If release notes cannot be retrieved, state that limitation and continue from
package.json, lockfile, and the inventory/audit steps only. - Extract potentially breaking, other fixes, performance, and locales sections.
- If notes are ambiguous or the bump is minor/major, follow reference.md — Audit depth policy (prefer
node_modules/zod/src/when shipped; otherwise published entry points frompackage.jsonexports).
- Read
-
Repo guidelines
- Read (do not paste into the report):
CONTRIBUTING.md,guidelines/agent_coding.md,guidelines/agent_testing.md,docs/development.md.
- Read (do not paste into the report):
-
Codebase inventory
- Run all commands in reference.md — Grep patterns. Read reference.md — Key files.
- Record used vs not used per release-note item.
- Apply reference.md — Compatibility policy (Zod detection): new detection must be additive; do not remove
_defor v3 paths unless release notes show a concrete conflict.
What ships with it
1 file 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.
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.
- 4d ago First seen · 78 lines · 87 tokens per session scan A 2462a2a6a4dd
review-zod-integration is a skill published in the GitHub repository patternfly/patternfly-mcp (4 stars, last pushed 3d ago), licensed MIT. It adds 87 tokens to every session and 1,383 once invoked, about $0.0004 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-31.
Other skills, from other repositories
lint-js
Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust).
dd-code-generation
Use pup CLI for immediate Datadog operations or generate code for integration into applications.
fast-typescript-check
Keep www-sacred's TypeScript fast to type-check and fast to run. Use when touching the ASCII/canvas animation components (the only real per-frame code here), tightening type-check wall-clock, or auditing a change for runtime or compiler regressions. Scoped to this repo — a React 19 / Next.js 16 component library plus…
migrate-better-result-3
Migrate a TypeScript codebase from better-result 2.x to 3.0. Use when upgrading better-result across the TaggedError syntax, removed Result serialization helpers, recovery inference, matching, or retry APIs.
typescript-magician
Designs complex generic types, refactors any types to strict alternatives, creates type guards and utility types, and resolves TypeScript compiler errors. Use when the user asks about TypeScript (TS) types, generics, type inference, type guards, removing any types, strict typing, type errors, infer, extends…
drizzle-migrations
Drizzle ORM schema management and SQLite migrations — adding tables, modifying columns, creating indexes, generating and running migrations, Drizzle query patterns. NOT for Prisma, TypeORM, Sequelize, or raw SQL migration tools.