tink-harness CLAUDE.md

tink-harness CLAUDE.md is an instructions file for coding agents from dotoricode/tink-harness. It costs 363 tokens per session, scanned A, original, MIT.

A set of project instructions for Claude Code, a coding assistant, in the tink-harness repository. It documents the repository layout, commands, release steps, and rules for keeping copied files aligned.

In plain words
What is it for?
Use it when working on tink-harness, especially to run tests, update command files in all required locations, bump versions, or avoid repository-specific pitfalls.
Why use it?
It gives the assistant and contributors a shared reference for how this repository works. This reduces mistakes when changing commands, running tests, or publishing updates.

Instructions file

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 instructions/dotoricode/tink-harness/claude-md
Clone the repo
git clone --depth 1 https://github.com/dotoricode/tink-harness

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 tink-harness CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dotoricode/tink-harness/claude-md.svg)](https://agentmods.dev/instructions/dotoricode/tink-harness/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/dotoricode/tink-harness/claude-md"><img src="https://agentmods.dev/badge/instructions/dotoricode/tink-harness/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 363 This file is loaded in full into every session.
When invoked 363 The same file — it is already loaded in full.
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.00363 $0.00363
Opus 5 $0.00181 $0.00181
Sonnet 5 $0.00073 $0.00073
Haiku 4.5 $0.00036 $0.00036

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

Security

Grade A, and why

tink-harness CLAUDE.md 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 4d 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.md · 41 lines

What it actually says

tink-harness

Claude Code용 하네스 관리자. 용어 정의는 CONTEXT.md 참고.

명령

npm test       # python tests/test_templates.py && node --check bin/install.js
npm publish    # npm 배포 (.npmrc 토큰 필요)

구조

bin/install.js                        # npx 진입점 (install / update 서브커맨드)
commands/*.md                         # 소스 명령 파일 (plugin용)
templates/claude/commands/tink/       # npx 설치 시 복사되는 명령 파일
templates/tink/harnesses/             # npx 설치 시 복사되는 하네스 파일
.claude/commands/tink/                # 이 repo에서 직접 사용하는 명령 파일
.tink/                                # Tink 런타임 상태 (로컬 전용, git 제외)

3-copy 규칙

commands/*.md 수정 시 반드시 세 곳 모두 동일하게 적용:

  1. commands/<name>.md
  2. templates/claude/commands/tink/<name>.md
  3. .claude/commands/tink/<name>.md

버전 bump

package.json, package-lock.json, .claude-plugin/plugin.json 세 곳 모두 수정 필요.

주의

  • Windows cp949 환경에서 테스트 실행 시 UnicodeDecodeError 경고 발생 — 기존 이슈, 테스트 통과에 영향 없음
  • ROADMAP.md는 커밋하지 않음
  • .npmrc.gitignore에 포함됨 (토큰 보안)
  • npm pkg fix --dry-run은 실제로 파일을 수정함 (dry-run 미작동)
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. 4d ago First seen · 41 lines · 363 tokens per session scan A 180476e22f6d

Subscribe to this mod's changes

tink-harness CLAUDE.md is an instructions file published in the GitHub repository dotoricode/tink-harness (1 stars, last pushed 1mo ago), licensed MIT. It adds 363 tokens to every session, about $0.0018 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.