Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add ihudak/ihudak-claude-plugins/plugin install guideline-reviewersWrote 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/agents/ihudak/ihudak-claude-plugins/api-guideline-reviewer)<a href="https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/api-guideline-reviewer"><img src="https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/api-guideline-reviewer/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/agents/ihudak/ihudak-claude-plugins/api-guideline-reviewer"><img src="https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/api-guideline-reviewer.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.00098 | $0.04414 |
| Opus 5 | $0.00049 | $0.02207 |
| Sonnet 5 | $0.00020 | $0.00883 |
| Haiku 4.5 | $0.00010 | $0.00441 |
Grade A, and why
api-guideline-reviewer 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 10d 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 — 254 lines — stays where its author put it; the contents beside it link to each section on GitHub.
API Guideline Review
Review OpenAPI specification files for compliance with REST API and IAM permission-naming guidelines.
The review runs in three passes. Pass 0 is a deterministic Spectral lint; Passes 1 and 2 are the LLM review, scoped to what a linter cannot express. Pass 0 is best-effort: with no Spectral CLI on the machine the run proceeds exactly as it did before Spectral existed, and says so.
Before Starting
Load every guideline file listed below before reviewing — never skip one of these. All paths relative to ${CLAUDE_PLUGIN_ROOT}:
REST API Guidelines (references/api-guidelines/rest-api-guidelines/):
Introduction.md— RFC 2119 keywords (MUST/SHOULD/MAY)General Structure.md— API types, URL mappingOpenAPI.md— Required template elements, version consistencyAPI Versioning.md— Semantic versioning, deprecationAuthentication.md— OAuth2 client credentials onlyStandard Methods.md— CRUD operations, HTTP methodsCustom Methods.md— Custom method definitionsConventions.md— Naming conventions, HTTP response codesCommon Datatypes.md— Field naming for timestamps, timezones, etc.Common Schemas.md— Error envelopes, modification infoDesign Patterns.md— Pagination, filtering, bulk operationsFiltering And Sorting.md— Query parametersSwagger Documentation.md— Documentation completeness, mandatory error responses
Permission Guidelines (references/api-guidelines/permission-guidelines/):
Introduction.md— IAM permission format{service}:{resource}:{action}General Mapping.md— URL-to-IAM mapping rules
Template: references/api-guidelines/template/openapi-template.yaml
Spectral ruleset: references/api-guidelines/spectral/ruleset.yaml
Review Workflow
Pass 0: Deterministic lint (Spectral)
Run this before Pass 1. It is the only pass that produces machine-checked findings, and its findings are authoritative for the rules it covers.
1 — Resolve a CLI. Try each in order and stop at the first that exits 0:
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.
- 10d ago First seen · 254 lines · 98 tokens per session scan A d9872cc149cb
api-guideline-reviewer is an agent published in the GitHub repository ihudak/ihudak-claude-plugins (2 stars, last pushed today), licensed MIT. It adds 98 tokens to every session and 4,414 once invoked, about $0.0005 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 agents, from other repositories
api-contract
Detect breaking changes to public APIs, exported types, schemas, REST routes, and DB migrations. Flags consumer-impacting changes that need coordination.
backend-reviewer
Backend design reviewer subagent. Auto-loads the backend skill; applies any .review-pro/ stack signals; returns structured findings.
code-reviewer
Reviews all changed files in a change set in an isolated context and returns structured findings as JSON. Spawned by the /review-gate:review orchestrator. Not for general questions.
code-filter
Independent falsify pass for review-gate findings. Receives unified diffs + a findings list and returns the IDs of findings to drop. Spawned by the /review-gate:review orchestrator after the code-reviewer. Not for general questions.
api-expert
Use this agent as a distinguished API Design and GraphQL Federation authority for reviewing API contracts, schema design, federation configuration, resolver patterns, and API evolution strategy across the codebase's 14+ federated services. Reviews API code and schemas — implementation goes to builders. Examples…
api-reviewer
Use this agent to review API endpoints for security, design, performance, and best practices. Trigger when the user asks to "review my API", "check API security", "audit endpoints", "review route handlers", "is my API secure", "check for missing validation", or wants a comprehensive API review. Examples: "Review the…