How to write to the INITE Brain knowledge graph from an agent loop — record_fact, link_entities, retract_fact, and the detect_contradiction preflight. Covers confidence picking, retract vs forget semantics, identity_of cycle-guards. Use when the user explicitly wants to record, merge, or revise structured knowledge from a conversation (not when they're just asking a question).
$npx -y skills add inite-ai/inite-brain-service --skill brain-writeInstalls into the current project.
Run `npx skills use "https://github.com/inite-ai/inite-brain-service" --skill "inite-ai/inite-brain-service/brain-write"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/inite-ai/inite-brain-service" that are relevant to the current task. Run `npx skills add "https://github.com/inite-ai/inite-brain-service"` and select the relevant skills, then follow their instructions.