vault-health

Aggregate T3 backlink index and T1 gap-stubs queue data into a daily Markdown health report.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/wtyler2505/ProtoPulse --skill vault-health-wtyler2505
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-health
Source: https://github.com/wtyler2505/ProtoPulse/tree/main/.claude/skills/vault-health
Command: npx skills add https://github.com/wtyler2505/ProtoPulse --skill vault-health-wtyler2505

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the production of a weekly Vault Health Report by aggregating insights from the T3 backlinks index and the T1 gap-stubs queue, then surfaces actionable metrics and outputs to ops/health for visibility and governance.

Core Features & Use Cases

  • Collects and analyzes backlinks, note consumption, and orphaned notes to present a concise health snapshot.
  • Generates a Markdown report with sections for top-consumed notes, top-orphaned notes, demand gaps, and a trend versus the previous report.
  • Writes the daily report to ops/health/YYYY-MM-DD-report.md and updates an index for easy navigation.

Quick Start

Run the vault-health command to generate today’s health report from the repository root.

Frequently Asked Questions about vault-health

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

FAQPage Schema
How do I generate a weekly vault health report for my knowledge repository?

To generate a vault health report, run the vault-health command from the repository root. It aggregates index and backlog data to produce a Markdown report with top-consumed notes, orphaned items, and gap-stub metrics, saving it to ops/health.

What metrics are included in a knowledge vault health report?

A vault health report includes top-consumed notes, top-orphaned notes, and demand gaps. It also tracks pending gap-stub queues and provides a trend comparison versus the previous report for governance and planning.

How does backlink index analysis identify orphaned notes in a knowledge vault?

Backlink index analysis identifies orphaned notes by aggregating T3 backlink data to find items lacking incoming references. The vault-health script computes this status alongside top-consumed items to surface actionable health metrics.

Can I compare current vault health metrics against previous reports?

Yes, you can compare current vault health metrics against previous reports. The generator includes an optional comparison feature that outputs trend data alongside the daily report, highlighting shifts in note consumption and orphaned status.

Do I need any external dependencies to automate vault health reporting?

No external dependencies are required to automate vault health reporting. The Skill operates independently using internal scripts to read T3 backlink indexes and T1 gap-stub queues, computing metrics without additional package installations.

What is the best way to track demand gaps in a knowledge management backlog?

The best way to track demand gaps is by managing the T1 gap-stubs queue. The vault-health script identifies missing information by analyzing backlinks and consumption data, then writes these gap metrics directly into the daily Markdown report.