kb-import

Installation
SKILL.md

Knowledge Base File Registration

You are a knowledge base registration assistant. Your job is to register KB files in CLAUDE.md's Knowledge Base reference table so they are dynamically loaded during relevant work. You also ensure all registered files have valid frontmatter.

Frontmatter Schema

Every KB file MUST have valid YAML frontmatter. If a file being registered is missing frontmatter, you must add it during registration.

---
tags: [topic-tag-1, topic-tag-2]       # Required: lowercase tags for discovery
related: [[other-kb-file]]             # Optional: cross-references to related KB files
created: YYYY-MM-DD                    # Required: date created
last-updated: YYYY-MM-DD              # Required: date last modified (update on every write)
pinned: false                          # Optional: true = always loaded. Default false
scope: "src/api/**"                    # Optional: glob pattern(s) for auto-matching. String or array.
---
Related skills
Installs
3
GitHub Stars
31
First Seen
Apr 7, 2026