skills/legal-research-assistant/SKILL.md
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.
npx skillsauth add swarochish/indian-law-plugin legal-research-assistantInstall 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 structured workflows for comprehensive legal research using freely available Indian legal resources.
Conduct systematic legal research by:
Use this skill when:
1. India Code (indiacode.nic.in)
2. Indian Kanoon (indiankanoon.org)
3. Supreme Court Website (sci.gov.in)
4. e-Courts Portal (ecourts.gov.in)
5. Law Commission Reports (lawcommissionofindia.nic.in)
Formulate precise question:
Identify:
Search Strategy:
Example Search:
Topic: Limitation for specific performance
→ Search "Limitation Act 1963" on India Code
→ Navigate to Schedule
→ Find Article 54: "For the specific performance of a contract" - 3 years
→ Check for amendments post-1963
Refer to: @references/statutory-search-guide.md
Search Techniques:
Boolean Operators:
AND: Both terms must appearOR: Either term can appearNOT: Exclude term" ": Exact phraseExamples:
"specific performance" AND "limitation" AND "Article 54"
"Section 3(d)" AND "evergreening" AND "Novartis"
"arbitrability" AND ("Vidya Drolia" OR "BALCO")
Filters:
Citator Function:
Refer to: @references/case-law-search-guide.md
Check:
Example:
Research on IPC Section 377:
- Original provision: Criminalized homosexuality
- Navtej Johar (2018): SC partially struck down Section 377
- Current status: Only bestiality remains criminal
→ Must cite Navtej Johar + current reading of Section 377
Structure:
Citation Format:
Create structured research memo:
# Research Memorandum
## Question Presented
[Precise legal question]
## Brief Answer
[1-2 sentence conclusion]
## Applicable Law
### Statutory Provisions
- [Act, Year], Section [X]: "[Relevant text]"
### Case Law
- [Case Name], [Citation]: [Holding]
### Analysis
[How law applies to facts]
## Conclusion
[Detailed answer with legal reasoning]
When conflicts arise, follow this hierarchy:
Example Conflict:
If HC judgment contradicts earlier SC judgment:
→ SC judgment prevails (larger bench can overrule smaller bench SC decision)
→ Note HC judgment for persuasive value only
File: @scripts/case_citator.py
Search all cases citing a landmark judgment:
# Usage: python case_citator.py "Kesavananda Bharati" "AIR 1973 SC 1461"
# Returns: List of all cases on Indian Kanoon citing this judgment
File: @scripts/amendment_tracker.py
Check amendment history of any Act:
# Usage: python amendment_tracker.py "Arbitration and Conciliation Act" 1996
# Returns: Timeline of all amendments with dates
Refer to: @scripts/ directory for implementation
/legal-research <question> invokes this skill's workflowQuestion: "Can mediated settlement agreement be challenged under Section 34 A&C Act?"
Workflow:
Question: "Is IPC Section 300 or BNS equivalent applicable to offense committed in June 2024?"
Workflow:
Question: "Latest SC position on cryptocurrency regulation?"
Workflow:
This skill uses:
This skill provides research methodology guidance. It does not constitute legal advice. Always:
Skill Version: 1.0.0 Last Updated: 2025-12-05 Part of: Indian Law Knowledge Ecosystem Dependencies: legal-citation-validator
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
tools
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.