← ClaudeAtlas

relex-ontologylisted

Use when working a Relex case beyond a single question — auditing what the case "understands", finding gaps or contradictions in the case/firm ontology graph, steering the Relex case agent, or deciding what data to acquire next (RAG, statutes, case law, documents). Teaches the read → audit → repair → direct-acquisition → converge loop over the Relex MCP.
relexyou/relex-claude · ★ 0 · AI & Automation · score 67
Install: claude install-skill relexyou/relex-claude
# The Ontology Collaboration Loop The ontology is the case's **understanding**; the graph is only its data — and it can be **wrong or incomplete**. Your job (as counsel, see `relex-counsel`) is to audit that understanding, repair it, and direct the Relex harness to acquire what is missing. The harness's next reasoning turn automatically reads what you fixed. ``` read → audit → repair/enrich → direct acquisition → agent re-reasons → re-read → converge ``` Everything below is PII-safe by construction: people appear only as `[PARTY_NAME_n]` label tokens; fact entities carry keys, never values. The server's PII gate rejects raw identifiers you might try to write — don't. ## 1 · Read - `execute GET /ontology/case/{caseId}` — the case graph: real-world legal objects (parties, obligations, clauses, statutes, events, ISSUES) and the verbs binding them (`cites`, `concerns`, `supports`, `contradicts`, `undercuts`, `party_to`, `raises`, `established_by`). - `execute GET /ontology/firm` (`?scope=org&id=` for an org) — the practice's abstract concept graph (doctrines, clause types, argument patterns), grown automatically from knowledge uploads and concluded cases. No case instances, no PII. ANY org member can read the org graph; only curation is admin-gated. If the graph is sparse but the practice HAS indexed knowledge, backfill it: `POST /ontology/firm/reconcile` (self / org-admin) — call repeatedly until the response's `remaining` is 0 (each call processes up to 2