wiki-lint

wiki-lint is a skill for Claude Code, Codex from pivoshenko/pivoshenko.ai. It costs 74 tokens per session (790 once invoked), scanned A, original, MIT.

A workflow for capturing information in an Obsidian vault, a folder of linked Markdown notes. It sorts ideas, links, research, and other material into the appropriate notes or inbox.

In plain words
What is it for?
Use it to save thoughts, URLs, concepts, snippets, articles, project information, writing ideas, or unclear items that need temporary storage.
Why use it?
It prevents useful information from being scattered or duplicated and keeps the vault's index, links, and note structure up to date.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/volodymyr.pivoshenko/Library/Mobile.

Good fit Use it to save thoughts, URLs, concepts, snippets, articles, project information, writing ideas, or unclear items that need temporary storage.

Compare 6 skills from other repositories ↓
Install

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.

Made for: Claude Code, Codex.

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-lint

README.md
[![agentmods](https://agentmods.dev/badge/skills/pivoshenko/pivoshenko.ai/wiki-lint/github.svg)](https://agentmods.dev/skills/pivoshenko/pivoshenko.ai/wiki-lint)
Your own site
<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.

agentmods 80×15 button for wiki-lint

Your own site · 80×15
<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>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 790 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.
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.00074 $0.00790
Opus 5 $0.00037 $0.00395
Sonnet 5 $0.00015 $0.00158
Haiku 4.5 $0.00007 $0.00079

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

Security

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.

archive/skills/wiki-lint/SKILL.md · 44 lines

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

  1. Read vault CLAUDE.md + INDEX.md first.
  2. Sweep all *.md (skip 01 DAILY NOTES, 97 MEMORY, 98 ATTACHMENTS, 99 TEMPLATES, .obsidian):
    • frontmatter — missing block, missing required keys per type contract, invalid status/source_type values, non-kebab tags
    • dead links[[target]] with no matching note (rg -o '\[\[[^\]|#]+' | sort -u vs 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 projectsstatus: active + updated > 60 days ago
    • stale draftsstatus: drafting|review + updated > 30 days ago
    • inbox — items sitting in 00 INBOX/
    • secretsrg -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>.md index
    • no symlinks — nothing under ~/.claude is a symlink (memory dirs and CLAUDE.md are real files; a symlink = legacy arrangement to convert)
    • memory mirrors — each ~/.claude/projects/<slug>/memory diffs clean against its canonical 97 MEMORY/<project>/
    • daily-note harvest — daily notes newer than the last lint: LOG entry: list durable items worth extracting (propose, don't auto-file)
  3. Report findings grouped by check, one line each, fix proposed per line. Clean -> say so, done.
  4. 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.
  5. Duties: LOG.md line (lint: N findings, M fixed), bump updated on touched notes.

Read the full file on GitHub · 44 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 · 44 lines · 74 tokens per session scan A fc2913296514

Subscribe to this mod's changes

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.

Related

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.

majiayu000/claude-skill-registry · 18 tokens

agent-creation-skill

Procedural guide for creating new agents from templates when project complexity requires delegation.

majiayu000/claude-skill-registry · 0 tokens

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…

majiayu000/claude-skill-registry · 84 tokens

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…

ellmos-ai/skills · 168 tokens

80-livekit-agents-panaversity-agentfactory-1f8ecf89

Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 18 tokens

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…

majiayu000/claude-skill-registry · 84 tokens