kb

Automate knowledge base creation, synchronization, and auditing in HelloAGENTS.

1|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/bamecho/my-claude-skills --skill kb-bamecho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb
Source: https://github.com/bamecho/my-claude-skills/tree/main/skills/HelloAgents/kb
Command: npx skills add https://github.com/bamecho/my-claude-skills --skill kb-bamecho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

这些规则提供一个完整、可审计的框架,用于在 HelloAGENTS 工作空间中管理知识库,包括标准化的文件结构、架构决策记录和知识库与代码变更的同步机制,确保一致性、可追溯性和安全性。

Core Features & Use Cases

  • 定义 SSOT、知识库、ADR、MRE 等核心术语及其工作流,帮助团队在变更与文档之间保持一致。
  • 提供计划、文档、历史归档等目录的约定,以及知识库缺失与遗留方案处理的指引,提升团队协作效率。
  • 支持知识库同步、版本化和缺陷复盘等工作流,确保技术文档与实现保持对齐。

Quick Start

Initialize the knowledge base with the ~init command and follow the repository's structural guidelines to populate wiki, plan, and history directories.

Frequently Asked Questions about kb

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

FAQPage Schema
How do I enforce a standardized knowledge base structure for documentation and auditing?

To enforce an auditable knowledge base, you need standardized directory structures for wiki, plan, and history files. This ensures traceability and maintains consistency between code changes and technical documentation.

What is the best way to keep architecture decision records synchronized with code changes?

The best way to synchronize architecture decision records with code changes is to implement an automated governance workflow. This enforces rigorous documentation updates whenever modifications occur, keeping technical docs aligned with implementation.

How do I initialize a knowledge base with planned changes and history management?

You can initialize a knowledge base by running the ~init command. This sets up the repository's structural guidelines and populates the required wiki, plan, and history directories for planned changes.

Do I need a single source of truth architecture for knowledge base governance?

You need a single source of truth architecture for knowledge base governance to maintain stability and consistency. It provides a standardized framework that ensures all documentation workflows are fully traceable and auditable.

When should I use an auditable knowledge base synchronization process?

You should use an auditable knowledge base synchronization process when your project requires stable SSOT architecture and rigorous documentation workflows. It ensures technical documentation and implementation remain aligned during defect post-mortems and versioning.