🧭
Writing

Wiki Lint

by IssacW228

Wiki Lint is a Writing skill for Claude Code, published by IssacW228 in student-llm-wiki.

176 stars4 forkson IssacW228/student-llm-wikiAdded 2026/09/07+2% in starsRepository updated 2026/06/16
ai-toolsclaude-codeclaude-coworkfeynman-techniquekarpathyknowledge-basellm-wikinote-takingobsidianpersonal-knowledge-managementpkmsecond-brainstudent-toolsstudy-tools
Install in seconds
Install Wiki Lint
Copy Wiki Lint into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/IssacW228/student-llm-wiki/tree/main/skills/wiki-lint ~/.claude/skills/wiki-lint

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/IssacW228/student-llm-wiki.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/wiki-lint/SKILL.md in IssacW228/student-llm-wiki
Installs to
~/.claude/skills/wiki-lint
Collection
One of 9 skills cataloged from this repository
Category
Writing1328 skills

What Wiki Lint does

Wiki Lint health-checks a knowledge base for orphan pages, broken links, contradictions, stale concepts, and missing cross-links. It also applies the 30-day confidence decay rule and reports items to fix.

Wiki Lint is cataloged under Writing on DirSkills. Wiki Lint comes from a repository tagged ai-tools, claude-code, claude-cowork, feynman-technique and karpathy.

Documentation

README

Wiki Lint

健康检查知识库。 Health-check the knowledge base.

检查项 Checks

  1. 孤立页 Orphans: 没有任何 [[链接]] 指向的概念页
  2. 断链 Broken links: [[链接]] 指向不存在的页面
  3. 矛盾 Contradictions: 不同页面对同一概念的冲突描述。同时写入 wiki/contradictions.md(用 wiki-ingest 中的矛盾记录格式)并更新 overview.md 的矛盾摘要
  4. 陈旧内容 Stale: confidence:low 且长期未更新的页面
  5. Confidence 衰减 Decay:
    • 若概念页 last_reviewed 距今 >30天,且期间未被新页面引用 → confidence 降一级(high→medium→low)
    • 列出所有降级的概念
  6. 跨课程缺失 Missing links: 同一概念出现在多门课但没有互链
  7. 课程总览缺失 Missing overviews: index.md 中每门课是否都有对应的 wiki/courses/{course}-overview.md;缺少则自动创建(用 wiki-ingest 中的课程总览页格式)
  8. 术语表缺失 Glossary gaps: 检查 wiki/glossary.md 中缺少哪些已有概念页的术语条目,补充完整

流程 Process

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Wiki Lint

  • What else does IssacW228 publish alongside Wiki Lint?

    Wiki Lint is one of 9 skills that DirSkills catalogs from IssacW228/student-llm-wiki, the repository it ships in. Its siblings there include Exam Prep, Exam Prep and Exam Prep. Each one is a separate skill with its own page in this directory, installs the same way Wiki Lint does, and is maintained by IssacW228 in that same repository. The rest of the collection is listed on the IssacW228/student-llm-wiki page.

  • How does Wiki Lint compare to other Writing skills?

    Wiki Lint ranks #1153 by stars among the 1328 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Wiki Lint against them. Open each page to compare what they document and how they install.