add_knowledge
Creates a new markdown knowledge fragment file with YAML frontmatter, including title, tags, and optional references.
Instructions
Create a new knowledge fragment file with proper frontmatter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Fragment path, e.g. 'workflow/git' or 'personal@workflow/git'. Extension optional. | |
| refs | No | Source code references | |
| tags | Yes | Tags for this fragment | |
| title | Yes | Fragment title | |
| source | No | Source of this knowledge (for frontmatter) | |
| content | Yes | Fragment content (markdown) | |
| related | No | Related fragment paths (same source only) |