Knowledge Base
Overview
Section titled “Overview”The knowledge base (KB) stores articles, notes, and reference material. Unlike other collections, KB entries aren’t linked to a specific account — they’re general-purpose and often referenced from other entries via wiki links.
Frontmatter Schema
Section titled “Frontmatter Schema”---uid: meeting-best-practicestags: - process - meetingsupdated: 2024-03-15---| Field | Type | Required | Description |
|---|---|---|---|
uid | string | Yes | Unique identifier |
tags | string[] | No | Categorization tags |
updated | date | No | Last updated date |
File Location
Section titled “File Location”src/content/kb/meeting-best-practices.mdSlug format: kebab-case
Example Entry
Section titled “Example Entry”---uid: meeting-best-practicestags: - process - meetingsupdated: 2024-03-15---
# Meeting Best Practices
## Before the Meeting- Set a clear agenda- Share relevant docs 24 hours in advance- Confirm attendees
## During- Start on time, end on time- Capture action items with owners and deadlines- Stay on agenda
## After- Send summary within 24 hours- Create tasks for action items: [[2024-03-15-follow-up-tasks]]Related Collections
Section titled “Related Collections”- Any collection — KB articles are referenced via wiki links from any other entry
Commands
Section titled “Commands”| Command | Description |
|---|---|
/mybuddy.kb.create | Create a new KB article |
/mybuddy.kb.view [slug] | View article detail |
/mybuddy.kb.edit [slug] | Edit article |
/mybuddy.kb.list [filters] | List articles (filter by tags) |
/mybuddy.kb.delete [slug] | Delete with confirmation |