kb

Route natural-language intents to knowledge-base browsing, editing, and index repair operations.

Updated May 20, 2026
One-click install
npx skills add https://github.com/ut0p1an/knowledge_tracker --skill kb-ut0p1an
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb
Source: https://github.com/ut0p1an/knowledge_tracker/tree/main/skills/kb
Command: npx skills add https://github.com/ut0p1an/knowledge_tracker --skill kb-ut0p1an

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a single, natural-language gateway to browse, inspect, extend, and manage a centralized knowledge base, enabling seamless navigation and operations across entries.

Core Features & Use Cases

  • Browse the knowledge-base directory and view entry details
  • Add deep-dive notes to entries and perform cross-entry associations
  • Create, view, and execute quizzes to assess knowledge and track progress
  • Delete entries safely, repair the search index, and refresh knowledge portraits
  • Automatically surface related entries and navigate via natural-language prompts
  • Use cases include locating related concepts, building knowledge graphs, and maintaining an up-to-date personal knowledge base

Quick Start

在 Claude 中输入 /kb 以查看目录并开始知识库导航。

Frequently Asked Questions about kb

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

FAQPage Schema
How do I navigate a knowledge base using natural language instead of manual directory browsing?

Knowledge base navigation via natural language routes your intents to appropriate operations, enabling seamless browsing of directory hierarchies, viewing entry details, and managing cross-entry associations without manual file searching.

How do I add deep-dive notes and associations to existing knowledge base entries?

Adding deep-dive notes and associations updates entry frontmatter and related entries automatically. You can extend centralized knowledge base entries by routing natural-language prompts to append notes and link cross-entry concepts.

Can I create and execute quizzes to assess my knowledge within a centralized repository?

Knowledge base assessments support creating, viewing, and executing quizzes to assess knowledge and track progress. The centralized repository routes natural-language intents to generate quizzes and refresh knowledge portraits.

What is the best way to repair a search index and fix discovery issues in a knowledge base?

Search index repair resolves discovery and linking issues by rebuilding search-index.json. The knowledge base management skill routes natural-language intents to safely repair the index and restore entry discovery across the repository.

Does this knowledge base management skill require a specific directory structure or root path?

Knowledge base operations rely on the knowledge root (KB_ROOT) and utilize search-index.json for discovery. You must configure the centralized repository root path before routing natural-language intents to browse or modify entries.

Why are my knowledge base entry deletions not reflecting across the search index?

Knowledge base deletions require index synchronization to reflect changes across search-index.json. When deleting entries safely, the skill updates entry frontmatter and related entries to maintain accurate discovery and linking across the repository.