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/antonhu/ai-coding-project/ui-verificationnpx skills add AntonHu/ai-coding-project --skill ui-verificationgit clone --depth 1 https://github.com/AntonHu/ai-coding-projectWhat 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.00078 | $0.01404 |
| Opus 5 | $0.00039 | $0.00702 |
| Sonnet 5 | $0.00016 | $0.00281 |
| Haiku 4.5 | $0.00008 | $0.00140 |
Grade A, and why
ui-verification 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
21 files 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.
- rules/comparison-content-image.md 1.3 KB
- rules/comparison-content-text.md 1.5 KB
- rules/comparison-hierarchy.md 1.3 KB
- rules/comparison-layout.md 2.3 KB
- rules/errors-alignment.md 1.1 KB
- rules/errors-button-dimensions.md 1.1 KB
- rules/errors-button-position.md 946 B
- rules/errors-css-priority.md 1.3 KB
- rules/errors-flex-column-width.md 1.1 KB
- rules/errors-flex-layout.md 1.1 KB
- rules/errors-grid-container-width.md 1.2 KB
- rules/errors-page-container-width.md 1.0 KB
- rules/tools-browser-navigation.md 2.6 KB
- rules/tools-design-guidelines.md 2.0 KB
- rules/workflow-checklist.md 1.5 KB
- rules/workflow-problem-list.md 1.7 KB
- rules/workflow-reflection.md 1.8 KB
- rules/writing-alignment.md 1.4 KB
- rules/writing-element-completeness.md 1.7 KB
- rules/writing-list-layout.md 2.2 KB
- rules/writing-page-container-width.md 1.1 KB
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.
- 3d ago First seen · 104 lines · 78 tokens per session scan A 7b2fc341cc4b
ui-verification is a skill published in the GitHub repository AntonHu/ai-coding-project (108 stars, last pushed 6mo ago), with no licence file. It adds 78 tokens to every session and 1,404 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-30.
Other skills, from other repositories
use-agent-browser-for-airi
Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…
test-conversion
Workflow for converting unit tests to browser tests for Project Bedrock. Invoke this when the user wants to remove complex Browser dependencies from tests.
agui-dotnet-cross-language-tests
Author cross-language interop tests that verify the AG-UI .NET SDK is wire-compatible with the TypeScript SDK — a Vitest TS client driving a C# CrossLanguage.TestServer over HTTP, both directions, including protobuf byte-parity against @ag-ui/proto. USE FOR: adding or modifying cross-language interop coverage…
cli-e2e-testcase-writer
Use when adding or updating Go CLI E2E coverage for one tests/clie2e/{domain} domain of the compiled lark-cli, especially when the work requires live --help or schema exploration, scenario-based clie2e.RunCmd workflows, and per-domain coverage.md maintenance.
harness-test-writer
Add regression test cases to the Bifrost provider harness (the Postman collection run via make run-provider-harness-test) based on a merged PR or a GitHub issue. Fetches the PR/issue, traces the affected wire path in the codebase, checks existing harness coverage, designs cases following harness conventions, inserts…
develop-web-game
Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with rendergametotext.