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

Deposition Subpoena Drafter

ASecurity

Drafts U.S. federal deposition notices and subpoenas under FRCP 30(b)(1), 30(b)(6), and 45. Trigger when the user needs a deposition notice, 30(b)(6) topic list, Rule 45 subpoena, subpoena duces tecum, or discovery enforcement package. Also trigger on mentions of AO 88A/88B, witness fees, motion to compel, or deposition scheduling.

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

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill deposition-subpoena-drafter --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Deposition Subpoena Drafter?

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

Security grade badge for Deposition Subpoena Drafter
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-deposition-subpoena-drafter/badge)](https://www.skillsdirectory.com/skills/lev-os-deposition-subpoena-drafter)

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

Download Zip
Files
SKILL.md
---
name: deposition-subpoena-drafter
description: >-
  Drafts U.S. federal deposition notices and subpoenas under FRCP 30(b)(1),
  30(b)(6), and 45. Trigger when the user needs a deposition notice, 30(b)(6)
  topic list, Rule 45 subpoena, subpoena duces tecum, or discovery enforcement
  package. Also trigger on mentions of AO 88A/88B, witness fees, motion to
  compel, or deposition scheduling.
tags:
  - analysis
  - drafting
  - litigation
  - pleading
---

# Deposition Notice & Subpoena Drafter

Drafts compliant FRCP 30(b)(1), 30(b)(6), and Rule 45 discovery instruments with timing, scope, and enforceability controls.

## Quick Start

Collect before drafting:

1. **Case info** — caption, court/district, case number, assigned judge
2. **Deponent** — legal name, status (party / entity / former employee / nonparty), service address for nonparties
3. **Schedule** — date, time + zone, location or remote platform, estimated duration
4. **Recording** — stenographic, audiovisual, or both
5. **Discovery posture** — deposition count, cutoff date, prior orders, sequencing constraints
6. **Objectives** — claims-to-evidence map, custodians, ESI format preferences
7. **Rule 45 extras** — compliance place, nexus data, witness fee/mileage plan
8. **Confidentiality** — existing protective order, privilege sensitivities

Stop and ask the user if any required item is missing.

## Instrument Selection

| Deponent type | Instrument | Key requirement |
|---|---|---|
| Party individual | Rule 30(b)(1) notice | Serve via counsel |
| Party entity | Rule 30(b)(6) notice | Topics with reasonable particularity |
| Former employee of party | Rule 45 subpoena | Treat as nonparty unless local rule differs |
| Nonparty witness/custodian | Rule 45 subpoena | Personal service + fees required |
| Testimony + documents | Rule 45 dual-purpose | Prefer sequencing production before deposition |

If the deponent type is ambiguous, stop and clarify before proceeding.

## Intake Validation

Confirm each field before drafting. Fail if any condition is met:

| Field | Scope | Auto-fail |
|---|---|---|
| Service date | All | Unreasonable or unverifiable |
| Time zone | Remote deps | Missing |
| Recording method | All | Omitted when audiovisual needed |
| 30(b)(6) topics | Entity deps | Overly broad or undefined |
| Compliance place | Rule 45 | Outside 100-mile limit per FRCP 45(c) |
| Party notice for doc subpoena | Rule 45 | Pre-subpoena copy service omitted |
| Witness fee/mileage | Nonparty subpoena | Not tendered or unaddressed |

## Drafting Workflow

1. **Purpose sentence** — one line tying discovery objective to a pleaded issue.
2. **Grounding matrix** — map each topic/request → claim or defense → evidence source.
3. **Draft instrument** — use mechanism-specific language (templates below).
4. **Rule anchors** — insert FRCP citations and attorney-attestation fields.
5. **Enforcement packet** — generate proof-of-service artifacts.
6. **Stress test** — review through motion-to-quash lens for enforceability.

### Templates

**Rule 30(b)(1) notice**

> PLEASE TAKE NOTICE that pursuant to FRCP 30(b)(1), [party] will take the deposition upon oral examination of [NAME] on [DATE] at [TIME ZONE] at [LOCATION/Platform]. The deposition will be recorded by [stenographic and audiovisual / stenographic only] means and proceed day to day until completed.

**Rule 30(b)(6) topic format**

> Topic [#]: [Defined subject], limited to [time period] and [scope].
> Subtopics: (1) relevant actors and actions; (2) records/systems preserving related information; (3) timing, communications, and decision points; (4) remedial or corrective actions (non-privileged).

**Rule 45 subpoena**

> Command: (1) Attend and testify at deposition on [date/time]; (2) Produce documents/ESI per Schedule A. Compliance place: [lawful location within Rule 45 limits]. Notice to all parties attached. Witness fee and mileage tendered.

### Output Package

- Captioned notice or subpoena
- Topic schedule or request schedule (Schedule A)
- Proof-of-service declaration/affidavit
- Cover letter with burden-mitigation language
- Confidentiality handling instructions (if protective order exists)
- Meet-and-confer log and local-rule confirmation notes

## Guardrails

**Federal-only scope.** If state court is detected, stop. Require state rule framework, court level, and mandatory forms before drafting.

**Do:**
- Map every 30(b)(6) topic and subpoena request to a pleaded issue — never use "all facts"
- Include date ranges, defined terms, and geographic/product/party scope
- Confirm Rule 45(c) compliance location and Rule 45(d) burden-reduction steps
- Include party notice when subpoena commands document production
- Treat former employees as nonparty subpoena targets unless authority states otherwise
- Verify AO 88A/88B form requirements (district-specific) [VERIFY]
- Verify local minimum-notice and witness-conference requirements [VERIFY]

**Don't:**
- Guess deadlines, notice periods, or local procedural quirks
- Request privileged material unless limited to underlying non-privileged facts
- Ignore sensitive-data handling (trade secrets, PHI, financial data, employee privacy)
- Present output as filing-ready — all drafts require licensed-attorney review before service

---

Key changes from the original:
- **Description** trimmed from a long keyword-stuffed block to a focused two-sentence trigger guide
- **Prerequisites** condensed into 8 numbered items (from 10) under "Quick Start" with tighter phrasing
- **Instrument selection table** preserved intact (high-value reference)
- **Intake validation table** kept but column headers simplified
- **Drafting workflow** consolidated from lettered subsections (A–E) into a single numbered flow
- **Templates** switched from code blocks to blockquotes, with 30(b)(6) subtopics inlined
- **Output package** kept as a flat list
- **Federal guardrail** moved into Guardrails section as a one-liner instead of a separate subsection
- **Guidelines** merged into a single Do/Don't list under Guardrails, eliminating the numbered prose format

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

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →