skills/limitation-calculator/SKILL.md
Calculate precise limitation periods under Limitation Act 1963 including COVID-19 extension (531 days), exclusions, and extensions. This skill should be used when determining filing deadlines for legal proceedings, appeals, applications, or when analyzing whether a claim is time-barred.
npx skillsauth add swarochish/indian-law-plugin limitation-calculatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides precise limitation period calculation following Limitation Act 1963, including the Supreme Court COVID-19 extension order (March 15, 2020 - October 2, 2021 = 531 days).
Calculate accurate limitation periods by:
Use this skill when:
⚠️ LIMITATION IS MANDATORY ⚠️
Section 3, Limitation Act 1963:
"Subject to the provisions contained in sections 4 to 24 (inclusive), every suit instituted, appeal preferred, and application made after the prescribed period shall be dismissed although limitation has not been set up as a defence."
LIMITATION BARS THE REMEDY, NOT THE RIGHT
Once period expires:
Refer to @references/limitation-articles-table.md for complete list.
Contracts & Specific Relief:
Property & Possession:
Torts:
Appeals:
Applications:
Money Suits:
Process:
Example:
Proceeding: Suit for specific performance of sale agreement
Nature: Civil suit
Subject: Specific Relief Act, Section 10 (specific performance)
Article: Article 54, Limitation Act
Period: 3 years
Starting Point: Date fixed for performance OR refusal to perform
Refer to: @references/article-finder-guide.md
Critical: Each Article specifies "time from which period begins to run"
Common Starting Points:
Example - Article 54:
Sale agreement dated: January 1, 2020
Performance date: June 1, 2020
Seller refused: June 15, 2020
Starting Point: June 15, 2020 (refusal to perform)
Formula:
Basic Expiry Date = Starting Point + Limitation Period
Example (Article 54 - 3 years):
Starting Point: June 15, 2020
+ 3 years
= June 15, 2023 (basic expiry)
Section 14 - Exclusion of time in certain cases:
If prior litigation pending in good faith in wrong court:
Excluded Time = [Date prior suit filed] to [Date prior suit finally disposed]
Extended Deadline = Basic Expiry + Excluded Time
Conditions:
Example:
Basic Expiry: June 15, 2023
Prior suit filed: March 1, 2021 (wrong court)
Prior suit dismissed: December 1, 2021 (lack of jurisdiction)
Excluded Period: March 1 - December 1, 2021 = 9 months
Extended Deadline: June 15, 2023 + 9 months = March 15, 2024
Refer to: @references/section-14-guide.md
Supreme Court Order (March 23, 2020 + subsequent extensions):
TOTAL EXTENSION: 531 DAYS
How to Apply:
If limitation period expired OR was running during March 15, 2020 - Oct 2, 2021:
Extended Deadline = Basic Expiry + 531 days
If limitation started AFTER October 2, 2021:
No COVID extension applicable
Example 1 - Period Expired During COVID:
Basic Expiry: June 15, 2020 (during COVID extension)
+ 531 days
= November 28, 2021 (extended deadline)
Example 2 - Period Running During COVID:
Starting Point: January 1, 2020
Basic Expiry: January 1, 2023 (3-year period)
COVID Extension: + 531 days (period was running during March 15, 2020 - Oct 2, 2021)
Final Deadline: June 15, 2024
Example 3 - Period Started After COVID:
Starting Point: December 1, 2021 (after Oct 2, 2021)
Basic Expiry: December 1, 2024
COVID Extension: NOT APPLICABLE
Final Deadline: December 1, 2024
Refer to: @scripts/covid_calculator.py for automated calculation
Section 18 - Acknowledgment: Fresh limitation starts from date of written acknowledgment signed by party
Section 19 - Part Payment: Fresh limitation starts from date of part payment
Section 5 - Condonation of Delay:
Output Format:
LIMITATION CALCULATION SUMMARY
Proceeding: [Description]
Article: [Number] - [Description]
Base Period: [X] years/days
Starting Point: [Date + event triggering limitation]
CALCULATION:
1. Basic Expiry: [Date]
2. Section 14 Exclusion: + [X] days
3. COVID-19 Extension: + 531 days
4. Other Extensions: + [X] days (if any)
FINAL DEADLINE: [Date]
Days Remaining: [X] days (if not expired)
Status: ✓ WITHIN LIMITATION / ✗ TIME-BARRED
URGENCY: [HIGH/MEDIUM/LOW]
Example Output:
LIMITATION CALCULATION SUMMARY
Proceeding: Suit for specific performance of sale agreement
Article: 54 - Specific performance of contract
Base Period: 3 years
Starting Point: June 15, 2020 (refusal to perform)
CALCULATION:
1. Basic Expiry: June 15, 2023
2. Section 14 Exclusion: + 0 days (no prior litigation)
3. COVID-19 Extension: + 531 days (period expired during extension)
4. Other Extensions: + 0 days
FINAL DEADLINE: November 28, 2024
Days Remaining: 328 days
Status: ✓ WITHIN LIMITATION
URGENCY: MEDIUM (>100 days remaining)
File: @scripts/limitation_calculator.py
Usage:
from limitation_calculator import calculate_limitation
result = calculate_limitation(
article=54,
starting_point="2020-06-15",
prior_litigation_days=0,
apply_covid=True
)
print(result.final_deadline) # Output: 2024-11-28
print(result.days_remaining) # Output: 328
print(result.status) # Output: "WITHIN LIMITATION"
Features:
/calculate-limitation <article> <start-date> triggers this skillFresh cause of action each day wrong continues
Limitation starts from date of discovery
Limitation starts from attaining majority / regaining sanity
Limitation extended for estate legal representative
Based on days remaining:
This skill uses:
This skill provides limitation period calculation assistance. It does not constitute legal advice. Always:
LAW IS A PRECISE ENDEAVOR. LIMITATION CALCULATIONS REQUIRE ABSOLUTE ACCURACY.
Skill Version: 1.0.0 Last Updated: 2025-12-05 Part of: Indian Law Knowledge Ecosystem Dependencies: None Critical Skill: Time-sensitive legal deadlines
testing
Analyze writ petition viability - assess locus standi, alternative remedy, grounds for judicial review, appropriate writ type, and likelihood of success
documentation
Determine which type of writ applies to a legal situation, advise whether to approach Supreme Court or High Court, assess locus standi, and evaluate alternative remedy doctrine
development
Draft complete, legally precise RTI applications under Right to Information Act 2005 with specific information requests, proper addressing, and compliance with statutory format
development
Multi-source legal research workflow for Indian law covering statutes, case law, and secondary sources. This skill should be used when conducting comprehensive legal research, finding relevant precedents, or analyzing statutory provisions across India Code, Indian Kanoon, and other free legal databases.