hk-scout-wiki

hk-scout-wiki is a skill for Claude Code from deepklarity/harness-kit. It costs 114 tokens per session (877 once invoked), scanned A, original, MIT.

A research workflow that gathers information from outside sources into a project wiki, then turns the findings into ideas or backlog items. A wiki is an organized collection of linked notes, while a backlog is a list of possible future work.

In plain words
What is it for?
Use it to research shared links, blogs, or trending repositories, create structured wiki entries, and distill the findings into the project's ideas or backlog file.
Why use it?
It keeps research evidence and project decisions organized instead of leaving useful findings scattered across links and notes. It also connects outside research to the current project's files and themes.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

Good fit Use it to research shared links, blogs, or trending repositories, create structured wiki entries, and distill the findings into the project's ideas or backlog file.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/deepklarity/harness-kit/hk-scout-wiki
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 deepklarity/harness-kit --skill hk-scout-wiki
Clone the repo
git clone --depth 1 https://github.com/deepklarity/harness-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 hk-scout-wiki

README.md
[![agentmods](https://agentmods.dev/badge/skills/deepklarity/harness-kit/hk-scout-wiki/github.svg)](https://agentmods.dev/skills/deepklarity/harness-kit/hk-scout-wiki)
Your own site
<a href="https://agentmods.dev/skills/deepklarity/harness-kit/hk-scout-wiki"><img src="https://agentmods.dev/badge/skills/deepklarity/harness-kit/hk-scout-wiki/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 hk-scout-wiki

Your own site · 80×15
<a href="https://agentmods.dev/skills/deepklarity/harness-kit/hk-scout-wiki"><img src="https://agentmods.dev/badge/skills/deepklarity/harness-kit/hk-scout-wiki.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 877 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00114 $0.00877
Opus 5 $0.00057 $0.00439
Sonnet 5 $0.00023 $0.00175
Haiku 4.5 $0.00011 $0.00088

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

Security

Grade A, and why

hk-scout-wiki 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.

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/skills/hk-scout-wiki/SKILL.md · 79 lines

How it starts

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

Scout wave → wiki → ideas (project-agnostic)

Three phases. Phases 1-2 are cheap (haiku); phase 3 needs judgment (sonnet or the main conversation). The wiki is evidence; the ideas are the product.

Phase 0 — Discover the project (once per session)

  • Wiki root: existing docs/wiki/ (or wherever a wiki README already lives). None yet → create docs/wiki/README.md with: a category table, the entry format below, and grep/tag conventions. Never a second format.
  • Project context: read the project's CLAUDE.md / roadmap / ideas file to learn (a) what the system IS in one line, (b) the named areas/buckets/ themes work is organized under, (c) where distilled ideas belong (an IDEAS/BRAINSTORM file, a backlog, or — if none — propose one). If the project defines a writing tone doc, read it and obey it.

Entry format (uniform, always)

# <Title>
source: <url>
author: <who>  |  fetched: <yyyy-mm>  |  status: read | unreachable
tags: <comma, separated, lowercase-hyphenated>

**One line.** <what you'd tell a colleague>

## TL;DR
3-6 plain sentences.

## Key ideas
Self-contained bullets.

## Project hooks
Where this touches THIS project: named areas, files, contradictions worth
arguing about. Honest "nothing yet" allowed.

Phase 1 — Scout (parallel haiku agents)

  1. Partition sources into batches of 4-8 by theme; each theme is a wiki category directory with its own TOC.md. Whole-blog surveys go in sources/ (survey = recurring theses + best posts, one line each).
  2. Launch ALL batches as parallel haiku general-purpose agents in ONE message. Every prompt includes: the entry format verbatim, the fetch list, the project-context line from Phase 0, the unreachable rule (retry once, then write the entry with status: unreachable — NEVER invent content), and the order to write the category TOC.md (- [title](file.md) — one line. tags: ...).
  3. No explicit link list ("trending X")? One haiku agent with WebSearch builds the URL list first; then partition.

Read the full file on GitHub · 79 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. 10d ago First seen · 79 lines · 114 tokens per session scan A 4079c39c44f0

Subscribe to this mod's changes

hk-scout-wiki is a skill published in the GitHub repository deepklarity/harness-kit (97 stars, last pushed 1mo ago), licensed MIT. It adds 114 tokens to every session and 877 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

neuron-test-engineer

Write tests for Neuron AI agents, RAG systems, workflows, and tools using the built-in testing utilities. Use this skill when the user mentions testing agents, writing unit tests, mocking AI providers, testing tool execution, verifying RAG retrieval, testing workflow behavior, or creating test cases for Neuron AI…

neuron-core/neuron-ai · 94 tokens

neuron-evaluation-engineer

Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…

neuron-core/neuron-ai · 77 tokens

neuron-structured-output

Design and implement structured output classes for Neuron AI agents using SchemaProperty attributes and validation rules. Use this skill when the user mentions structured output, JSON schema extraction, data validation, output classes, DTOs for AI responses, extracting structured data from LLM, or configuring property…

neuron-core/neuron-ai · 104 tokens

neuron-agent-builder

Create and configure Neuron AI agents with providers, tools, instructions, and memory. Use this skill whenever the user mentions building agents, creating AI assistants, setting up LLM-powered chat bots, configuring chat agents, or wants to create an agent that can talk, use tools, or handle conversations. Also…

neuron-core/neuron-ai · 89 tokens

neuron-debugger

Debug and monitor Neuron AI applications with Inspector APM, event observability, logging, and performance analysis. Use this skill whenever the user mentions debugging, monitoring, observability, performance analysis, tracing, Inspector, or needs to understand why an agent is behaving a certain way. Also trigger for…

neuron-core/neuron-ai · 90 tokens

compare-harnesses

Diff two scaffolded harnesses (ADR-031). Reports manifest meta drift + host list + per-file fingerprint changes (added/removed/changed). Exits 0 IDENTICAL, 1 DRIFT, 2 missing manifest. Use --bundle for the ADR-031 schema-1 JSON envelope.

ruvnet/metaharness · 66 tokens