verify

verify is a skill for Claude Code, Codex from ostin-pil/aboard. It costs 11 tokens per session (151 once invoked), scanned A, original, Apache-2.0.

A checklist for checking the current state of the aboard project. It covers TypeScript type-checking, linting, source-file inventory, key product surfaces, and branch context.

In plain words
What is it for?
Use it to run the project's type-check and lint checks, list source files, confirm features such as graph and dossier views, inspect JSON-LD endpoints, and report what remains.
Why use it?
It gathers common build and implementation checks into one report, making missing work and type or lint problems easier to spot.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/ostin-pil/aboard/verify
Any agent
npx skills add ostin-pil/aboard --skill verify
Clone the repo
git clone --depth 1 https://github.com/ostin-pil/aboard

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/ostin-pil/aboard/verify.svg)](https://agentmods.dev/skills/ostin-pil/aboard/verify)
Your own site
<a href="https://agentmods.dev/skills/ostin-pil/aboard/verify"><img src="https://agentmods.dev/badge/skills/ostin-pil/aboard/verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 151 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00011 $0.00151
Opus 5 $0.00005 $0.00076
Sonnet 5 $0.00002 $0.00030
Haiku 4.5 $0.00001 $0.00015

Measured 3d ago against content hash 005fa9ae9df4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 3d 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.

.claude/skills/verify/SKILL.md · 15 lines

What it actually says

Check the current state of the aboard project:

  1. Type-check: npx tsc --noEmit 2>&1 | tail -20
  2. Lint: npm run lint 2>&1 | tail -20
  3. List all source files under src/ and their line counts
  4. Note presence of key surfaces (graph view, claim detail, dossier, JSON-LD endpoints, agent forecast generation script)
  5. If on a feature branch, note the branch name and what it targets
  6. Report: what's done, what's next, any type or lint issues
Changes

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.

  1. 3d ago First seen · 15 lines · 11 tokens per session scan A 005fa9ae9df4

Subscribe to this mod's changes

verify is a skill published in the GitHub repository ostin-pil/aboard (0 stars, last pushed 5d ago), licensed Apache-2.0. It adds 11 tokens to every session and 151 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

design-mcp-server

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.

cyanheads/reliefweb-mcp-server · 62 tokens

add-tool

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

cyanheads/reliefweb-mcp-server · 35 tokens

api-context

Canonical reference for the unified Context object passed to every tool and resource handler in @cyanheads/mcp-ts-core. Covers the full interface, its RequestContext base, all sub-APIs (ctx.log, ctx.state, ctx.requestInput, ctx.inputs, ctx.enrich, ctx.content), and when to use each.

cyanheads/reliefweb-mcp-server · 79 tokens

api-linter

MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.

cyanheads/reliefweb-mcp-server · 86 tokens

api-canvas

DataCanvas primitive reference — a Tier 3 SQL/analytical workspace for tabular MCP servers, backed by DuckDB. Use when registering tables from upstream APIs, running ad-hoc SQL across them, and exporting results. Covers the acquire → register → query → export flow, per-table TTL, the token-sharing pattern for…

cyanheads/reliefweb-mcp-server · 85 tokens

api-errors

McpError constructor, JsonRpcErrorCode reference, and error handling patterns for @cyanheads/mcp-ts-core. Use when looking up error codes, understanding where errors should be thrown vs. caught, or using ErrorHandler.tryCatch in services.

cyanheads/reliefweb-mcp-server · 54 tokens