mcpbeat Sign in

Jurisrank Agent Skill

> 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. doctrinal evolution, Argentine Supreme Court, CSJN jurisprudence, citation network, leading case, legal research Argentina.

1k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
616
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/lawve-ai/awesome-legal-skills --skill jurisrank

What comes with it

247 bytes besides the instruction
README.md

What it tells the agent to use

found in the instruction text
WebFetch fetches pages from the network

The instruction itself

14 sections, as written by the author

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

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 |

| < 0.4 | Limited authority — outlier or isolated | Orientation only |

| Not found | No network presence detected | Declare absence of precedent |


Use Cases

1. Selecting case law for briefs and memos

When multiple cases address the same issue, JurisRank identifies which

carry the most authority in the citation network → cite the most

influential first, in ranked order.

2. Doctrinal evolution analysis

Trace how CSJN or appellate court doctrine evolved on a specific topic.

Identify whether the most recent decision continues or breaks from prior

doctrine.

3. Adversarial jurisprudential due diligence

Verify whether precedents cited by opposing counsel are genuinely

authoritative or low-influence outliers.

4. Constitutional drift detection

Detect shifts in citation patterns that signal doctrinal erosion or

realignment — original application from the JCLLT paper.


Workflow

1. Identify topic or specific cases to analyze
2. Query JurisRank API:
   GET  https://api.jurisrank.com/v1/cases?query=<topic>
   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

Other skills for the same job

different authors, same section of the catalogue
Content Research Writer
by frostant
×10

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

4k tokens
Lead Research Assistant
by frostant
×8

Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.

2k tokens
Notebooklm
by ZhanlinCui
×6

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

26k tokens scripts
Biorxiv Database
by christophacham
×4

Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.

9k tokens scripts
Openalex Database
by christophacham
×4

Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.

13k tokens scripts
Uspto Database
by christophacham
×4

Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.

21k tokens scripts
Denario
by christophacham
×3

Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.

11k tokens
Hypogenic
by christophacham
×3

Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.

7k tokens

How to use it

Copy the folder

Take lawve-ai/jurisrank from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.