Ontology shacl validator
Hierarchical agent skills for domain ontology planning, research, construction, and validation with saved research artifacts and eval-ready workflows.
npx -y skills add Mokee04/ontology_research --skill ontology-shacl-validatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Validate ontology outputs through SHACL-oriented checks, structural issue reporting, and release-readiness notes tied to competency questions, evidence quality, and unresolved modeling risks.
SKILL.md
1.6 KB, 301 tokens by cl100k_base, as published. Nobody here has run it
Ontology SHACL Validator
Read:
../refs/Total Guide.md../shared/references/templates.md../shared/references/ontology-codegen-spec.mdwhen shape generation is needed../shared/references/shacl-spec.template.jsonwhen initializing a new SHACL spec
Use this worker skill when the ontology must be checked for structural fitness and release readiness.
Tasks
- Translate required structural constraints into SHACL-oriented checks.
- Check required properties, types, and cardinality expectations.
- Report gaps between intended ontology behavior and current structure.
- Separate blocking issues from advisory issues.
- Feed unresolved items back to build when needed.
- When requested, express the approved structural checks as a JSON spec and generate SHACL Turtle with
../shared/scripts/generate_shacl_ttl.py. - Start from
../shared/references/shacl-spec.template.jsonunless a run-specific spec already exists.
Outputs
Write or refine:
../exe/<run-id>/validation/shacl-report.md../exe/<run-id>/validation/release-readiness.md../exe/<run-id>/validation/shacl-spec.jsonwhen machine-generated shapes are requested
Guardrails
- do not report validation as pass or fail without naming the checked scope
- do not hide unresolved issues that affect release confidence
- do not generate SHACL shapes for constraints that have not been agreed or scoped
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.