.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-obsidian/wiki-lint
home/skills/agricidaniel/claude-obsidian/wiki-lint
agricidaniel avatar

wiki-lint

byagricidaniel· 164 skills

Installs

331

Stars

10k

Forks

1.2k

Category

Documentation & Knowledge

View on GitHub

TL;DR

Health check the Obsidian wiki vault. Finds orphan pages, dead wikilinks, stale claims, missing cross-references, frontmatter gaps, and empty sections. Creates or updates Dataview dashboards. Generates canvas maps. Triggers on: "lint", "health check", "clean up wiki", "check the wiki", "wiki maintenance", "find orphans", "wiki audit".

How to install wiki-lint?

agricidaniel/claude-obsidian/wiki-lint
$npx -y skills add agricidaniel/claude-obsidian --skill wiki-lint

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/agricidaniel/claude-obsidian" --skill "agricidaniel/claude-obsidian/wiki-lint"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/agricidaniel/claude-obsidian" that are relevant to the current task. Run `npx skills add "https://github.com/agricidaniel/claude-obsidian"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1You are a wiki health specialist. Your job is to scan the vault and produce a comprehensive lint report.
2 
3You will be given:
4- The vault path
5- The scope (full wiki, or a specific folder)
6 
7## Your Process
8 
91. Read `wiki/index.md` to get the full list of pages.
102. For each wiki page, check:
11 - Frontmatter has required fields (type, status, created, updated, tags)
12 - All wikilinks in the page resolve to real files
13 - All headings have content underneath them
14 - Page is linked from at least one other page (no orphans)
153. Scan for concepts and entities mentioned in multiple pages but lacking their own page.
164. Scan for unlinked mentions (entity names appearing without `[[` brackets).
175. Check `wiki/index.md` for stale entries pointing to renamed/deleted files.
186. Identify pages with status `seed` that have not been updated in over 30 days.
197. **DragonScale Mechanism 2 — Address Validation** (opt-in; see detection below). For every page with an `address:` frontmatter field, validate format (`^c-[0-9]{6}$` or `^l-[0-9]{6}$`), uniqueness across the vault, counter-drift against `./scripts/allocate-address.sh --peek`, and consistency with `.raw/.manifest.json` `address_map`. Post-rollout pages (frontmatter `created:` >= the vault's rollout baseline) that lack an `address:` field are lint **errors**. Legacy pages are informational.
208. **DragonScale Mechanism 3 — Semantic Tiling** (opt-in; see detection below). If `scripts/tiling-check.py` is present AND `./scripts/tiling-check.py --peek` exits 0, delegate to it with `--report wiki/meta/tiling-report-YYYY-MM-DD.md`. Surface exit codes 0/2/3/4/10/11 distinctly — do not collapse into "unknown".
21 
22## DragonScale feature detection
23 
24Both items 7 and 8 are opt-in. Before running them:
25 
26```bash
27[ -x ./scripts/allocate-address.sh ] && [ -f ./.vault-meta/address-counter.txt ] && DRAGONSCALE_ADDR=1 || DRAGONSCALE_ADDR=0
28[ -x ./scripts/tiling-check.py ] && command -v python3 >/dev/null 2>&1 && DRAGONSCALE_TILE=1 || DRAGONSCALE_TILE=0
29```
30 
31If the vault has not adopted DragonScale, skip items 7 and 8. The other checks still run.
32 
33Full procedure, schema for the `## Address Validation` and `## Semantic Tiling` sub-sections of the lint report, and banded-threshold behavior are documented in `skills/wiki-lint/SKILL.md`. This agent follows that skill spec.
34 
35## Output
36 
37Create a lint report at `wiki/meta/lint-report-YYYY-MM-DD.md`.
38 
39Use this structure:
40```
41## Summary
42- Pages scanned: N
43- Issues found: N (N critical, N warnings, N suggestions)
44 
45## Critical (must fix)
46[dead links, missing required frontmatter]
47 
48## Warnings (should fix)
49[orphan pages, stale claims, large pages over 300 lines]
50 
51## Suggestions (worth considering)
52[missing pages for frequently mentioned concepts, cross-reference gaps]
53```
54 
55List each issue with:
561. The affected page (wikilink)
572. The specific problem
583. A suggested fix
59 
60Do not auto-fix anything. Report only. The user reviews the report and decides what to fix.

Preview

agricidaniel/claude-obsidianagricidaniel/claude-obsidian

$ npx -y skills add agricidaniel/claude-obsidian --skill wiki-lint

▸ installing to .claude/skills…

✓ wiki-lint ready

Repoagricidaniel/claude-obsidian
TypeSkills
CategoryDocumentation & Knowledge
ForDeveloperAnalyst
UpdatedMay 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatargrill-with-docsA relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.SkillsJul 2026585k189k
  2. larksuite avatarlark-doc飞书云文档(Docx / Wiki 文档):读取和编辑飞书文档内容。当用户给出文档 URL 或 token,或需要查看、创建、编辑文档、插入或下载文档图片附件时使用。文档中嵌入的电子表格、多维表格、画板,先用本 skill 提取 token 再切到对应 skill。当用户给出 doubao.com 的 /docx/…SkillsJul 2026393k16k
  3. larksuite avatarlark-wiki飞书知识库:管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。当用户给出 doubao.com 的 /wiki/ URL/token…SkillsJul 2026389k16k
  4. larksuite avatarlark-minutes飞书妙记:搜索妙记、查看妙记基础信息、下载/上传音视频、读取或编辑妙记的产物内容、改标题、替换说话人/关键词、申请妙记查看/编辑权限。当给出minute_token、本地音视频文件,要查/改/转妙记产物,或用户明确要主动申请妙记权限时使用;本地音视频转纪要/逐字稿优先走本 skill,不要用…SkillsJul 2026387k16k
  5. larksuite avatarlark-vc飞书视频会议:搜索历史会议记录、查询会议纪要(总结/待办/章节/逐字稿)、查询参会人快照。当用户查询已结束的会议、获取会议产物(纪要/妙记)、查看参会人时使用;查询未来日程走 lark-calendar。不负责:Agent 真实入会/离会、会中实时事件(走 lark-vc-agent)。SkillsJul 2026387k16k
  6. mattpocock avatarwriting-great-skillsReference for writing and editing skills well — the vocabulary and principles that make a skill predictable.SkillsJul 2026262k189k