doc-keeper

Community

Automatically preserve docs and registries.

AuthorTalkingMonkeyOz
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps maintain the accuracy and currency of documentation, vault entries, and configuration registries across Claude Family deployments, reducing drift and manual auditing.

Core Features & Use Cases

  • MCP Registry Verification: Cross-check the knowledge-vault/MCP Registry.md against the global ~/.claude.json mcpServers and per-project configurations, ensuring consistency.
  • Agent Spec Verification: Validate that all agent_types have corresponding configs, that removed agents are accurately tracked, and that token cost estimates are reasonable.
  • Skill Path Verification: Ensure every skill under .claude/skills/ has a skill.md and that references in docs correctly point to existing skills.
  • Vault Entry Validation: Identify knowledge-vault entries with outdated timestamps, broken wiki links, or missing related entries to keep the vault healthy.

Quick Start

Review the Documentation Keeper findings report and address any flagged items related to MCP Registry, agent specs, skill paths, and vault entries.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: doc-keeper
Download link: https://github.com/TalkingMonkeyOz/claude-family/archive/main.zip#doc-keeper

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository