Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/pivoshenko/pivoshenko.ai/wiki-lint)<a href="https://agentmods.dev/skills/pivoshenko/pivoshenko.ai/wiki-lint"><img src="https://agentmods.dev/badge/skills/pivoshenko/pivoshenko.ai/wiki-lint/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/pivoshenko/pivoshenko.ai/wiki-lint"><img src="https://agentmods.dev/badge/skills/pivoshenko/pivoshenko.ai/wiki-lint.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.00074 | $0.00790 |
| Opus 5 | $0.00037 | $0.00395 |
| Sonnet 5 | $0.00015 | $0.00158 |
| Haiku 4.5 | $0.00007 | $0.00079 |
Grade A, and why
wiki-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 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.
How it starts
The opening of the file, as written. The whole thing — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wiki lint
Vault: /Users/volodymyr.pivoshenko/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault
Karpathy lint loop: scan -> report -> fix with approval. Read-only until user approves fixes.
Preflight — before ANY fix
- iCloud eviction:
find <vault> -name '*.icloud'→ any hit = partially-synced vault. Report findings, abort all fixes (evicted notes look deleted; "fixing" corrupts the catalog). - Conflicted copies: filenames matching
* 2.md/*conflict*→ flag for manual merge, never auto-pick a side.
Checks
- Read vault
CLAUDE.md+INDEX.mdfirst. - Sweep all
*.md(skip01 DAILY NOTES,97 MEMORY,98 ATTACHMENTS,99 TEMPLATES,.obsidian):- frontmatter — missing block, missing required keys per type contract, invalid
status/source_typevalues, non-kebab tags - dead links —
[[target]]with no matching note (rg -o '\[\[[^\]|#]+' | sort -uvs file list) - orphans — notes nothing links to and INDEX.md doesn't list
- index drift — notes missing from INDEX.md; INDEX.md entries whose note is gone
- stale projects —
status: active+updated> 60 days ago - stale drafts —
status: drafting|review+updated> 30 days ago - inbox — items sitting in
00 INBOX/ - secrets —
rg -i 'api[_-]?key|secret|token|password|_pat_'across ALL notes incl. daily notes → flag to user, never quote values - layout — every top-level dir in
03 PROJECTS/contains<dirname>.mdindex - no symlinks — nothing under
~/.claudeis a symlink (memory dirs andCLAUDE.mdare real files; a symlink = legacy arrangement to convert) - memory mirrors — each
~/.claude/projects/<slug>/memorydiffs clean against its canonical97 MEMORY/<project>/ - daily-note harvest — daily notes newer than the last
lint:LOG entry: list durable items worth extracting (propose, don't auto-file)
- frontmatter — missing block, missing required keys per type contract, invalid
- Report findings grouped by check, one line each, fix proposed per line. Clean -> say so, done.
- User approves -> fix. Mechanical fixes (index drift, frontmatter gaps, dead-link stubs) batch fine; content judgment calls (orphan deletion, stale status changes) -> ask per item.
- Duties: LOG.md line (
lint: N findings, M fixed), bumpupdatedon touched notes.
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.
- 10d ago First seen · 44 lines · 74 tokens per session scan A fc2913296514
wiki-lint is a skill published in the GitHub repository pivoshenko/pivoshenko.ai (4 stars, last pushed today), licensed MIT. It adds 74 tokens to every session and 790 once invoked, about $0.0004 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
80-livekit-agents-majiayu000-claude-skill-registr
Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.
agent-creation-skill
Procedural guide for creating new agents from templates when project complexity requires delegation.
agent-creator
Meta-agent for creating new custom agents, skills, and MCP integrations. Expert in agent design, MCP development, skill architecture, and rapid prototyping. Activate on 'create agent', 'new skill', 'MCP server', 'custom tool', 'agent design'. NOT for using existing agents (invoke them directly), general coding (use…
semantic-persona-routing
Erstellt und verwendet einen anbieterneutralen semantischen Routing-Graphen aus Personas, koordinierenden Rollen, Experten und aktiven Skill-Endpunkten. Verwenden, wenn ein LLM eine Anfrage von einer Leitrolle über einen Experten zu einem Skill routen, aus einem vorhandenen Agentensystem einen portablen Persona-Router…
80-livekit-agents-panaversity-agentfactory-1f8ecf89
Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.
agent-creator
Meta-agent for creating new custom agents, skills, and MCP integrations. Expert in agent design, MCP development, skill architecture, and rapid prototyping. Activate on 'create agent', 'new skill', 'MCP server', 'custom tool', 'agent design'. NOT for using existing agents (invoke them directly), general coding (use…