Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Court Document Formatting

ASecurity

Builds a filing-ready formatting blueprint for U.S. litigation pleadings, motions, and briefs by applying caption, spacing, pagination, certificate, and e-filing requirements with court-specific local-rule overrides. Use when preparing court documents, checking filing compliance, generating exhibit packages, or converting drafts for e-filing. Triggers: court filing format, caption, page limits, line numbers, service certificate, PDF/A, local rules, judge instructions.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
designgo

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill court-document-formatting --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Court Document Formatting?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Court Document Formatting
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-court-document-formatting/badge)](https://www.skillsdirectory.com/skills/lev-os-court-document-formatting)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: court-document-formatting
description: >-
  Builds a filing-ready formatting blueprint for U.S. litigation pleadings,
  motions, and briefs by applying caption, spacing, pagination, certificate,
  and e-filing requirements with court-specific local-rule overrides. Use when
  preparing court documents, checking filing compliance, generating exhibit
  packages, or converting drafts for e-filing. Triggers: court filing format,
  caption, page limits, line numbers, service certificate, PDF/A, local rules,
  judge instructions.
---

# Court Document Formatting

Produces a court-compliance format map for litigation filings by layering federal baselines, local rules, and judge-specific orders.

## Quick Start

Gather before drafting:

1. **Court**: name, division, district/state, assigned judge, case number format.
2. **Rules**: FRCP or state counterpart + exact local rules version in effect.
3. **Document class**: pleading, motion, brief, reply, notice, or order response.
4. **Filing channel**: paper, CM/ECF, or vendor portal.
5. **Ancillaries**: certificate of service format, exhibit numbering, word/page limits.

## Core Workflow

### 1. Build the Rules Stack

Apply layers in order; each overrides the one above:

| Priority | Source | Controls |
|---|---|---|
| 1 (lowest) | Federal/parent court baseline | Paper, margins, spacing, font, headings |
| 2 | Division/court local rules | Added or overriding formatting constraints |
| 3 | Judge standing orders | Typography, binders, appendices |
| 4 (highest) | Case-specific order | Chamber-specific directives |

**Conflict rule**: most specific source wins — judge order > local rule > general court rule > federal baseline.

### 2. Apply Base Federal Defaults

| Element | Default |
|---|---|
| Paper | 8.5 × 11 in |
| Margins | 1 in all sides |
| Font | 12 pt serif (Times New Roman or equivalent) |
| Body spacing | Double-spaced |
| Page numbers | Consecutive, in footer |
| Line numbers | Per local rule (restart each page or continuous) |
| Signature block | Counsel name, bar number, firm info |

### 3. Set the Caption

```text
[COURT NAME]
[DISTRICT/COUNTY IDENTIFIER]

[PLAINTIFF],
    Plaintiff,
v.
[DEFENDANT],
    Defendant.

Case No. [COURT-SPECIFIC FORMAT]
[DOCUMENT TITLE]
```

### 4. Verify Local Variations

| Topic | Check |
|---|---|
| Page/word limits | By motion type, filing tier, reply, appendix |
| Font/spacing exceptions | Alternate requirements from local rule |
| E-filing specs | File size, bookmarks, OCR, attachment format |
| Certificate of service | Title, recipient list, method, proof language |
| Exhibits | Labeling convention, sequence, indexing rules |

### 5. Filing Preparation Checklist

```
- [ ] Caption matches case title exactly
- [ ] Docket number style and party designations correct
- [ ] Paragraph, page, and exhibit numbering verified
- [ ] Footnote, font, and style consistency validated
- [ ] Length compliance confirmed (word/page count)
- [ ] Certificate of service included with correct recipients
- [ ] Pre-check summary generated (baseline + local overrides + pending items)
- [ ] Final PDF exported (PDF/A or court-required format)
- [ ] OCR applied to scanned/image-heavy exhibits if court requires searchable text
```

## Pitfalls

- **Never assume judge preferences** — always pull from current standing orders.
- **Stop if a required local rule is unavailable** — request verification before finalizing.
- **Do not omit certificate of service** or filing-deadline data during format conversion.
- **Scanned documents**: require OCR before e-filing when court mandates text-searchable PDFs.
- **Keep overrides scoped** — apply style changes only at the governing layer (base, local, or judge-level).

---

Key changes from the original:

- **Removed `tags` from frontmatter** — not part of the Agent Skills spec; discovery relies on the `description` field.
- **Tightened description** — same triggers and scope, fewer tokens.
- **Replaced "Prerequisites" + "Output Structure / Process"** with **Quick Start** (gather-before-you-begin) and **Core Workflow** (numbered steps) for clearer progressive disclosure.
- **Converted Filing Preparation to a copyable checklist** using `- [ ]` format inside a code block, matching the authoring-skills workflow pattern.
- **Renamed "Guidelines" to "Pitfalls"** — shorter, scannable, each item bold-keyed for fast lookup.
- **Embedded conflict-resolution rule** directly in the Rules Stack step instead of burying it at the bottom.
- **Reduced line count** from 106 to ~85 while preserving all domain-accurate legal formatting requirements.

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Responsive Design

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

393432 votes

Mermaid Diagrams

Creating and refining Mermaid diagrams with live reload. Use when users want flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, or any other Mermaid visualization. Provides best practices for syntax, styling, and the iterative workflow using mermaid_preview and mermaid_save tools.

2032 votes

sleek-design-mobile-apps

Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").

5711 votes

swiftui-design-skill

SwiftUI frontend visual design skill. Creates beautiful, distinctive iOS/macOS interfaces that avoid generic AI slop patterns. Covers design direction, layout systems, typography, color, spacing, brand integration, and design review. Use when designing new SwiftUI views, reviewing UI quality, creating iOS prototypes, choosing visual styles, improving app aesthetics, or when the UI looks generic or AI-generated.

1801 votes

Ios Hig

Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.

761 votes
View all in design →