aget-check-kb

Validate knowledge base structure, file organization, and content staleness.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/aget-framework/template-executive-aget --skill aget-check-kb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aget-check-kb
Source: https://github.com/aget-framework/template-executive-aget/tree/main/.claude/skills/aget-check-kb
Command: npx skills add https://github.com/aget-framework/template-executive-aget --skill aget-check-kb

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the critical need for agents to self-diagnose and maintain the integrity and freshness of their knowledge bases, ensuring reliable information retrieval.

Core Features & Use Cases

  • Knowledge Base Health Assessment: Automatically checks the structure, file compliance, and content staleness of the agent's knowledge directory.
  • Conformance Scoring: Provides a clear conformance score and health status (OK/WARN/CRITICAL) for the knowledge base.
  • Use Case: An agent can proactively run this skill daily to ensure its knowledge base is up-to-date and structurally sound before performing critical tasks, preventing errors due to outdated or missing information.

Quick Start

Run the aget-check-kb skill to assess the health of the knowledge base.

Frequently Asked Questions about aget-check-kb

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

FAQPage Schema
How do I check knowledge base health and detect stale content?▼

Knowledge base health assessment checks directory structure, file compliance, and content staleness to return a conformance score and health status, preventing agent errors caused by outdated or missing information.

Why does my agent retrieve outdated information from the knowledge base?▼

Your agent retrieves outdated information because knowledge base content staleness degrades reliability over time. Validating health proactively detects stale content and structural issues, returning a conformance score to prevent retrieval errors during critical tasks.

What's the best way to validate knowledge base compliance and structure?▼

The best way to validate knowledge base compliance is to run an automated health check that assesses directory structure, file organization, and content staleness, generating a conformance score and health status to ensure structural soundness.

When do I need to run a knowledge base health check for agent reliability?▼

You need to run a knowledge base health check daily before performing critical tasks to ensure information retrieval reliability, proactively identifying structural issues, missing documentation, and stale content that could impact agent performance.

How do I monitor knowledge base staleness without external dependencies?▼

You monitor knowledge base staleness without external dependencies by running a validation script that checks file content freshness and directory structure internally, returning a conformance score and health status to maintain agent reliability.