vkm-discipline

vkm-discipline is a skill for Claude Code from Vahlame/create-vkm-kit. It costs 72 tokens per session (1,790 once invoked), scanned A, original, no licence file.

A development-work practice guide for coding tasks such as fixes, refactoring, migrations, debugging, deployments, data cleanup, reviews, and postmortems. It adjusts how deeply the work is checked based on the risks involved and finishes with evidence that the work ran correctly.

In plain words
What is it for?
Carrying out and verifying substantial software changes, reviewing pull requests, documenting incidents, and checking deployment or cleanup results.
Why use it?
It helps prevent coding work from ending with untested assumptions or missing proof. It is not intended for simple one-line edits or general explanations.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Carrying out and verifying substantial software changes, reviewing pull requests, documenting incidents, and checking deployment or cleanup results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vahlame/create-vkm-kit/vkm-discipline
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.

Any agent
npx skills add Vahlame/create-vkm-kit --skill vkm-discipline
Clone the repo
git clone --depth 1 https://github.com/Vahlame/create-vkm-kit

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 vkm-discipline

README.md
[![agentmods](https://agentmods.dev/badge/skills/vahlame/create-vkm-kit/vkm-discipline/github.svg)](https://agentmods.dev/skills/vahlame/create-vkm-kit/vkm-discipline)
Your own site
<a href="https://agentmods.dev/skills/vahlame/create-vkm-kit/vkm-discipline"><img src="https://agentmods.dev/badge/skills/vahlame/create-vkm-kit/vkm-discipline/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 vkm-discipline

Your own site · 80×15
<a href="https://agentmods.dev/skills/vahlame/create-vkm-kit/vkm-discipline"><img src="https://agentmods.dev/badge/skills/vahlame/create-vkm-kit/vkm-discipline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,790 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.
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.00072 $0.01790
Opus 5 $0.00036 $0.00895
Sonnet 5 $0.00014 $0.00358
Haiku 4.5 $0.00007 $0.00179

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

Security

Grade A, and why

vkm-discipline 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/evidence-gates.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

packages/create-vkm-kit/templates/skills/vkm-discipline/SKILL.md · 107 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 10d ago First seen · 107 lines · 72 tokens per session scan A f99dfce6b70d

Subscribe to this mod's changes

vkm-discipline is a skill published in the GitHub repository Vahlame/create-vkm-kit (4 stars, last pushed 8d ago), with no licence file. It adds 72 tokens to every session and 1,790 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-31.

Related

Other skills, from other repositories

aba-precision-protocol

FOUNDATIONAL BEHAVIORAL PROTOCOL — ABA-based precision execution rules. Every prompt processed must follow these rules. Mistakes caught late create intermittent reinforcement of wrong patterns. Stop-fix-verify before proceeding.

dcostenco/prism-coder · 48 tokens

prism-startup

Activate on the first user turn of every conversation, including greetings. Load Prism context using the user's configured project and quick, standard, or deep depth, then greet the developer by their configured agent name and show the matching recent-session context.

dcostenco/prism-coder · 52 tokens

Verification Planner

Mandates generation of testassertions.json during planning. v7.2.0 enhanced with severity gates (warn/gate/abort), dependency chains, and Claw-as-Validator support.

dcostenco/prism-coder · 44 tokens

save-context

Use this skill at milestone handoff, session close, or when the user asks Atlas to preserve state.

pioneerjeff-labs/packwright · 0 tokens

chroma-hybrid-search

Local hybrid retrieval (BM25 + ChromaDB vector + BGE-Reranker) over /.deep-memory hot and cold stores. Use when high-accuracy code/solution retrieval is needed and hallucination must be minimized. Typically invoked by deep-memory.

masteryee-labs/Tool.Agent-Harness-Deploy · 57 tokens

handover-test-continuity

Run a complete Handover MCP continuity test across separate authenticated people or service agents. Use when asked to test an agent handoff end to end, qualify a Handover integration, verify multi-file round-trip, exercise revision-anchored review and correction, or test denied, read-only, stale-revision, and…

44-pixels/handover-mcp · 76 tokens