lokf-docent
LOKF Docent
A docent guides visitors through an exhibition. This skill guides an agent through the .lokf/ knowledge bundle: answer from it first, say which concepts the answer rests on and how far each has been trusted, and go to the raw repository only when the bundle can't answer - leaving a note so the gap gets filled. It is the reader's side of the loop the other three skills run: the miss you record today is the concept the librarian derives on its next run and a person confirms after that.
Eight real examples of this skill answering real questions, including a deliberate miss and an honest "couldn't confirm at the source" case:
docs/examples/docent.mdin this skill's home repository (not copied on install, since it documents that repository's own bundle rather than this skill's behavior generally).
Scope: read-only on
.lokf/knowledge/. The only file this skill ever writes is.lokf/feedback.md, and only after asking once per session. It never edits concepts (lokf-librarian), never confirms them (lokf-curator), never creates the bundle (lokf-sidecar). No.lokf/knowledge/index.md? Answer from the repository as you normally would, and mention that lokf-sidecar can create a bundle.
Model: whatever the calling agent already uses. Nothing here needs more capability; it needs the discipline below.