agentsclimarketplace

V3 1 skos fixture

Skill jacob-balslev/skill-graph/examples/tests/v3-1-skos-fixture

Test fixture exercising SKOS predicates (related, broader, narrower), routing-layer suppresses, the ADR 0006 split between routing exclusion and disjoint_with (OWL class-disjointness), and the io_contract composition hook. Used by scripts/__tests__/test-v3-1-skos-runtime.js to verify that the manifest generator, lint, and router all recognize the full canonical predicate set. Not a production skill.From its SKILL.md

Install
npx -y skills add jacob-balslev/skill-graph --skill v3-1-skos-fixture

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.
  • 1 stars1 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 file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.4 KB, 433 tokens by cl100k_base, as published. Nobody here has run it

v3.1 SKOS Fixture

Test fixture exercising the full v3.1 predicate set. Not a production skill.

Domain Context

This fixture exists to verify that the runtime — generate-manifest.js, skill-lint.js, skill-graph-route.js, and the lint-target resolver — iterates the complete canonical predicate set defined in ADR 0001 (SKOS additions: related, broader, narrower), ADR 0018 (suppresses for routing-layer exclusion), ADR 0006 (disjoint_with as the separate orthogonal relation for formal OWL class-disjointness), and the composition hook io_contract.

The companion test scripts/__tests__/test-v3-1-skos-runtime.js builds a manifest entry from this file and asserts every predicate above appears in the resulting relations block, with relation-target validation passing for all eight references.

Coverage

Predicates exercised:

  • related — symmetric SKOS associative relation (skos:related)
  • broader — SKOS generalisation (skos:broader); triggers Stage 4b parent recall in router
  • narrower — SKOS specialisation (skos:narrower)
  • suppresses — routing-layer asymmetric exclusion (sg:disjointOwnership)
  • disjoint_with — formal OWL class-disjointness (owl:disjointWith)
  • verify_with — PROV-O informational influence (prov:wasInformedBy)
  • depends_on — DCMI requirement (dcterms:requires)
  • io_contract — machine-checkable artifact inputs/outputs for composition

Retired aliases are intentionally NOT exercised in this fixture; the companion unit test checks in-memory alias normalization separately.

Workflow

This skill has no workflow — it is a fixture, not a procedure.

Verification

scripts/__tests__/test-v3-1-skos-runtime.js exits 0 only when this fixture round-trips cleanly through the manifest generator and lint relation-target check.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,852. 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.