thalo
Installation
SKILL.md
Thalo
Quick start workflow
- Initialize a knowledge base with
thalo initto generateentities.thalo,AGENTS.md, andpersonal-bio.md. - Add or edit entries in
*.thalofiles or fenced code blocks inside Markdown (lang:thalo). - Validate after changes with
thalo checkto catch schema, link, and syntax issues. - Format with
thalo formatwhen preparing a commit or cleanup (or use Prettier with the plugin) - Run
thalo actualizeto materialize syntheses (queries + prompt) for LLM use.
Entry syntax
Follow this structure:
{timestamp} {directive} {entity} "Title" [^link-id] [#tags...]
{key}: {value}
...