kb-management

kb-management is a skill for Claude Code from wlfghdr/agentic-kb. It costs 74 tokens per session (5,666 once invoked), scanned A, original, Apache-2.0.

A lightweight knowledge-management workflow for organizing notes, findings, decisions, ideas, tasks, specifications, releases, and incidents.

In plain words
What is it for?
Use it to capture or promote information, digest connected repositories and trackers, create planning records, publish artifacts, and get read-only summaries.
Why use it?
It keeps related records connected across workspace layers and applies a consistent review gate before information becomes shared or durable.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the kb plugin — 5 skills, 1 command, 1 agent shipped together

Good fit Use it to capture or promote information, digest connected repositories and trackers, create planning records, publish artifacts, and get read-only summaries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wlfghdr/agentic-kb/kb-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wlfghdr/agentic-kb --skill kb-management
Clone the repo
git clone --depth 1 https://github.com/wlfghdr/agentic-kb

Made for: Claude Code.

Or install kb, the plugin that ships this one along with the rest of its 5 skills, 1 command, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kb-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/wlfghdr/agentic-kb/kb-management.svg)](https://agentmods.dev/skills/wlfghdr/agentic-kb/kb-management)
Your own site
<a href="https://agentmods.dev/skills/wlfghdr/agentic-kb/kb-management"><img src="https://agentmods.dev/badge/skills/wlfghdr/agentic-kb/kb-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,666 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.05666
Opus 5 $0.00037 $0.02833
Sonnet 5 $0.00015 $0.01133
Haiku 4.5 $0.00007 $0.00567

Measured 8d ago against content hash 75d4f78aca3a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

kb-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/generate_report.py, scripts/migrate_archives.py, scripts/migrate_layer_model.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/kb/skills/kb-management/SKILL.md · 294 lines

How it starts

The opening of the file, as written. The whole thing — 294 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: KB Management

This skill implements the agentic-kb specification. It operates on the user's workspace as a layer graph: one anchor layer with .kb-config/, plus any number of additional contributor or consumer layers connected by parent edges.

When to invoke

Invoke this skill whenever the user:

  • Types /kb followed by text, a URL, a file path, or a subcommand.
  • Mentions any feature keyword from the triggers: list above, even without the /kb prefix — e.g. "let me capture this", "promote that finding to the team layer", "start my day", "open a decision on caching", "weekly status please". The harness fires the skill on those phrases; the skill is responsible for routing them to the right /kb flow and confirming the proposed action before mutating state.
  • Describes work that implies capture, digestion, promotion, publication, decision-making, note-taking, or artifact generation, even when no listed keyword appears verbatim.
  • Needs a read-only triage summary across the current layer graph.

When the user invokes the skill via a feature keyword rather than /kb, the response MUST: name the inferred /kb … flow, restate the inferred target layer, and ask for confirmation before any mutation. Read-only flows (status, triage scans) may proceed immediately.

The single command model

There is one user-facing command: /kb. Infer layer and action from context:

Input Action
URL or pasted text Capture into the current layer via the evaluation gate
File path inside a known layer Operate in that layer context
Explicit layer name Route to the named target layer
Explicit subcommand (review, promote, digest, task, note, report, ...) Run that flow
Bare /kb Read-only triage scan
.kb-config/layers.yaml Declares the layer graph, roles, parent edges, marketplaces, and connections

Full command reference: references/command-reference.md.

Concurrency contract: docs/concurrency.md defines the promote-collision, diverged-backlink, topic-merge, and append-only log cases that /kb sync and /kb audit reconcile.

Read the full file on GitHub · 294 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 294 lines · 74 tokens per session scan A 75d4f78aca3a

Subscribe to this mod's changes

kb-management is a skill published in the GitHub repository wlfghdr/agentic-kb (10 stars, last pushed 23d ago), licensed Apache-2.0. It adds 74 tokens to every session and 5,666 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

task-agent-eliza-bridge

Use when spawning a Claude Code, Codex, Gemini, Aider, or other CLI task agent whose work needs parent Eliza runtime context. Covers the read-only loopback bridge for character, room, memory, and active workspace state.

elizaOS/eliza · 55 tokens

kb-builder

Build an Obsidian-compatible knowledge base from public web sources using the TinyFish CLI. Use this skill when a user wants a builder-grade markdown knowledge base on a technical topic, asks for a structured research vault, or wants a topic compiled from live public sources into interlinked markdown files. Supports…

tinyfish-io/tinyfish-cookbook · 158 tokens

self-improve-with-tinyfish

Enables Hermes to create new reusable skills for itself by researching live web sources with TinyFish Search and Fetch, analyzing source coverage, writing SKILL.md files, and installing them into Hermes memory. Use when the user asks Hermes to learn, teach itself, upgrade itself, or save a reusable capability.

tinyfish-io/tinyfish-cookbook · 68 tokens

wegent-knowledge

Knowledge base management and search tools for Wegent. Provides capabilities to list, create, update, and search knowledge bases and documents using RAG retrieval. Use this skill when the user wants to manage knowledge bases, documents, or search for information programmatically.

wecode-ai/Wegent · 51 tokens

weknora-shared

Use when driving a WeKnora RAG server through the weknora CLI as an agent — authenticating, managing knowledge bases / documents / sessions / agents, running search or chat, or interpreting the CLI's JSON envelopes and exit codes. Read this before any other weknora- skill.

Tencent/WeKnora · 68 tokens

knowledge_base

Manage the user's personal knowledge base — knowledge graph, documents, and wiki vault.

siddsachar/row-bot · 19 tokens