# Jurisrank Argentine Supreme Court Analysis Adrian Lerer

> Argentine Supreme Court citation network analysis using JurisRank — a peer-reviewed PageRank algorithm with temporal decay for measuring jurisprudential authority. Ranks precedents by citation influence, traces doctrinal evolution, and detects constitutional drift. Published methodology: JCLLT (DOI: 10.47852/bonviewJCLLT62027951). Activate with: which cases to cite, rank precedents, case authorit…

- **Type:** Skill
- **Install:** `agentstack add skill-thomasmoreai-legal-skills-open-jurisrank-argentine-supreme-court-analysis-adrian-lerer`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ThomasMoreAI](https://agentstack.voostack.com/s/thomasmoreai)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [ThomasMoreAI](https://github.com/ThomasMoreAI)
- **Source:** https://github.com/ThomasMoreAI/legal-skills-open/tree/main/ar/litigation/skills/jurisrank-argentine-supreme-court-analysis-adrian-lerer

## Install

```sh
agentstack add skill-thomasmoreai-legal-skills-open-jurisrank-argentine-supreme-court-analysis-adrian-lerer
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# JurisRank — Argentine Jurisprudential Authority Analysis

## What JurisRank Is

JurisRank is a computational tool for measuring the authority of Argentine
court decisions through citation network analysis. Its methodology is
**peer-reviewed** and published in the Journal of Computational Law and
Legal Technology:

> Lerer, I.A. (2026). "Computational Detection of Constitutional Drift:
> Network Analysis and Semantic Measurement of Argentine Supreme Court
> Jurisprudence (1922–2025)." *Journal of Computational Law and Legal
> Technology.* DOI: [10.47852/bonviewJCLLT62027951](https://doi.org/10.47852/bonviewJCLLT62027951)

**Academic validation:** κ = 0.83 inter-coder reliability · k-fold cross-
validation (k=5) · 73.2% mean accuracy · Monte Carlo simulations (n=1,000).

**License:** Creative Commons Attribution 4.0 International (CC BY 4.0)

---

## Three Algorithms

| Algorithm | Purpose |
|-----------|---------|
| **JurisRank** | PageRank + temporal decay — recent citations weighted higher |
| **RootFinder** | Ancestral Borrowing Analysis Network — traces doctrinal genealogy |
| **Legal-Memespace** | Principal Component Analysis — maps multidimensional doctrine |

---

## Coverage

- Argentine Supreme Court (CSJN) — 1922 to present
- National and federal courts of appeals (Cámaras nacionales y federales)
- Selected provincial supreme courts
- Relevant international precedents cited by Argentine courts

---

## Authority Score Interpretation

| Score | Meaning | Recommendation |
|-------|---------|---------------|
| > 0.8 | Leading case — highest citation authority | Cite first, with score |
| 0.6–0.8 | Widely cited — strong precedential weight | Cite with score |
| 0.4–0.6 | Relevant — moderate authority | Cite with note |
| 
   POST https://api.jurisrank.com/v1/analyze-authority {"case_id": "..."}
3. Interpret Authority Score and citation network position
4. Apply RootFinder for genealogy if doctrinal evolution is needed
5. Produce ranked analysis with citation recommendations
```

---

## Anti-Hallucination Rules

JurisRank implements groundedness verification per the Stanford Legal AI
Benchmark (Magesh et al., 2024):

**Before including any case in the analysis:**
- Confirm Authority Score > 0.0 (case exists in the network)
- Verify jurisdiction matches the forum of the matter
- Check temporal decay: has a more-cited posterior decision superseded it?
- Verify the case actually supports the proposition — not just addresses the topic

**Never cite a case not found in the JurisRank network without explicitly
declaring it as unverified.**

---

## Output Format

```
JURISRANK ANALYSIS — [Topic]
Date: [date] | Tool: JurisRank (Lerer, 2026, JCLLT)

## RANKED PRECEDENTS BY AUTHORITY
| Case | Court | Year | Authority Score | Network Position |
|------|-------|------|----------------|-----------------|
| ...  | CSJN  | ...  | 0.92           | Leading case    |

## DOCTRINAL EVOLUTION
[Timeline: how doctrine developed]

## CITATION NETWORK
[Which cases cite each other; doctrinal clusters]

## RECOMMENDATION
[Which cases to cite · in what order · why]
```

---

## About the Author

Ignacio Adrián Lerer is an Argentine attorney and independent researcher.
JurisRank was developed as part of research on computational legal analysis
published in peer-reviewed journals. The tool is registered with Argentina's
DNDA (copyright registry) and has a patent application pending at INPI Argentina.

Contact: [justitia.com.ar](https://justitia.com.ar)
39:["$","div",null,{"className":"relative z-10 mx-auto max-w-[1400px] px-4 pb-16 sm:px-8 lg:px-16","children":[["$","$L3d",null,{"skillId":"b02a0fed-5d2a-4e82-81c0-36f6f4cf1a80","skillTitle":"Argentine Supreme Court Analysis","skillStatus":"active","skillVisibility":"listed","slug":"jurisrank-argentine-supreme-court-analysis-adrian-lerer","shareToken":null,"settingsShareToken":null,"fileTree":["SKILL.md"],"textContents":{"SKILL.md":"$3e"},"fileSizes":{"SKILL.md":5694},"hasShowcase":false,"hasSandbox":true,"canEdit":false,"isAdmin":false,"demoFiles":[],"sandboxConfig":{"steps":[{"type":"files","filesRequired":false}]},"initialDependencies":[],"initialMcpServers":[],"initialOauthConnections":[],"initialAccessGrants":[],"showcase":null,"about":{"locale":"en","sections":[{"title":"What this skill does","body":"PageRank-based jurisprudential authority analysis for Argentine case law (CSJN, federal courts). Peer-reviewed methodology published in JCLLT (DOI: 10.47852/bonviewJCLLT62027951). Ranks precedents by citation network influence with temporal decay."},{"title":"How to use","body":"The best way to start is to try it live right here — run it against your own document or question to see exactly how it operates, without any setup. Once you're comfortable, download the skill files and drop them into any AI assistant — Claude (Anthropic), ChatGPT (OpenAI), Gemini (Google), or Mistral. The same skill file works across all of them, so you are never locked into a single provider."}],"requiredSkills":[],"dependentSkills":[],"author":{"name":"Ignacio Adrián Lerer

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ThomasMoreAI](https://github.com/ThomasMoreAI)
- **Source:** [ThomasMoreAI/legal-skills-open](https://github.com/ThomasMoreAI/legal-skills-open)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-thomasmoreai-legal-skills-open-jurisrank-argentine-supreme-court-analysis-adrian-lerer
- Seller: https://agentstack.voostack.com/s/thomasmoreai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
