wiki-lint
Wiki Lint scans a wiki space to surface seven classes of structural and content issues: contradictions between pages, stale claims, orphaned pages, concept gaps, broken wiki-links, weak provenance, and index drift. It returns a severity-grouped triage list with evidence and suggested fixes, but never modifies wiki content—leaving all decisions to the maintainer.
Wiki Lint audits your wiki space for contradictions, broken links, orphans, stale claims, and provenance gaps—then reports findings for triage.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-28
Wiki Lint audits your wiki space for contradictions, broken links, orphans, stale claims, and provenance gaps—then reports findings for triage. Wiki Lint scans a wiki space to surface seven classes of structural and content issues: contradictions between pages, stale claims, orphaned pages, concept gaps, broken wiki-links, weak provenance, and index drift. It returns a severity-grouped triage list with evidence and suggested fixes, but never modifies wiki content—leaving all decisions to the maintainer.
Use it when
- Yes.
- Wiki Lint identifies orphan pages—those with no inbound links from other wiki pages—and detects missing concept pages by analyzing.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
paperclipai/paperclip/wiki-lint · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does wiki-lint do?
Wiki Lint scans a wiki space to surface seven classes of structural and content issues: contradictions between pages, stale claims, orphaned pages, concept gaps, broken wiki-links, weak provenance, and index drift. It returns a severity-grouped triage list with evidence and suggested fixes, but never modifies wiki content—leaving all decisions to the maintainer.
Can wiki-lint check my wiki for broken links and contradictions?
Yes. Wiki Lint audits your wiki for broken links and contradictions as core functions. It identifies hyperlinks that point to missing or deleted pages and detects logical conflicts between claims across different pages, then reports both in a severity-grouped triage list with evidence.
How does wiki-lint find orphan pages and concept gaps?
Wiki Lint identifies orphan pages—those with no inbound links from other wiki pages—and detects missing concept pages by analyzing provenance chains and link structure. It flags weak provenance (claims lacking proper sourcing) and concept gaps where expected reference pages are absent, helping you spot incomplete documentation.
Does wiki-lint detect wiki index and log drift?
Yes. Wiki Lint detects index and log drift in wiki structure by comparing the actual page graph against expected indices and tracking structural changes. It logs these discrepancies so you can identify when your wiki's organization has drifted from its intended design.
Will wiki-lint modify my wiki content?
No. Wiki Lint is read-only and never modifies wiki content. It triages wiki health issues by severity and provides evidence and suggested fixes, but leaves all decisions and changes to the maintainer. It's designed for audit and validation only.
What license does wiki-lint use?
Wiki Lint is released under the MIT license, allowing free use, modification, and distribution with minimal restrictions.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Wiki Lint
Audit, do not edit. Return findings the maintainer (human or agent) can triage.
Inputs
- An operation issue with
operationType: "lint". - The operation issue's target
wikiId,spaceSlug, and space root. Lint only that space unless the issue explicitly says this is a multi-space sweep.
Workflow
- Walk the target space's
wiki/index.mdand wiki tree withwiki_searchandwiki_read_page, always passing the operation issue'swikiIdandspaceSlug. Build a mental map of: pages that exist, pages referenced fromindex.md, pages referenced from other pages, and raw sources. - Check for the seven recurring issues, in this order:
- Contradictions — two pages making incompatible claims about the same entity, decision, or status. Flag both pages, name the conflicting claims, and quote evidence.
- Stale claims — a page asserts X, but a newer source under
raw/has superseded it.
(truncated - see the full file via the links below)
File tree — 1 file
packages/plugins/plugin-llm-wiki/skills/wiki-lint/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Audit wiki for contradictions, broken links, orphans, and stale claims”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Wiki Lint performs read-only audits of wiki spaces, surfacing contradictions, orphaned pages, stale claims, concept gaps, broken links, and provenance issues. It returns a severity-grouped triage list with evidence and suggested fixes, leaving all decisions to the maintainer.
wiki-ingest automates the transformation of a single source document into a structured wiki by creating and linking source, entity, concept, and synthesis pages. It reads your space's conventions, flags contradictions with existing content, and maintains a log of all ingestions. The skill ensures every claim traces back to its origin and all cross-references stay current.
Keeps your wiki's index synchronized with its actual contents by walking the directory structure, spotting orphaned pages in the log, and reconciling deletions. Produces a clean, sorted index with one-line summaries per page—no dates or metadata clutter—and records all changes in the log for audit trails.
Wiki Query pulls answers from wiki pages and raw sources, citing each fact as it goes. When synthesis is needed, it offers to file a new page rather than answering silently. If the wiki can't answer, it says so plainly and suggests a concrete next step.
This skill keeps your wiki's index accurate and current by walking the actual file structure, comparing against recent log activity, and rebuilding entries in scannable one-line format. It reconciles missing pages, drops deleted entries, and preserves custom categories—without touching page content itself.
wiki-ingest transforms a single source document into a set of durable wiki pages organized across entities, concepts, and synthesis sections. It reads existing space conventions and content to avoid duplication, flags contradictions rather than silently overwriting, and maintains full cross-linking and citation trails back to the original source.
More skills Wiki Query (MIT) · LLM Wiki Maintainer (MIT) · paperclip-distill (MIT) · research-lint (MIT)