ingest
Installation
SKILL.md
Skill: ingest
Purpose
Process a new file in raw/ and distill its knowledge into the wiki. Each ingest typically touches 10-15 wiki files.
When to invoke
Automatically when a new file appears in raw/.
Steps
- Read the source file in
raw/completely. Do not summarize prematurely. - Extract key takeaways: facts, decisions, entities, concepts introduced by the source.
- For each entity or concept found:
- If it already has a wiki page: open it and add/revise relevant information.
- If it does not exist: create the appropriate file in
wiki/concepts/orwiki/entities/.
- Create or update a summary page in
wiki/sources/for the source itself (link back to theraw/file). - Add
[[wikilinks]]between all newly created or updated pages. - Update
wiki/index.mdfor every file created or modified. - Append to
wiki/log.md:## YYYY-MM-DD — ingest — <filename>with a bullet list of all pages touched.