agentsclimarketplace

Wiki lint

Skill Tedydev-web/llm-wiki-skills/skills/wiki-lint

LLM Wiki — knowledge base skills for Obsidian. Build interlinked wiki pages from raw sources, query across them, health-check with lint.

Install
npx -y skills add Tedydev-web/llm-wiki-skills --skill wiki-lint

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Health-check the LLM Wiki / knowledge base for contradictions, orphan pages, stale claims, missing cross-references, missing aliases, and un-cited claims. Use when the user says "audit", "health check", "lint", "find problems", or wants to improve wiki quality.

SKILL.md

3.1 KB, as published. Nobody here has run it

LLM Wiki — Lint

Health-check the wiki and report issues with actionable fixes.

Vault path: read from $WIKI_MEMORY_VAULT env, else cat ~/.config/wiki/sidecar.json | jq -r .vault_path, else cat ~/.config/wiki-memory/vault-path (legacy), else ask user.

Audit Steps Overview

Run all 17 checks, then present a consolidated report. Steps 1–13 are core; step 14 covers Q&A integrity; step 15 covers state.json drift; step 17 covers .memory.log cross-reference (wiki-memory only).

For full prose spec of every step: Read skills/wiki-lint/references/audit-steps.md

Quick step index

StepCheckType
1Broken wikilinksstructural
2Orphan pagesstructural
3ContradictionsLLM
4Stale claimsLLM
5Missing page wikilinksstructural
6Missing cross-referencesLLM
7Index consistencystructural
8Data gapsLLM
9Aliases consistency (L1a)structural
10Verification tags (L1b)structural
11Missing inline citations (L1c)LLM-assisted
12Sources-array completeness (F3)structural
13Regenerate wiki/cache.md (N1)structural
14a–cQ&A artifact integritystructural
15a–cState.json drift detectionstructural
17a–d.memory.log cross-referencestructural

For structural vs LLM classification and execution strategy: Read skills/wiki-lint/references/structural-vs-llm-checks.md

Running the Audit

  1. Resolve vault path (above)
  2. Read skills/wiki-lint/references/audit-steps.md for the full spec of each step
  3. Execute structural steps first (fast, deterministic), then LLM steps
  4. Collect all findings; group by severity (error / warning / info)
  5. Present consolidated report — format spec in skills/wiki-lint/references/audit-step-reporting-format.md
  6. Ask: "Found N errors, N warnings, N info items. Want me to fix any of these?"
  7. Append lint entry to wiki/log.md

When to Lint

  • After every 10 ingests — catches cross-reference gaps while fresh
  • Monthly at minimum — catches stale claims and orphan pages over time
  • Before major queries — ensures wiki is healthy before relying on it for analysis

References

  • skills/wiki-lint/references/audit-steps.md — full prose for all 17 steps (one section each)
  • skills/wiki-lint/references/audit-step-reporting-format.md — severity conventions, consolidated report structure, log format, quick-lint shell commands
  • skills/wiki-lint/references/structural-vs-llm-checks.md — which steps are deterministic vs need LLM reasoning; execution strategy

Related Skills

  • /wiki-ingest — process new sources into wiki pages
  • /wiki-query — ask questions against the wiki

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.