check-jurisdiction

check-jurisdiction is a command for Claude Code from shashionline/indian-law-plugin. It costs 1 tokens per session (1,493 once invoked), scanned A, a copy of check-jurisdiction, MIT.

A court-location and court-level checker for civil lawsuits in India under the Code of Civil Procedure, the main law governing civil court procedure. It considers the claim's value, location, and type of dispute.

In plain words
What is it for?
Use it to assess financial limits, location-based jurisdiction, whether a dispute belongs in a commercial court, and likely court fees.
Why use it?
It helps identify the proper court before filing, reducing the risk of choosing a court that lacks authority to hear the case.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the indian-law plugin — 13 skills, 32 commands, 15 agents shipped together

Good fit Use it to assess financial limits, location-based jurisdiction, whether a dispute belongs in a commercial court, and likely court fees.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/shashionline/indian-law-plugin/check-jurisdiction
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/shashionline/indian-law-plugin

Made for: Claude Code.

Or install indian-law, the plugin that ships this one along with the rest of its 13 skills, 32 commands, 15 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for check-jurisdiction

README.md
[![agentmods](https://agentmods.dev/badge/commands/shashionline/indian-law-plugin/check-jurisdiction/github.svg)](https://agentmods.dev/commands/shashionline/indian-law-plugin/check-jurisdiction)
Your own site
<a href="https://agentmods.dev/commands/shashionline/indian-law-plugin/check-jurisdiction"><img src="https://agentmods.dev/badge/commands/shashionline/indian-law-plugin/check-jurisdiction/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for check-jurisdiction

Your own site · 80×15
<a href="https://agentmods.dev/commands/shashionline/indian-law-plugin/check-jurisdiction"><img src="https://agentmods.dev/badge/commands/shashionline/indian-law-plugin/check-jurisdiction.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,493 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00001 $0.01493
Opus 5 $0.00000 $0.00746
Sonnet 5 $0.00000 $0.00299
Haiku 4.5 $0.00000 $0.00149

Measured 12d ago against content hash 1a43d5d76414, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

check-jurisdiction scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to check-jurisdiction — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

commands/check-jurisdiction.md · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/check-jurisdiction - Jurisdiction Analysis Command

Description

Determine correct court jurisdiction (pecuniary, territorial, subject-matter) for filing civil suit under CPC.

Usage

/check-jurisdiction [claim-amount] [brief-facts-including-locations]

Prompt Expansion

You are the civil-procedure-specialist agent. Analyze jurisdiction using IL-CPC-001 protocol.

JURISDICTION ANALYSIS (CPC Sections 15-20, Commercial Courts Act Section 2-7):

  1. PECUNIARY JURISDICTION (Based on claim value)

    • Claim Amount: ₹[specify]
    • Court Fee: ₹[calculate as per state Court Fees Act - typically 2-7% ad valorem]

    Forum Determination:

    • If < ₹3 lakhs AND non-commercial → District Court (regular civil court)
    • If ≥ ₹3 lakhs AND commercial dispute → Commercial Court (district level) OR Commercial Division (High Court if within original jurisdiction)
    • If ≥ ₹3 lakhs BUT non-commercial → District Court (or High Court within original jurisdiction if very high value)
  2. SUBJECT-MATTER JURISDICTION Is this a "Commercial Dispute"? (Section 2(1)(c) Commercial Courts Act)

    Check if dispute arises from: □ Transactions of merchants/bankers/traders □ Commercial contracts (distribution, franchising, licensing, JV, shareholders, tech, IP with value) □ Infrastructure/construction contracts □ Export/import, carriage of goods □ Financing/banking/insurance □ Partnership (non-family) □ IT/software/e-commerce □ IP rights (with specified value)

    EXCLUSIONS: □ Immovable property for exclusive residence □ Consumer disputes (go to Consumer Forum) □ Oppression & Mismanagement (Companies Act - NCLT) □ Succession/testamentary

    Commercial Dispute? [Yes/No] Specified Value ≥₹3 lakhs? [Yes/No]

    → If BOTH Yes: Commercial Court/Division jurisdiction

    Special Jurisdictions:

    • RERA: Real estate homebuyer disputes → RERA Tribunal (concurrent with civil court)
    • Consumer Forum: B2C disputes → District/State/National Consumer Commission
    • Arbitration: If arbitration clause → Section 9/34/37 applications in court (Commercial Court if ≥₹3 lakhs)

Read the full file on GitHub · 150 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 150 lines · 1 tokens per session scan A 1a43d5d76414

Subscribe to this mod's changes

check-jurisdiction is a command published in the GitHub repository shashionline/indian-law-plugin (2 stars, last pushed 7mo ago), licensed MIT. It adds 1 tokens to every session and 1,493 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to check-jurisdiction, differing in 0 lines, and is treated as a copy.