librarians-assistant

Fix broken links, orphan pages, and frontmatter issues in Obsidian wikis.

Updated May 24, 2026
One-click install
npx skills add https://github.com/angrysky56/hermes-ops --skill librarians-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: librarians-assistant
Source: https://github.com/angrysky56/hermes-ops/tree/main/skills/librarians-assistant
Command: npx skills add https://github.com/angrysky56/hermes-ops --skill librarians-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Large knowledge wikis accumulate integrity issues over time: broken internal links, orphan pages with no inbound connections, missing or malformed frontmatter, non-reciprocal wikilinks, and tag inconsistencies that make content hard to find and navigate. Manually fixing hundreds of these issues is time-consuming and error-prone.

Core Features & Use Cases

  • Automated Audit Remediation: Runs after the daily Wiki Librarian audit to fix all identified issues in priority order, including broken links, orphan resolution, frontmatter normalization, and tag cleanup.
  • MCP & Filesystem Fallback: Uses Synapse MCP tools for fast wiki edits when available, and falls back to direct filesystem operations when MCP is unavailable, ensuring reliable operation in all environments.
  • Edge Case Guardrails: Automatically skips structural false positives like template wikilink examples, auto-generated concept indexes, and scratchpad report files to avoid unnecessary or incorrect edits.
  • Use Case: For a 10,000-page Obsidian knowledge wiki, this skill resolves 50+ common integrity issues in a single daily run, maintaining wiki usability without manual maintenance overhead.

Quick Start

Use the librarians-assistant skill to automatically fix all broken links, orphan pages, and missing frontmatter issues identified in the latest wiki librarian audit report.

Frequently Asked Questions about librarians-assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix broken internal links and orphan pages in an Obsidian vault?

Automated wiki cleanup fixes broken internal links and orphan pages in an Obsidian vault by running a post-audit remediation step that resolves identified integrity issues in priority order.

What is the best way to normalize missing or malformed frontmatter across a large knowledge wiki?

Normalizing missing or malformed frontmatter across a large knowledge wiki is best handled by an automated remediation step that corrects formatting errors and tag inconsistencies identified during a daily librarian audit.

Can I run wiki link remediation if the MCP server is unavailable?

Wiki link remediation can run without an MCP server by falling back to direct filesystem operations, ensuring broken links and frontmatter errors are still fixed reliably in all environments.

How do I prevent automated wiki cleanup from modifying auto-generated concept indexes and template files?

Automated wiki cleanup prevents modifying auto-generated concept indexes and template files by applying edge case guardrails that skip structural false positives and scratchpad reports during the remediation process.

Does this wiki maintenance approach work for large-scale 10000-page knowledge graphs?

Wiki maintenance works for large-scale 10000-page knowledge graphs by resolving over 50 common integrity issues in a single daily run, maintaining vault usability without manual maintenance overhead.

How do I fix non-reciprocal wikilinks and tag normalization errors after an audit?

Fixing non-reciprocal wikilinks and tag normalization errors after an audit requires a deterministic cleanup process that corrects bidirectional link inconsistencies and standardizes tags across the vault.