Skill Authoring
Skill Authoring
OntoSkills supports two ways to work with source skills:
- author a local
SKILL.md - import a repository containing one or more
SKILL.mdfiles
Local Authoring
Typical flow:
ontoskills install coreontoskills init-coreontoskills compileImport A Source Repository
If a repository contains raw source skills, import and compile it locally:
ontoskills import-source-repo https://github.com/nextlevelbuilder/ui-ux-pro-max-skillThe importer:
- clones or copies the repository
- discovers
SKILL.mdfiles - compiles them locally
- writes the compiled outputs into the managed ontology home
After Compilation
Compiled skills still follow the same runtime lifecycle:
ontoskills enable <qualified-id>ontoskills disable <qualified-id>