knowledge

Lint raw/ and compiled/ knowledge directories for stale, unreferenced, missing-type, and oversized artifacts.

69|12|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/gtapps/claude-code-hermit --skill knowledge-gtapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge
Source: https://github.com/gtapps/claude-code-hermit/tree/main/plugins/claude-code-hermit/skills/knowledge
Command: npx skills add https://github.com/gtapps/claude-code-hermit --skill knowledge-gtapps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Knowledge base maintenance — lint raw/ and compiled/ for stale, unreferenced, missing-type, and oversized artifacts. Read-only report with actionable advice. Activates on messages like "check knowledge", "lint knowledge", "knowledge health".

Core Features & Use Cases

  • Read-only lint of the hermit's knowledge directories. Reports findings without modifying any files.
  • Provides a concise, actionable remediation plan for issues found in the knowledge directories.

Quick Start

Run the lint script to audit the knowledge directories and review the resulting report.

Frequently Asked Questions about knowledge

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

FAQPage Schema
How do I check my knowledge base for stale and unreferenced artifacts?

To check your knowledge base for stale and unreferenced artifacts, you can lint your raw/ and compiled/ directories. This process scans the knowledge corpus and produces a read-only, actionable report detailing issues like missing types and oversized files without modifying anything.

How do I lint a raw knowledge directory to generate a health report?

You can lint a raw knowledge directory by executing the shared knowledge-lint script via node scripts/knowledge-lint.js .claude-code-hermit from the plugin install directory. This generates a concise, actionable remediation plan for any issues found, operating in a read-only mode to prevent file modifications.

Can I audit knowledge directories without modifying the existing files?

Yes, you can audit knowledge directories without modifying files. The linting script runs in a read-only mode that reports findings across raw/ and compiled/ folders, providing actionable advice for issues like oversized artifacts and missing types while ensuring no data is altered.

What is the best way to identify oversized and missing-type artifacts in a knowledge corpus?

The best way to identify oversized and missing-type artifacts is to run a dedicated knowledge-lint script across the corpus. It evaluates the directories and outputs a concise, actionable remediation plan to help you clean up the knowledge base effectively.

Does the knowledge lint script fix stale artifacts automatically?

No, the knowledge lint script does not fix stale artifacts automatically. It operates as a read-only audit tool that identifies unreferenced, missing-type, and oversized artifacts, producing a report with actionable advice so you can manually apply the necessary remediation steps.