knowledge-gaps

Audit project dependencies and tools against Basic Memory notes to identify undocumented assets.

3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/voxpelli/vp-claude --skill knowledge-gaps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-gaps
Source: https://github.com/voxpelli/vp-claude/tree/main/skills/knowledge-gaps
Command: npx skills add https://github.com/voxpelli/vp-claude --skill knowledge-gaps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of technical debt and knowledge silos by automatically identifying undocumented packages, tools, and domain standards within a project, ensuring comprehensive documentation and reducing reliance on tribal knowledge.

Core Features & Use Cases

  • Package Dependency Auditing: Scans project manifests (npm, Rust, Go, PHP, Python, Ruby) to find undocumented dependencies.
  • Tooling Coverage Analysis: Checks for undocumented Homebrew formulae, casks, GitHub Actions, Docker images, and VSCode extensions.
  • Domain Standard Identification: Detects usage of standards (e.g., GraphQL, gRPC) that lack corresponding documentation.
  • Use Case: Before a major release, run this skill to ensure all critical dependencies and development tools used in the project are properly documented, preventing future onboarding issues and maintenance headaches.

Quick Start

Run the knowledge-gaps skill to audit the current project for undocumented packages and tools.

Frequently Asked Questions about knowledge-gaps

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

FAQPage Schema
How do I find undocumented dependencies and tools in my codebase?

To find undocumented dependencies, this skill audits project manifests across npm, Rust, Go, PHP, Python, and Ruby ecosystems, cross-referencing them with Basic Memory notes to identify missing documentation.

What are knowledge gaps in technical documentation and how are they detected?

Knowledge gaps are undocumented packages, tools, or domain standards. This skill detects them by cross-referencing manifest files and codebase mentions against existing documentation.

Does this documentation audit tool support Homebrew formulae and GitHub Actions?

Yes, the documentation audit tool supports checking Homebrew formulae and casks, GitHub Actions, Docker images, and VSCode extensions for missing coverage.

How do I audit my project for undocumented domain standards like GraphQL or gRPC?

To audit for undocumented domain standards like GraphQL or gRPC, run this skill to detect standard usage and flag instances lacking corresponding documentation.

What is the best way to reduce technical debt from tribal knowledge before a release?

To reduce technical debt from tribal knowledge before a release, run this skill to ensure all critical dependencies and development tools are properly documented.

Can I check VSCode extension documentation across multiple package ecosystems?

Yes, you can check VSCode extension documentation alongside multiple package ecosystems including npm, Rust, Go, PHP, Python, and Ruby by cross-referencing manifests with notes.