lint

lint is a command for Claude Code from fivetaku/llm-wiki. It costs 109 tokens per session (1,379 once invoked), scanned A, original, MIT.

Guidance for safely moving a YAM robot arm away after releasing an object or after a failed run. It covers gripper opening, clearing racks or bins, and returning home from the robot's actual position.

In plain words
What is it for?
Use it after rack, bin, or shelf placement, during handovers, when grippers must stay open while homing, or when recovering an object held after a failure.
Why use it?
Returning home immediately can leave the fingers inside a shelf or other obstacle, and a failed run may leave the robot holding an object. The steps provide bounded retreat and recovery patterns.

Command for Claude Code

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 commands/fivetaku/llm-wiki/lint
Clone the repo
git clone --depth 1 https://github.com/fivetaku/llm-wiki

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 lint

README.md
[![agentmods](https://agentmods.dev/badge/commands/fivetaku/llm-wiki/lint.svg)](https://agentmods.dev/commands/fivetaku/llm-wiki/lint)
Your own site
<a href="https://agentmods.dev/commands/fivetaku/llm-wiki/lint"><img src="https://agentmods.dev/badge/commands/fivetaku/llm-wiki/lint.svg" alt="Measured on agentmods" height="20"></a>
Per session 109 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,379 The whole file, excluding the scripts and references it only reads on demand.
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.00109 $0.01379
Opus 5 $0.00055 $0.00690
Sonnet 5 $0.00022 $0.00276
Haiku 4.5 $0.00011 $0.00138

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

Security

Grade A, and why

lint 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/commands/lint.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/lint — 점검 (건강검진)

위키 건강을 점검합니다. 위키가 커질수록 모순·고아·갭·인덱스 불일치가 쌓이므로 주기적으로 실행합니다. 자동 수정 가능분(고신뢰)은 고치고, 사람 판단이 필요한 항목은 리포트로 남깁니다.

사용법

/lint            (위키 전체)
/lint [주제]     (특정 주제만)

실행 흐름

Step 1: 무결성 — 링크·모순·고아

  • 모순: grep -rn "⚠️ Contradiction" 30-wiki/로 미해결 모순 전수 수집. stale 주장(최신 소스 미반영)도.
  • 죽은 링크: [[X]]가 가리키는 페이지 없음 → plain text 강등 또는(씨앗 있으면) lazy 후보 리포트.
  • 고아 페이지: 인바운드 [[링크]] 0.
  • 동명 충돌: 같은 이름이 여러 폴더/타입에 존재 → [[type/이름|이름]] 경로 링크로 disambiguate + 라우터 동명 충돌 노트에 빠짐없이 등재됐는지 확인.

Step 2: 인덱스·라우터 정합 (★ 라우팅 무결성)

  • 인덱스 불일치: 페이지가 타입 인덱스 indexes/{type}.md(소스는 sources/index.md)에 없거나, 인덱스엔 있는데 파일이 없음. 타입↔폴더 정합.
  • 라우터↔인덱스 정합: 주제 라우터 index.md의 타입별 개수·푸터 합계가 실제 엔트리 수와 일치하는지, 라우팅 표의 인덱스/샤드 링크가 모두 존재하는지, 엔트리가 첫 글자 기준 올바른 샤드에 있는지(경계 위반 0).
  • 샤드 토큰 상한: 각 인덱스 샤드가 ≤50K 토큰인지(초과 시 첫 글자 경계 재분할 권고/실행).
  • aliases 정합: 엔티티 canonical/akaaliases.md에 등재됐는지.

Step 3: tier·provenance 동기화

  • tier: auto 페이지가 auto-generated.md 대장 + 해당 타입 인덱스에 모두 등재됐는지. reviewed 승격 시 세 곳 정합.
  • provenance 없는 사실 주장, inferred/ambiguous 미해결 항목.

Step 4: 갭 — 개념 누락

  • 20-raw/·sources/엔 ≥2회 등장하는데 위키에 페이지 없는 엔티티/개념(승격 후보).
  • status: stub 중 보강 필요분.

Step 5: drift — 커맨드↔schema

  • .claude/commands/*.md 절차가 CLAUDE.md·conventions.md 규약과 어긋나는지(예: query가 aliases를 읽는지, compile이 overview/index를 갱신하는지).
  • (.rag 있을 때) state↔위키 diff로 미색인·stale 탐지, eval 회귀 점검. .rag 없으면 skip.

Step 6: 위생

  • frontmatter(summary/tier/provenance) 누락, BLUF 없는 페이지, ~1,500 토큰 초과 페이지.

Step 7: 리포트 + 수정

  • 자동 수정 가능분(인덱스 등록 누락, 명백한 링크 오타, plain text 강등)은 바로 고친다.
  • 사람 판단 필요분(모순, 폐기 후보, 할루 의심, 조사 제안)은 30-wiki/{topic}/reports/{YYYY-MM-DD}-lint.md(또는 90-archive 인접)에 목록으로 남긴다.
  • log.md## [YYYY-MM-DD] lint | {발견 N / 수정 M} 추가.

출력 형식

🔍 lint 리포트 ({범위})

무결성: 모순 {n} · 죽은 링크 {n} · 고아 {n} · 동명 {n}
인덱스·라우터: 불일치 {n} · 개수 mismatch {n} · 샤드 초과 {n} · aliases 누락 {n}
tier/provenance: auto 미등재 {n} · provenance 없는 주장 {n}
갭: 승격 후보 {n} · stub {n}
drift: 커맨드↔schema {n}
위생: frontmatter 누락 {n} · 과대 페이지 {n}

자동 수정: {m}건 / 사람 판단 필요: {목록}

Read the full file on GitHub · 76 lines

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 · 76 lines · 109 tokens per session scan A c0aa4aa6e646

Subscribe to this mod's changes

lint is a command published in the GitHub repository fivetaku/llm-wiki (82 stars, last pushed 2mo ago), licensed MIT. It adds 109 tokens to every session and 1,379 once invoked, about $0.0005 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.