📚
AutomationTypeScript

KB Setup

by BlackBeltTechnology

KB Setup is an Automation 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 Setup
Copy KB Setup 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-setup ~/.claude/skills/kb-setup

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-setup/SKILL.md in BlackBeltTechnology/pi-agent-dashboard
Installs to
~/.claude/skills/kb-setup
Collection
One of 5 skills cataloged from this repository
Category
Automation1525 skills

What KB Setup does

KB Setup brings up a local markdown knowledge base for a project. Use it to initialize or configure sources, index docs, and verify search works with a smoke query.

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

Documentation

README

kb-setup — bring up the project knowledge base

@blackbelt-technology/pi-dashboard-kb builds a zero-token, local SQLite/FTS5 index over this project's markdown so kb-search can retrieve before answering. This SKILL does the one-time bring-up. Retrieval is pull (the agent calls kb); nothing is auto-injected.

When to Use

  • User asks to set up / init / configure the knowledge base.
  • No .pi/dashboard/knowledge_base.json exists yet and the project has docs.
  • User wants to add a doc source (local dir, npm package docs, git handbook).

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

Frequently asked about KB Setup

  • What else does BlackBeltTechnology publish alongside KB Setup?

    KB Setup 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 Setup 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 Setup compare to other Automation skills?

    KB Setup ranks #1376 by stars among the 1525 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. 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 Setup against them. Open each page to compare what they document and how they install.