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 elevanaltd/HestAI-MCP --skill standards-reviewgit clone --depth 1 https://github.com/elevanaltd/HestAI-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/elevanaltd/hestai-mcp/standards-review)<a href="https://agentmods.dev/skills/elevanaltd/hestai-mcp/standards-review"><img src="https://agentmods.dev/badge/skills/elevanaltd/hestai-mcp/standards-review/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/elevanaltd/hestai-mcp/standards-review"><img src="https://agentmods.dev/badge/skills/elevanaltd/hestai-mcp/standards-review.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.00000 | $0.01988 |
| Opus 5 | $0.00000 | $0.00994 |
| Sonnet 5 | $0.00000 | $0.00398 |
| Haiku 4.5 | $0.00000 | $0.00199 |
Grade A, and why
standards-review 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 7d 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 — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
===SKILL:STANDARDS_REVIEW=== META: TYPE::SKILL VERSION::"2.0.0" STATUS::ACTIVE PURPOSE::"Methodology for evidence-based system standards documentation review with integrated finding prioritization. Provides structured analysis framework for reviewing architectural decisions, specs, rules, and standards artifacts against North Star alignment, cross-document consistency, structural completeness, and downstream impact."
§1::STANDARDS_REVIEW_DIMENSIONS DIMENSIONS::[ ALIGNMENT::[ DEFINITION::"Does this artifact align with North Star immutables (I1-I6)?", CHECK::"Map each claim, rule, or decision to a specific immutable or justify its independence", EVIDENCE::"North Star clause reference + alignment reasoning", VERDICT::ALIGNED|MISALIGNED|JUSTIFIED_DEVIATION ], CONTRADICTION::[ DEFINITION::"Does this artifact contradict any existing standards document?", CHECK::"Cross-reference against decisions/, specs/, rules/, agent definitions, and patterns", EVIDENCE::"Document reference + specific clause conflict + severity", VERDICT::NO_CONTRADICTION|MINOR_TENSION|BLOCKING_CONTRADICTION ], COMPLETENESS::[ DEFINITION::"Does this artifact have all required fields and sufficient justification?", CHECK::"Validate OCTAVE structure, required sections, meta fields, and reasoning depth", EVIDENCE::"Missing field list + structural validation results", VERDICT::COMPLETE|INCOMPLETE|STRUCTURALLY_INVALID ], IMPACT::[ DEFINITION::"What downstream effects does this standards change have?", CHECK::"Map impact on agents, skills, patterns, workflows, and CI pipelines", EVIDENCE::"Affected artifact list + impact severity per artifact", VERDICT::NO_IMPACT|LOW_IMPACT|HIGH_IMPACT|BREAKING_IMPACT ], PRECEDENCE::[ DEFINITION::"Does this artifact respect the structural precedence hierarchy?", CHECK::"Verify System Standard > North Stars > ADRs > Workflows ordering", EVIDENCE::"Hierarchy position + any violations of lower-overrides-higher", VERDICT::COMPLIANT|VIOLATION ], SCOPE::[ DEFINITION::"Is this artifact within the documented scope boundaries?", CHECK::"Validate against North Star IS/IS_NOT declarations", EVIDENCE::"Scope boundary reference + in/out determination", VERDICT::IN_SCOPE|OUT_OF_SCOPE|SCOPE_EXPANSION_PROPOSED ] ]
§2::STANDARDS_FILE_TYPE_CHECKLIST FILE_TYPES::[ ADR::[ REQUIRED_FIELDS::[number,title,status,context,decision,consequences], NUMBERING::"Must follow ADR numbering convention (ADR-NNNN)", STATUS_VALUES::[PROPOSED,ACCEPTED,DEPRECATED,SUPERSEDED], TRACEABILITY::"Must reference triggering issue or discussion" ], NORTH_STAR::[ REQUIRED_FIELDS::[immutables,assumptions,constrained_variables,scope_boundaries], IMMUTABLE_FORMAT::"I#::NAME::[PRINCIPLE,WHY,STATUS]", AMENDMENT_RULE::"Only human authority can modify immutables" ], AGENT_DEFINITION::[ REQUIRED_SECTIONS::[IDENTITY,OPERATIONAL_BEHAVIOR,CAPABILITIES,INTERACTION_RULES], IDENTITY_FIELDS::[ROLE,COGNITION,ARCHETYPE,MISSION,AUTHORITY_BLOCKING], CHASSIS_VERSION::"Must match current chassis version (v8.2)", SKILL_EXISTENCE::"Referenced skills must exist in library/skills/" ], SKILL_DEFINITION::[ REQUIRED_FIELDS::[META,at_least_one_protocol_section], RECOMMENDED_FIELDS::[PURPOSE], ANCHOR_KERNEL::"Should include §5::ANCHOR_KERNEL with TARGET, NEVER, MUST, GATE", NAMING::"Directory name must match skill identifier in agent CAPABILITIES" ], PATTERN_DEFINITION::[ REQUIRED_SECTIONS::[CORE_PRINCIPLE,DECISION_FRAMEWORK,USED_BY,ANCHOR_KERNEL], ANTI_PATTERN::"Must declare the anti-pattern this pattern prevents", AGENT_BINDING::"USED_BY must list consuming agents" ], SPEC::[ REQUIRED_FIELDS::[purpose,scope,requirements,acceptance_criteria], TRACEABILITY::"Must reference parent North Star requirement or ADR" ], RULE::[ REQUIRED_FIELDS::[scope,rule_statement,enforcement,exceptions], AUTHORITY::"Must declare which authority level enforces the rule" ] ]
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.
- 7d ago First seen · 180 lines · 0 tokens per session scan A dc14afffc3cf
standards-review is a skill published in the GitHub repository elevanaltd/HestAI-MCP (0 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,988 tokens. 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…