English translation for research convenience. The Russian original remains the authoritative source.
CasusLegal CasusLegal Higher-court case-law corpus ← Home

CasusLegal Skills for Codex

A Codex skill is a folder containing a file SKILL.md, which Codex picks up when a task resembles the skill description. It contains a workflow: which CasusLegal connectors to use, how to search case law, when to open the full text of a judicial act, how to obtain verbatim quotations, and how to format the output.

The Codex package contains the same four scenarios as the skills for Claude. Skills do not replace access to connectors: they help Codex work correctly on top of the CasusLegal database, without fabricated cases or citations.

Codex
What the archive contains

Court Document with Case Law. Prepares a statement of claim, defence, appeal, application or motion supported by the case law of the higher courts, the IP Court and the Judicial Chamber for Administrative Cases.

Case Law for Propositions. For each proposition, collects supporting and contrary case law, separately classifying pro and contra.

Review of a judicial act. Compares the reasoning of the lower court with the case law of the higher courts and identifies supporting material, discrepancies and issues not addressed.

Analysis of a Plenum resolution or case-law review. Works through the act point by point, links the primary sources and application practice, and produces HTML and DOCX.

“Use $proverka-akta: check this appellate ruling for compliance with the case law of the Supreme Court and Supreme Commercial Court.”

Installation without the terminal

Once
  1. Download the archive CasusLegal-Codex-Skills-v1.0.1.zip and extract it.
  2. Open the folder inside the archive skills.
  3. Copy the four skill folders to the Codex directory: C:\Users\<your-name>\.codex\skills on Windows or ~/.codex/skills on macOS/Linux.
  4. If the folder skills does not exist, create it inside .codex.
  5. Restart Codex Desktop or open a new chat.

If Codex does not pick up the skill automatically, state this directly in your Codex message—at the beginning of a new chat or in the current request. For example: Use $praktika-pod-tezisy: find case law for and against these propositions.

Installation via command

PowerShell on Windows

Run in the folder where the archive was extracted:

$dst = Join-Path $env:USERPROFILE ".codex\skills"
New-Item -ItemType Directory -Force -Path $dst | Out-Null
Copy-Item -Path ".\skills\*" -Destination $dst -Recurse -Force
macOS/Linux terminal

Run in the folder where the archive was extracted:

mkdir -p "$HOME/.codex/skills"
cp -R ./skills/* "$HOME/.codex/skills/"

How to use it after installation

You can describe the task in ordinary language, and Codex will select the appropriate skill based on the description. To force a specific workflow to run, begin your Codex message with the skill name.

Launch examples
  1. Use $praktika-pod-tezisy — find case law for and against the propositions in the appeal.
  2. Use $proverka-akta — check a judicial act for discrepancies with the case law of the higher courts.
  3. Use $casuslegal-sudebny-dokument — prepare a procedural document supported by case law.
  4. Use $casuslegal-razbor — prepare a point-by-point analysis of a Plenum resolution or case-law review.

Skills do not provide separate access to the database. The relevant CasusLegal connectors must be connected for work in Codex.

RU