spec-check

spec-check is a skill for Claude Code from ForumHFR/redface2. It costs 43 tokens per session (450 once invoked), scanned A, original, GPL-3.0.

A consistency checker for Redface 2 specification files. It compares module names, models, types, diagrams and versions across files.

In plain words
What is it for?
Use it after changing Redface 2 specifications to find cross-file mismatches.
Why use it?
It helps catch contradictions between specification files after an edit, before they reach a commit.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: installed under .agents/ (shared by several agents).

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/forumhfr/redface2/spec-check
Any agent
npx skills add ForumHFR/redface2 --skill spec-check
Clone the repo
git clone --depth 1 https://github.com/ForumHFR/redface2

Made for: Claude Code.

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 spec-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/forumhfr/redface2/spec-check.svg)](https://agentmods.dev/skills/forumhfr/redface2/spec-check)
Your own site
<a href="https://agentmods.dev/skills/forumhfr/redface2/spec-check"><img src="https://agentmods.dev/badge/skills/forumhfr/redface2/spec-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 450 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.1 $0.00043 $0.00450
Opus 5 $0.00022 $0.00225
Sonnet 5 $0.00009 $0.00090
Haiku 4.5 $0.00004 $0.00045

Measured 6d ago against content hash 804c95bf8a06, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

spec-check 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 6d 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.

.agents/skills/spec-check/SKILL.md · 37 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 37 lines · 43 tokens per session scan A 804c95bf8a06

Subscribe to this mod's changes

spec-check is a skill published in the GitHub repository ForumHFR/redface2 (10 stars, last pushed yesterday), licensed GPL-3.0. It adds 43 tokens to every session and 450 once invoked, about $0.0002 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

platform-parity-audit

Audit iOS port parity against the Android app. Compares ViewModels, Views, Settings, and Navigation at the code level, verifies features from docs/videos/ TOML project files, and optionally captures side-by-side screenshots. Use when the user asks to compare iOS vs Android, check iOS parity, find missing iOS features…

baijum/ukulele-companion · 83 tokens

pr-groups

Group open GitHub issues into cohesive sets, each landable as a single PR, with a merge order and a parallelism verdict. Use when the user asks which issues can be fixed in one PR, how to batch issues into PRs, how to plan the work for a release, or how to split a set of issues across sessions. Accepts a priority/area…

baijum/ukulele-companion · 94 tokens

ios-screenshot-capture

Capture screenshots and screen recordings from an iOS Simulator using xcrun simctl. Use when the user asks to take iOS screenshots, capture iOS screens, record iOS video, create iOS app visuals, generate iOS documentation images, or mentions simctl screenshots.

baijum/ukulele-companion · 62 tokens

android-bug-reproduce

Reproduce and debug Android bugs on an emulator using ADB. Covers emulator setup, test data seeding, UI navigation via uiautomator, log capture, and screenshots. Use when the user asks to reproduce a bug, debug an issue on an emulator, or investigate an Android crash/behavior.

baijum/ukulele-companion · 67 tokens

large-feature-harness

Planner-Generator-Evaluator harness for large, multi-screen features or major refactors. Separates planning, implementation, and evaluation into distinct phases with isolated context, preventing self-grading bias and context drift. Use when the user asks to build a large feature, do a major refactor, or implement…

baijum/ukulele-companion · 71 tokens

play-store-promote-public

Promote a release to Google Play open testing or production tracks. Supports full rollout and staged rollout to production. Use when the user asks to promote to open testing, beta, go to production, release to all users, staged rollout, or increase rollout percentage.

baijum/ukulele-companion · 58 tokens