vhk: Skill for Claude Code

.agents/skills/vhk-goal-health/SKILL.md

vhk-goal-health is a skill for Claude Code, Codex from byh3071-cpu/vhk. It costs 36 tokens per session (278 once invoked), scanned A, original, MIT.

A repair guide for VHK Goal files, which are small project records describing work to do and its status. It diagnoses invalid formats and restores only the files that are actually broken.

In plain words
What is it for?
Use it to inspect Goal files, convert supported older status names, repair schema errors, and verify the result with VHK commands.
Why use it?
It helps when VHK ignores a Goal because its format is invalid, or when a review cannot find it. It also avoids changing files when the project has already finished normally.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is byh3071-cpu/vhk's own configuration. It tells Claude Code and Codex how to work on vhk itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything vhk configures →

Reuse

Borrowing it

Nothing to install: this file belongs to byh3071-cpu/vhk. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/byh3071-cpu/vhk/main/.agents/skills/vhk-goal-health/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/byh3071-cpu/vhk

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 vhk-goal-health

README.md
[![agentmods](https://agentmods.dev/badge/skills/byh3071-cpu/vhk/vhk-goal-health/github.svg)](https://agentmods.dev/skills/byh3071-cpu/vhk/vhk-goal-health)
Your own site
<a href="https://agentmods.dev/skills/byh3071-cpu/vhk/vhk-goal-health"><img src="https://agentmods.dev/badge/skills/byh3071-cpu/vhk/vhk-goal-health/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.

agentmods 80×15 button for vhk-goal-health

Your own site · 80×15
<a href="https://agentmods.dev/skills/byh3071-cpu/vhk/vhk-goal-health"><img src="https://agentmods.dev/badge/skills/byh3071-cpu/vhk/vhk-goal-health.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00036 $0.00278
Opus 5 $0.00018 $0.00139
Sonnet 5 $0.00007 $0.00056
Haiku 4.5 $0.00004 $0.00028

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

Security

Grade A, and why

vhk-goal-health 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 12d 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/vhk-goal-health/SKILL.md · 28 lines

What it actually says

VHK Goal Health

vhk goal listvhk review를 실행해 스키마 오류·무시 파일인지, 모든 Goal이 정상 DONE인 종료 상태인지 먼저 구분한다. 정상 종료라면 파일을 고치지 않는다.

스키마가 깨진 Goal만 다음 계약에 맞춘다.

---
type: goal
id: 4
title: ...
status: IN_PROGRESS
---

상태는 NOT_STARTED, IN_PROGRESS, DONE, BLOCKED, CANCELED, DEFERRED, OBSERVING 중 프로젝트 계약이 허용하는 값을 쓴다. 레거시는 activeIN_PROGRESS, doneDONE, pendingNOT_STARTED로 옮긴다. 검증은 vhk goal list, vhk goal peek, vhk review 순서로 한다.

도구가 유효한 레거시 상태를 경고 없이 무시한다면 Goal 파일을 계속 바꾸지 말고 VHK 제품 결함으로 분류한다.

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. 12d ago First seen · 28 lines · 36 tokens per session scan A aebbd3863086

Subscribe to this mod's changes

vhk-goal-health is a skill published in the GitHub repository byh3071-cpu/vhk (12 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 278 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-30.