kb

Standardize knowledge base management with YAML frontmatter and directory validation.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Kaze-sn/Vibe-code --skill kb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb
Source: https://github.com/Kaze-sn/Vibe-code/tree/main/skills/helloagents/kb
Command: npx skills add https://github.com/Kaze-sn/Vibe-code --skill kb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes and automates knowledge base management to ensure consistent documentation across HelloAGENTS projects and to enable reliable change tracking and auditing.

Core Features & Use Cases

  • Knowledge base governance: enforces a structured layout with plan/, wiki/, and history/ directories and ensures frontmatter compliance for discovery.
  • Change management & auditing: supports creation, synchronization, and revision history with traceable ADR and rationale records.
  • Context-aware loading: provides operational instructions loaded from SKILL.md to guide activation and runtime context.

Quick Start

Run the knowledge-base init command to create or verify the required helloagents structure and ensure SKILL.md frontmatter is valid.

Frequently Asked Questions about kb

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

FAQPage Schema
How do I automate knowledge base management for project documentation?

Automating knowledge base management requires standardizing documentation layouts with plan, wiki, and history directories. This skill enforces YAML frontmatter compliance and validates required files to ensure consistent project documentation and reliable change tracking.

What is the best way to track wiki history and audit changes across projects?

Tracking wiki history and auditing changes is handled through dedicated history directories and ADR records. The skill supports creating synchronized revision histories with traceable rationale records to maintain compliance across project documentation.

How do I enforce YAML frontmatter validation for wiki content?

YAML frontmatter validation is enforced by requiring name and description fields in documentation files. The skill checks SKILL.md frontmatter during the initialization command to verify structure and ensure metadata compliance for content discovery.

Does this knowledge base governance skill work without external dependencies?

Knowledge base governance operates without external dependencies. The skill uses built-in validation logic to enforce directory structures and frontmatter compliance, requiring only the HelloAGENTS project environment to run the initialization and synchronization workflows.

How do I structure project directories for change planning and ADRs?

Structuring directories for change planning and ADRs involves creating plan, wiki, and history folders. The skill standardizes this layout to guide synchronization workflows, ensuring architecture decision records and rationales are properly tracked and maintained.

What are the limitations of using standardized directories for knowledge base audits?

Standardized directory audits are limited to HelloAGENTS project structures. The skill enforces specific plan, wiki, and history directory layouts with required YAML frontmatter, meaning projects must conform to this exact structure for compliance validation to function correctly.