tink-harness AGENTS.md

Repository instructions for Tink Harness, a tool that installs and maintains commands and skills for coding assistants.

In plain words
What is it for?
Updating shared commands, bumping versions, running checks, publishing the package, and writing fact-based pull-request drafts.
Why use it?
It prevents copied versions of the same command from drifting apart and lists every file that must change for a release.

Instructions file for CodexOpenCode

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

Made for: Codex, OpenCode.

Per session 699 This file is loaded in full into every session.
When invoked 699 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.00699 $0.00699
Opus 5 $0.00349 $0.00349
Sonnet 5 $0.00140 $0.00140
Haiku 4.5 $0.00070 $0.00070

Measured 2d ago against content hash fbb8054cc830, 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 AGENTS.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 2d 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.md · 59 lines

What it actually says

tink-harness

Codex용 하네스 관리자. 용어 정의는 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 설치 시 복사되는 Claude Code 명령 파일
templates/codex/skills/              # npx 설치 시 복사되는 Codex skill 파일
templates/tink/harnesses/             # npx 설치 시 복사되는 하네스 파일
.claude/commands/tink/               # 이 repo에서 직접 사용하는 Claude Code 명령 파일
.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 세 곳 모두 수정 필요.

PR 작성 원칙

PR 설명은 추후 포트폴리오나 구직 자료로도 참고할 수 있게 작성하되, 과장이나 대필처럼 보이지 않게 사실 기반 초안으로 남긴다.

  • 1인칭 초안으로 작성하되, 사용자가 검토·수정·승인할 수 있는 형태로 둔다.
  • 사용자가 실제로 판단하거나 수행한 내용과 Codex가 도운 내용을 섞어 과장하지 않는다.
  • 단순 변경 목록보다 "어떤 문제가 있었는지", "왜 이 해결책을 선택했는지", "검증으로 무엇을 확인했는지"를 먼저 남긴다.
  • 기술적 판단이 드러나게 쓰되 과장하지 않는다. 트레이드오프나 호환성 고려가 있으면 함께 적는다.
  • 기본 구조는 문제, 해결, 검증, 참고 순서를 선호한다.

문서 작성 언어

  • 새 문서나 큰 문서 변경은 한국어도 함께 제공한다.
  • 영어 문서를 유지해야 할 때는 같은 파일에 한국어 요약을 넣거나, *.ko.md companion 문서를 둔다.
  • README처럼 이미 한국어판이 있는 문서는 영어판과 한국어판을 함께 갱신한다.
  • 릴리스/PR 히스토리는 사용자가 바로 검토할 수 있도록 한국어 설명을 우선 포함한다.

주의

  • 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. 2d ago First seen · 59 lines · 699 tokens per session scan A fbb8054cc830

Subscribe to this mod's changes

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