ontology-manager

Installation
SKILL.md

MIF Ontology Manager

Manage MIF ontology definition files using yq, jq, and bundled shell scripts. All operations are grounded in the MIF ontology JSON Schema at schema/ontology/ontology.schema.json.

Prerequisites

# Required
brew install yq jq    # or equivalent package manager
# Optional (for JSON Schema validation)
pip install jsonschema
# Optional (for JSON-LD conversion)
pip install pyyaml

Workflow Decision Tree

Installs
1
Repository
zircote/mif
GitHub Stars
7
First Seen
Jun 23, 2026
ontology-manager — zircote/mif