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.
npx skills add shimo4228/claude-harness --skill task-stocktakegit clone --depth 1 https://github.com/shimo4228/claude-harnessWrote 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.
[](https://agentmods.dev/skills/shimo4228/claude-harness/task-stocktake)<a href="https://agentmods.dev/skills/shimo4228/claude-harness/task-stocktake"><img src="https://agentmods.dev/badge/skills/shimo4228/claude-harness/task-stocktake/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.
<a href="https://agentmods.dev/skills/shimo4228/claude-harness/task-stocktake"><img src="https://agentmods.dev/badge/skills/shimo4228/claude-harness/task-stocktake.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00160 | $0.04586 |
| Opus 5 | $0.00080 | $0.02293 |
| Sonnet 5 | $0.00032 | $0.00917 |
| Haiku 4.5 | $0.00016 | $0.00459 |
Grade A, and why
task-stocktake 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.
task-stocktake — Task Ledger Audit & Consolidation
repo の pending タスク追跡を単一台帳に収束させ、台帳の鮮度を git 実態と突合する。
原則の正本は rule common/task-tracking.md(台帳は 1 repo 1 ファイル / 詳細資料に
タスク行の正本を持たせない / MEMORY.md はポインタのみ)。本 skill はその手順を持つ。
Phase 1 — Bootstrap(台帳の解決・作成)
- 台帳を解決する:
.notes/TASKS.md→ 既存タスクファイル(TODO.md/TASKS.md/docs/backlog.md等)の順 - 見つかればそれを台帳と確定して Phase 2 へ
- 無ければ作成する。「作るか」は聞かない(skill の起動自体が依頼)— 確認するのは置き場所だけ:
.notes/慣行がある repo は.notes/TASKS.md(gitignored = private)に即決。 無い repo は gitignore 状況を見て private / git-tracked(clone 先でも cold-start 可能)の トレードオフを提示して選んでもらう- 初期内容: Phase 2 の sweep 結果を集約して生成
台帳フォーマット(1 タスク 1 行):
# TASKS — <repo name>
> 正本: このファイル。詳細はリンク先。規約: rule common/task-tracking.md
## Pending
| ID | 状態 | タスク | 着手条件 | 詳細 |
|----|------|--------|----------|------|
| T1 | accepted | … | なし | [handoff-….md](…) |
| T2 | blocked | … | 次リリース後 | … |
## Done / Withdrawn
| ID | 結果 | タスク | 完了日 / 判断 | 詳細 |
状態語彙(この skill が正本)
開いている状態は 4 つ。この節が語彙の唯一の正本 — rule / ADR / 他 skill は ここを参照し、定義を複製しない(4 文書に分散した版は誰も刈らず 6 語まで肥大した。 CA 2026-08-16)。語は標準語彙(RFC 標準 + issue-tracker 標準 — 非標準語彙は セッションごとに写像がずれる。ADR-0050)。
| 状態 | 定義 |
|---|---|
draft |
採否判断がまだ要る。やるかどうかを決めていない |
accepted |
採用済みで、今選べば着手できる |
in_progress |
claim 中 |
blocked |
採用済みで、条件成立だけで accepted になる |
終端は done / resolved / rejected / withdrawn / obsoleted(下節)。
blocked の入場条件
blocked に置けるのは、本文に次の 3 つを書けるタスクだけ。自由記述の一文でよく、
機械可読フィールドにはしない(台帳を読む機構を足さない — CA ADR-0095)。
再開条件: X(観測可能な事実)
照合先: Y(PR 番号 / ファイルパス / 依存タスク ID / ログ)
成立時: accepted
「条件が成立したらもう一度やるか決める」ものは blocked ではない → draft。
この 1 問が効く: 条件成立だけで accepted に移せるか。 移せないなら採否がまだ残っている。
- 「実害が起きたら考える」型(signal-first)は多くが
draft。現時点で受容した リスクであり、発生すれば自然に再発見されるものは将来の自分への予告として保持しない →withdrawnにして起票し直す方が安い - 「必要になったら」「保守コストが顕在化したら」「該当領域の再設計サイクルが立ったら」は
文法上は名指しているが照合できない。照合先を書けないなら
blockedに入れない
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.
- 3d ago Changed · -3 lines 5c173d66f2e9
- 8d ago First seen · 240 lines · 160 tokens per session scan A 20452a6487b9
task-stocktake is a skill published in the GitHub repository shimo4228/claude-harness (2 stars, last pushed 3d ago), licensed MIT. It adds 160 tokens to every session and 4,586 once invoked, about $0.0008 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.
Other skills, from other repositories
trailhead-view
Skill "trailhead-view" from ToRvaLDz/trailhead, covering load first, in order, routing: verb to engine, render the map: map [map], 🎯 destination and 🗒️ notes.
trailhead-work
Skill "trailhead-work" from ToRvaLDz/trailhead, covering load first, in order, routing: verb to engine, work the map: work, work one ticket whole, off the map: quick and pause, resume, split.
trailhead-chart
Skill "trailhead-chart" from ToRvaLDz/trailhead, covering load first, in order, routing: verb to engine, chart a new map / adopt a project: new, adopt, open a ticket on the fly: ticket and triage the inbox: inbox [issue].
trailhead
Start and drive a large project (more than one agent session can hold) as a map of decision tickets on GitHub Issues, resolving one at a time until the way to the destination is clear. Self-contained (zero external-plugin dependencies: trailhead ships its own trailhead- engine agents and needs only an authenticated gh…
trailhead-manage
Skill "trailhead-manage" from ToRvaLDz/trailhead, covering load first, in order and routing: verb to engine.
trailhead-capture
Skill "trailhead-capture" from ToRvaLDz/trailhead, covering load first, in order and routing: verb to engine.