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.
git clone --depth 1 https://github.com/sergeyklay/.agentsWrote 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/commands/sergeyklay/.agents/vet-spec)<a href="https://agentmods.dev/commands/sergeyklay/.agents/vet-spec"><img src="https://agentmods.dev/badge/commands/sergeyklay/.agents/vet-spec/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/commands/sergeyklay/.agents/vet-spec"><img src="https://agentmods.dev/badge/commands/sergeyklay/.agents/vet-spec.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.00009 | $0.00763 |
| Opus 5 | $0.00005 | $0.00381 |
| Sonnet 5 | $0.00002 | $0.00153 |
| Haiku 4.5 | $0.00001 | $0.00076 |
Grade A, and why
vet-spec 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 — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Your task is to evaluate whether a specification is ready to be implemented: aligned with the project, feasible given the codebase, free of structural risk, complete enough to be implemented without divergent interpretation, with appropriate quality-attribute tradeoffs.
Task
- Use the
review-specAgent Skill to drive every phase: resolve the task reference, build project context, read the specification thoroughly, evaluate it against the six dimensions (alignment, feasibility, risks, completeness, tradeoffs, recommendations), then compose the review. - The command receives two arguments:
- Task name - a brief description of the feature OR a GitHub issue reference (
https://github.com/owner/repo/issues/123,owner/repo#123,#123). - Spec path - the path to the specification markdown file.
- Task name - a brief description of the feature OR a GitHub issue reference (
- If the task argument is a GitHub issue reference, the skill's Phase 1 fetches context with
gh issue view <ref> --json title,bodyand uses the issue title as the task name and the body as additional context. If the argument is plain text, the skill treats it as the task name verbatim. - Read the spec file in its entirety before evaluating - it is the primary subject of this review.
- Discover project context by searching the conventional locations - project context files (
AGENTS.md,CLAUDE.md,GEMINI.md,CONTRIBUTING.md,README.md), architecture documentation, ADR sets, build manifests, and schema files. Do not assume specific filenames or paths; the skill's discovery rules apply.
Skill Enforcement
MANDATORY: Apply the review-spec Agent Skill verbatim.
The skill is the single source of truth for how to evaluate the spec, classify findings, and structure the report. The project's context files are the source of truth for what the architecture, layering, naming conventions, and review standards are. Consult each at the moment the skill calls for it.
Process:
- Load the
review-specAgent Skill before reading the specification. - Walk through every phase in order. Do not skip, merge, or abbreviate any phase. Each gate prevents a documented failure mode (ungrounded reviews, missed conventions, ambiguity blindness, severity inflation).
- If the skill is unavailable in this environment, stop and report the failure. Do not improvise a replacement protocol.
- Write the final review to
.reviews/Review-spec-{slug}.mdper the skill's output rules. Print the path of the file written.
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 · 37 lines · 9 tokens per session scan A bcf15e80f598
vet-spec is a command published in the GitHub repository sergeyklay/.agents (5 stars, last pushed today), licensed Apache-2.0. It adds 9 tokens to every session and 763 once invoked, about $0.0000 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 commands, from other repositories
psql-query
Run ad-hoc PostgreSQL analytics queries against dev/test database.
ship
Seen on their staging, then live. Rollback you have run.
test-feature
Test a React Native feature on the running simulator/emulator. Verifies UI, user flows, and internal state. Generates a persistent Maestro test file.
speckit.polish
Polish and complete speckit workflow — quality gate, docs, changelog, MR.
review
Recent git commits: !git log --oneline -10.
debug
Systematic debugging — 4-phase root cause process with defense-in-depth verification.