tik4net: Skill for Claude Code

.claude/skills/wiki-cleanup/SKILL.md

wiki-cleanup is a skill for Claude Code from danikf/tik4net. It costs 174 tokens per session (6,596 once invoked), scanned A, original, Apache-2.0.

A review guide for cleaning up the human-facing GitHub wiki of the tik4net project. A GitHub wiki is a set of project documentation pages stored alongside, but separately from, the main code repository.

In plain words
What is it for?
Use it to audit wiki pages, simplify their structure, check examples against the code, and improve setup instructions and technical explanations.
Why use it?
It helps make technical documentation approachable for newcomers while keeping detailed answers available for experienced users.

Skill for Claude Code

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

This is danikf/tik4net's own configuration. It tells Claude Code how to work on tik4net itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tik4net configures →

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is cd ../tik4net # the code repo.

Reuse

Borrowing it

Nothing to install: this file belongs to danikf/tik4net. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/danikf/tik4net/master/.claude/skills/wiki-cleanup/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/danikf/tik4net

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 wiki-cleanup

README.md
[![agentmods](https://agentmods.dev/badge/skills/danikf/tik4net/wiki-cleanup.svg)](https://agentmods.dev/skills/danikf/tik4net/wiki-cleanup)
Your own site
<a href="https://agentmods.dev/skills/danikf/tik4net/wiki-cleanup"><img src="https://agentmods.dev/badge/skills/danikf/tik4net/wiki-cleanup.svg" alt="Measured on agentmods" height="20"></a>
Per session 174 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,596 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.1 $0.00174 $0.06596
Opus 5 $0.00087 $0.03298
Sonnet 5 $0.00035 $0.01319
Haiku 4.5 $0.00017 $0.00660

Measured 6d ago against content hash 856fb5bab6f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

wiki-cleanup 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 6d 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/wiki-cleanup/SKILL.md · 433 lines

How it starts

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

Wiki cleanup

The wiki is the end-user documentation — humans, not agents. It lives in a separate git repository cloned next to the main repo (../tik4net.wiki, also present in tik4net.sln under the wiki folder). For the repository's own agent-facing docs, use the project-docs-cleanup skill instead; the two do not overlap and neither should copy the other.

What the wiki is for

Two readers, and the wiki has to serve both:

  • A newcomer who has never used tik4net. They must reach a running program in a couple of minutes, and they must not be made to care about M2 handler keys, EC-SRP5 or transport capability flags to get there. The main way we lose this reader is complexity presented too early.
  • A returning reader hunting one technical detail — which transport supports listen, what Save sends on an unchanged entity, how a duration is parsed. They need the depth to exist and to be findable.

These pull against each other, and the resolution is ordering, not deletion. Depth is welcome; depth above the basics is the defect. A page is not improved by throwing away what the second reader came for — it is improved by putting it after what the first reader needs.

The page contract

Every page should read in this order. Missing pieces and out-of-order pieces are both findings.

  1. H1 title, then one to three sentences: what this is and when you would use it. A page that opens mid-thought ("Second option is to use…") fails here — it only makes sense to someone who arrived from one specific link.
  2. Status banner, only if the subject is alpha/experimental. One line, once per page.
  3. The smallest complete example that works. Copy-paste-runnable, with the using directives.
  4. The body — what most readers of this page need.
  5. Details, edge cases, per-transport quirks, internals, performance notes — at the end, under their own heading, or moved behind a link.
  6. See also — the neighbouring pages.

Read the full file on GitHub · 433 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. 6d ago First seen · 433 lines · 174 tokens per session scan A 856fb5bab6f5

Subscribe to this mod's changes

wiki-cleanup is a skill published in the GitHub repository danikf/tik4net (197 stars, last pushed 2d ago), licensed Apache-2.0. It adds 174 tokens to every session and 6,596 once invoked, about $0.0009 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.