feat(skills): lokf-scaffolding and lokf-librarian - #24
Merged
Conversation
Contributor
Author
|
Maybe sidecar name should be |
Contributor
Author
|
Updated SKILLS:
I think they are good to go now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two generic skills to manage a
lokf/knowledgesidecar in any "folder-native" platform (GIT, Cloud Storage, local volume).Audience:
LOKF Librarian
Maintain
lokf/- the host repository's knowledge captured as a Linked Open Knowledge Format (LOKF) bundle. LOKF is a semantic profile of OKF: the same directory of Markdown + YAML frontmatter, but every field, type, and relationship is bound to a public vocabulary (schema.org / DCAT / PROV-O), so the bundle expands losslessly to JSON/JSON-LD and RDF and is queryable with SPARQL. This skill covers the full lifecycle: scrape -> build/maintain -> audit -> hand off for review -> keep fresh on a schedule.LOKF Scaffolding
Create a fresh
lokf/sidecar - a machine-readable, SPARQL-queryable LOKF knowledge bundle - inside whatever repository this skill is invoked from. This skill lays down the directory, tooling, docs, and a small dummy bundle skeleton, then hands off to the lokf-librarian skill to fill it with real knowledge.Notes
GIT scenario - maybe the lokf-librarian SKILL should log last git
commit(since last run) and only execute if more recent commits are found. But could be future consideration.I did not execute on this repository as this is at discretion of project maintainer.
I did not consider how this should be documented (for end users) for same reason.