🔗
QualityShell

Check Links

by ballred

Check Links is a Quality skill for Claude Code, published by ballred in obsidian-claude-pkm.

1.8K stars124 forkson ballred/obsidian-claude-pkmAdded 2026/08/18+4% in starsRepository updated 2026/02/18
ai-agentsclaude-codegoal-trackingobsidianpkmproductivitysecond-brain
Install in seconds
Install Check Links
Copy Check Links 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/ballred/obsidian-claude-pkm/tree/main/vault-template/.claude/skills/check-links ~/.claude/skills/check-links

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/ballred/obsidian-claude-pkm.git

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

In this catalog

Source file
vault-template/.claude/skills/check-links/SKILL.md in ballred/obsidian-claude-pkm
Installs to
~/.claude/skills/check-links
Collection
One of 13 skills cataloged from this repository
Category
Quality1354 skills

What Check Links does

Check Links scans a vault for broken [[wiki-links]] by extracting link targets and verifying each target file exists. Use it to find link rot after renaming files or periodically maintain a knowledge base.

Check Links is cataloged under Quality on DirSkills. Check Links comes from a repository tagged ai-agents, claude-code, goal-tracking, obsidian and pkm.

Documentation

README

Finds broken [[wiki-links]] across your vault by extracting link targets and verifying that each target file exists. Read-only — never modifies files.

Usage

/check-links

Or ask:

  • "Check for broken links in my vault"
  • "Find dead wiki-links"
  • "Are there any broken links?"

How to Execute

Use Grep to find all [[...]] patterns in markdown files:

Grep:
  pattern: "\\[\\[([^\\]|]+)"
  glob: "*.md"
  output_mode: content
  -n: true

This captures the link target (before any | alias). Exclude .claude/ and .obsidian/ directories from results.

Step 2: Build unique target list

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

Commands Check Links provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /check-links
  • /search

Frequently asked about Check Links

  • What else does ballred publish alongside Check Links?

    Check Links is one of 13 skills that DirSkills catalogs from ballred/obsidian-claude-pkm, the repository it ships in. Its siblings there include Adopt Vault, Daily and Git Push. Each one is a separate skill with its own page in this directory, installs the same way Check Links does, and is maintained by ballred in that same repository. The rest of the collection is listed on the ballred/obsidian-claude-pkm page.

  • How does Check Links compare to other Quality skills?

    Check Links ranks #592 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. 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 Check Links against them. Open each page to compare what they document and how they install.

More from ballred/obsidian-claude-pkm

Check Links is one of 13 skills cataloged on DirSkills from ballred/obsidian-claude-pkm.

See all 13 skills