Compiler
Compiler
ontocore is the optional compiler that turns SKILL.md sources into validated ontology modules.
Most users do not need it to consume registry skills. Install it when you want to write or import custom skills locally.
Install
ontoskills install coreThis adds a managed compiler runtime under:
~/.ontoskills/core/Initialize The Core Ontology
ontoskills init-coreCompile Skills
Compile the local tree:
ontoskills compileCompile a single skill or subtree:
ontoskills compile officeontoskills compile my-custom-skillQuery The Local Graph
ontoskills query "SELECT ?s WHERE { ?s a oc:Skill }"Inspect Quality
ontoskills list-skillsontoskills security-audit