← ClaudeAtlas

with-relationslisted

Use as the v8-conformant fixture exercising typed relation predicates (related, boundary, verify_with, depends_on) using the live schema item shapes. Activate this skill when verifying that lint resolves cross-fixture relation targets without a sibling skills clone. Do NOT use as a production skill (use a real capability skill from the canonical library).
jacob-balslev/skill-graph · ★ 0 · AI & Automation · score 68
Install: claude install-skill jacob-balslev/skill-graph
# With-Relations Fixture This fixture exercises typed relation predicates in the v8 contract using the item shapes accepted by the live schema: bare strings for `related` and `verify_with`, `{skill, reason}` for `boundary`, and `{skill, min_version}` for `depends_on`. Together with the sibling fixtures (`minimal-capability`, `with-grounding`, `comprehension-full`) it forms a closed cross-reference cluster — lint resolves every relation target from the fixtures directory alone, with no dependency on the sibling `../skills/skills/` canonical library. ## Coverage The four relation kinds with distinct semantics: | Predicate | Meaning | Target here | |---|---|---| | `related` | Adjacency for browse / routing expansion | `minimal-capability` | | `boundary` | Routing-layer exclusion ("when I own this query, suppress that one") | `with-grounding` | | `verify_with` | Cross-check: when applied, verify with another | `comprehension-full` | | `depends_on` | Composition: this assumes the other is in scope | `minimal-capability` | The `boundary` entry carries a non-empty ownership-framed `reason` string, because boundary reasons are projected into export descriptions and audited for orientation. The `depends_on` entry carries `min_version` to exercise the version-constrained dependency shape. ## Philosophy Relations are the edges of the Skill Graph. The four predicates are intentionally orthogonal: `related` is symmetric and weakly directional, `boundary` is asymmetric and routing-e