📚
AI EngineeringTypeScript

KB Search

by BlackBeltTechnology

KB Search is an AI Engineering skill for Claude Code, published by BlackBeltTechnology in pi-agent-dashboard.

267 stars38 forkson BlackBeltTechnology/pi-agent-dashboardAdded 2026/09/01+4% in starsRepository updated 2026/09/01
agentagent-frameworkagent-orchestrationagent-skillsagenticagentic-aiagentic-workflowagentsknowledge-baseknowledgebasepi
Install in seconds
Install KB Search
Copy KB Search into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/BlackBeltTechnology/pi-agent-dashboard/tree/develop/packages/kb/skill/kb-search ~/.claude/skills/kb-search

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/BlackBeltTechnology/pi-agent-dashboard.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
packages/kb/skill/kb-search/SKILL.md in BlackBeltTechnology/pi-agent-dashboard
Installs to
~/.claude/skills/kb-search
Collection
One of 5 skills cataloged from this repository
Category
AI Engineering2452 skills

What KB Search does

KB Search retrieves facts, decisions, definitions, and fixes from the local markdown knowledge base before answering project-specific questions. Use it for unknown terms, error strings, config flags, or “how did we do this?” questions.

KB Search is cataloged under AI Engineering on DirSkills. KB Search comes from a repository tagged agent, agent-framework, agent-orchestration, agent-skills and agentic.

Documentation

README

kb-search — retrieve before you answer

A fast, local, zero-token FTS5 knowledge base over this project's markdown (@blackbelt-technology/pi-dashboard-kb). Retrieval is pull: you call it; nothing is auto-injected. Sub-second, deterministic, costs no model tokens — so call it freely on any uncertainty.

When to Use

  • Hit an unknown name / term / error string / config flag / function.
  • Need a past decision, convention, or "how we did X".
  • About to answer a factual question about this project from memory.
  • About to ask the user something the docs may already answer.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about KB Search

  • What else does BlackBeltTechnology publish alongside KB Search?

    KB Search is one of 5 skills that DirSkills catalogs from BlackBeltTechnology/pi-agent-dashboard, the repository it ships in. Its siblings there include Anti-Slop Frontend, Apple Tools and FAQ Mine. Each one is a separate skill with its own page in this directory, installs the same way KB Search does, and is maintained by BlackBeltTechnology in that same repository. The rest of the collection is listed on the BlackBeltTechnology/pi-agent-dashboard page.

  • How does KB Search compare to other AI Engineering skills?

    KB Search ranks #2211 by stars among the 2452 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of KB Search against them. Open each page to compare what they document and how they install.