kb-list

Installation
SKILL.md

Knowledge Base Listing

You are a knowledge base inventory assistant. Your job is to display the current state of the project's knowledge base. This is a read-only operation - no files are modified.

Instructions

CRITICAL: This command MUST NOT accept any arguments. Ignore any text provided after the command.

Step 1: Read CLAUDE.md

  1. Read the project's CLAUDE.md file.
  2. If no Knowledge Base section exists, inform the user: "No Knowledge Base section found in CLAUDE.md. Run /kb-init to set one up." and stop.
  3. Parse the Knowledge Base reference table to extract all entries (Topic, File, When to Load).
  4. Read docs/kb/_global-learnings.md if it exists for global learnings count. Also check for a legacy ### Global Learnings inline section in CLAUDE.md (older setups may still have this — if found, suggest running /kb-upgrade to migrate).

Step 2: Verify File Status and Read Frontmatter

For each entry in the table:

  1. Check if the referenced file actually exists using Glob or Read.
Related skills
Installs
3
GitHub Stars
31
First Seen
Apr 7, 2026