agentsclimarketplace

Ontology shacl validator

Skill Mokee04/ontology_research/ontology-shacl-validator

Hierarchical agent skills for domain ontology planning, research, construction, and validation with saved research artifacts and eval-ready workflows.

Install
npx -y skills add Mokee04/ontology_research --skill ontology-shacl-validator

Assembled 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.md when shape generation is needed
  • ../shared/references/shacl-spec.template.json when initializing a new SHACL spec

Use this worker skill when the ontology must be checked for structural fitness and release readiness.

Tasks

  1. Translate required structural constraints into SHACL-oriented checks.
  2. Check required properties, types, and cardinality expectations.
  3. Report gaps between intended ontology behavior and current structure.
  4. Separate blocking issues from advisory issues.
  5. Feed unresolved items back to build when needed.
  6. When requested, express the approved structural checks as a JSON spec and generate SHACL Turtle with ../shared/scripts/generate_shacl_ttl.py.
  7. Start from ../shared/references/shacl-spec.template.json unless 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.json when 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.