Agent skill · Workflow & Productivity

litigation-deadline-calendar

Calendar litigation and arbitration deadlines from a scheduling order. Parses a PDF scheduling order, identifies key dates, computes backward deadlines using the applicable rules (Colorado CRCP, Federal FRCP, or arbitration forum rules for AAA/JAMS), and generates an .ics calendar file for Outlook or Google Calendar import. Use this skill whenever the user mentions: litigation deadlines, scheduling order, case management order, deadline calendaring, discovery deadlines, trial preparation deadlines, arbitration scheduling, or anything related to computing or tracking court or arbitration deadli

lawve-aigithub.com/lawve-aiGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add lawve-ai/awesome-legal-skills --skill litigation-deadline-calendar-dave-marcus --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 9
SKILL.md size: 17 KB
Bundled scripts: yes
Version: 2026-05-12
Declared author: Dave Marcus
Path: skills/litigation-deadline-calendar-dave-marcus/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 618
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Litigation Deadline Calendar This skill takes a scheduling order (PDF upload), determines the applicable procedural rules, extracts key dates, computes all backward deadlines, and generates an .ics calendar file the user can import into Outlook or Google Calendar. ## Quick Start Workflow 1. **Gather information** from the user 2. **Parse the scheduling order** PDF 3. **Verify the rules** are current 4. **Compute deadlines** using the scripts 5. **Generate .ics file** and deliver to user --- ## Step 1: Gather Information Ask the user for the following. They may provide some of this upfront; fill in what you have and ask for the rest. **Required:** - The scheduling order PDF (uploaded file) - Matter name (how the user wants it displayed on calendar entries, e.g., "Smith v. Jones Co.") - Proceeding type: **litigation** or **arbitration** **If litigation:** - Jurisdiction: **Try to determine from the scheduling order first.** Look for the court name, case number format, or header to identify the jurisdiction. Common patterns: - "District Court, ___ County, Colorado" → Colorado - "United States District Court" → Federal - "Superior Court of California" → California - State name in the

What's inside
Steps it walks through
  1. Quick Start Workflow
  2. Step 1: Gather Information
  3. Step 2: Parse the Scheduling Order
  4. Step 3: Verify Rules Are Current
  5. Step 4: Compute Deadlines
  6. Optional Fields on Any Deadline Entry
  7. Step 5: Generate the .ics File
  8. Reference Files
  9. Calendar Entry Format
  10. Edge Cases and Warnings
Ships with 8 files
  • CHANGELOG.md
  • LICENSE.txt
  • README.md
  • references/arbitration-rules.md
  • references/colorado-crcp.md
  • references/federal-frcp.md
  • scripts/compute_deadlines.py
  • scripts/generate_ics.py
Commands it runs
python scripts/compute_deadlines.py --input /tmp/input.json --output /tmp/computed.json
Outlook / Apple Calendar (default):
python scripts/generate_ics.py --input /tmp/computed.json --output /path/to/output/[matter_name]_deadlines.ics
Google Calendar:
python scripts/generate_ics.py --input /tmp/computed.json --output /path/to/output/[matter_name]_deadlines.ics --google
More from awesome-legal-skills
All skills →
About this skill
What does the litigation-deadline-calendar skill do?

Calendar litigation and arbitration deadlines from a scheduling order. Parses a PDF scheduling order, identifies key dates, computes backward deadlines using the applicable rules (Colorado CRCP, Federal FRCP, or arbitration forum rules for AAA/JAMS), and generates an .ics calendar file for Outlook or Google Calendar import. Use this skill whenever the user mentions: litigation deadlines, scheduling order, case management order, deadline calendaring, discovery deadlines, trial preparation deadlines, arbitration scheduling, or anything related to computing or tracking court or arbitration deadli

How do I install it?

Run `npx skills add lawve-ai/awesome-legal-skills --skill litigation-deadline-calendar-dave-marcus --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From lawve-ai/awesome-legal-skills, a repository with 618 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going