wiki-lint

wiki-lint is a command for Claude Code from ricneves-ai/flowgrammers-skills. It costs 108 tokens per session (758 once invoked), scanned A, original, MIT.

A health-check command for an LLM Wiki, a collection of linked research notes. It checks both file structure and meaning, including broken links, missing metadata, stale pages, duplicates, contradictions, and missing cross-references.

In plain words
What is it for?
Use it to inspect wiki health, analyze link structure, and produce a severity-grouped Markdown report with suggested actions.
Why use it?
It shows where the wiki is incomplete, inconsistent, or out of date before you rely on or share it.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to inspect wiki health, analyze link structure, and produce a severity-grouped Markdown report with suggested actions.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ricneves-ai/flowgrammers-skills/wiki-lint
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.

Clone the repo
git clone --depth 1 https://github.com/ricneves-ai/flowgrammers-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/ricneves-ai/flowgrammers-skills/wiki-lint/github.svg)](https://agentmods.dev/commands/ricneves-ai/flowgrammers-skills/wiki-lint)
Your own site
<a href="https://agentmods.dev/commands/ricneves-ai/flowgrammers-skills/wiki-lint"><img src="https://agentmods.dev/badge/commands/ricneves-ai/flowgrammers-skills/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/commands/ricneves-ai/flowgrammers-skills/wiki-lint"><img src="https://agentmods.dev/badge/commands/ricneves-ai/flowgrammers-skills/wiki-lint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 758 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.00108 $0.00758
Opus 5 $0.00054 $0.00379
Sonnet 5 $0.00022 $0.00152
Haiku 4.5 $0.00011 $0.00076

Measured 9d ago against content hash 050f2b62a840, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 9d 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.

commands/wiki-lint.md · 84 lines

How it starts

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

/wiki-lint

Verifica a saúde do wiki. Identifica páginas órfãs, wikilinks quebrados, afirmações desatualizadas, frontmatter ausente, contradições e desvios estruturais. Reporta, não corrige silenciosamente — você decide o que alterar.

Execute semanalmente, após ingestões em lote e sempre antes de compartilhar o wiki.

Uso

/wiki-lint
/wiki-lint --stale-days 60
/wiki-lint --log-gap-days 7

O que acontece

Passagem 1 — Mecânica (scripts)

  • scripts/lint_wiki.py — páginas órfãs, links quebrados, páginas desatualizadas, frontmatter ausente, títulos duplicados, lacuna no log
  • scripts/graph_analyzer.py — hubs, sinks, componentes conectados, estatísticas do grafo

Passagem 2 — Semântica (LLM lê e analisa)

  • Contradições entre páginas atualizadas recentemente
  • Afirmações desatualizadas superadas por fontes mais recentes
  • Conceitos mencionados em texto simples em 3+ páginas sem página própria
  • Lacunas de referência cruzada (entidades mencionadas mas não vinculadas via wikilink)
  • Desvio do índice (index.md fora de sincronia com wiki/)

Passagem 3 — Relatório

Um relatório markdown agrupado por severidade:

# Wiki lint — <data>

**Total de páginas:** N  **Componentes:** N  **Último log:** <data>

## Encontrado
- ⚠️ <N> contradições (lista)
- <N> páginas órfãs
- <N> links quebrados
- <N> páginas desatualizadas
- ...

## Ações sugeridas
1. Investigar contradição entre [[sources/a]] e [[sources/b]]
2. Criar página de conceito para "<nome>"
3. Corrigir link quebrado em [[concepts/x]]
4. Re-ingerir [[sources/c]] — desatualizado + contraditado
5. ...

Em seguida, acrescenta uma entrada lint ao log.md.

Sub-agente

Despacha o sub-agente wiki-linter. Veja agents/wiki-linter.md.

Scripts

  • engineering/llm-wiki/scripts/lint_wiki.py
  • engineering/llm-wiki/scripts/graph_analyzer.py
  • engineering/llm-wiki/scripts/append_log.py

Frequência

Gatilho Passagem
Semanal Apenas mecânica — rápida
Após ingestão em lote Completa (mecânica + semântica)
Mensal Completa + revisão estrutural
Antes de compartilhar Completa + revisão extra

Read the full file on GitHub · 84 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. 9d ago First seen · 84 lines · 0 tokens per session scan A 050f2b62a840

Subscribe to this mod's changes

wiki-lint is a command published in the GitHub repository ricneves-ai/flowgrammers-skills (112 stars, last pushed 3mo ago), licensed MIT. It adds 108 tokens to every session and 758 once invoked, about $0.0005 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-09-03.