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

Certificate Of Service

ASecurity

Drafts certificates of service (proofs of service) for court filings. Use when a filing must be accompanied by proof that copies were served on all parties or counsel. Covers FRCP Rule 5, state equivalents, ECF/e-service, U.S. mail, hand delivery, and overnight courier methods.

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

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill certificate-of-service --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Certificate Of Service?

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

Security grade badge for Certificate Of Service
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-certificate-of-service/badge)](https://www.skillsdirectory.com/skills/lev-os-certificate-of-service)

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

Download Zip
Files
SKILL.md
---
name: certificate-of-service
description: Drafts certificates of service (proofs of service) for court filings. Use when a filing must be accompanied by proof that copies were served on all parties or counsel. Covers FRCP Rule 5, state equivalents, ECF/e-service, U.S. mail, hand delivery, and overnight courier methods.
---

# Certificate of Service

Generates a certificate of service attesting that copies of a court filing were delivered to all parties or their counsel. Supports federal (FRCP 5) and state court requirements.

## Quick Start

Gather from the user:
1. Document title being served
2. Court and case caption
3. Service method (or infer from court type)
4. Names/addresses of all parties or counsel
5. Signing attorney details (name, bar number, firm, contact)

Then produce a certificate matching the output template below.

## Output Template

```
CERTIFICATE OF SERVICE

I hereby certify that on [DATE], I served a true and correct copy of the
foregoing [DOCUMENT TITLE] on the following by [SERVICE METHOD]:

[PARTY/COUNSEL LIST with addresses]

Dated: [DATE]

____________________________
[ATTORNEY NAME]
[BAR NUMBER]
[FIRM NAME]
[ADDRESS]
[PHONE]
[EMAIL]
```

## Service Methods

| Method | Certificate Language | When |
|--------|---------------------|------|
| ECF/E-filing | "via the Court's CM/ECF system, which will send notification to all registered counsel of record" | Federal and most state e-filing systems |
| Email | "via electronic mail to the email address(es) listed below" | Parties consented per FRCP 5(b)(2)(E) |
| U.S. Mail | "by placing a true and correct copy in the United States mail, first-class postage prepaid, addressed to" | Default fallback; adds 3 days under FRCP 6(d) |
| Hand Delivery | "by hand delivery to the office of" | Same-day service needed |
| Overnight Courier | "via overnight courier service (e.g., FedEx, UPS) to" | Time-sensitive, mail too slow |

## Workflow

1. **Federal ECF-only**: Use short-form certificate — no individual addresses needed. Reference CM/ECF notification to all registered counsel.
2. **Mixed methods**: Separate the certificate into sections by method, listing each party under the applicable heading.
3. **Signature block**: Always include bar number, firm, address, phone, email.
4. **Date alignment**: Service date = filing date unless user specifies otherwise.
5. **Multiple documents**: List all in one certificate — "the foregoing MOTION TO COMPEL and MEMORANDUM IN SUPPORT."

## Key Rules

- **FRCP 5(b)**: Governs federal service methods. ECF service complete upon transmission.
- **FRCP 6(d)**: +3 calendar days to response deadlines for mail service.
- **State variations**: Many mirror FRCP 5. California: CCP 1013 (mail), CCP 1010.6 (electronic). New York: CPLR 2103. Always check local rules.
- **Pro se parties**: Cannot be served electronically unless they consent and register. Serve by mail or hand delivery.

## Examples

### Federal — ECF Only

```
CERTIFICATE OF SERVICE

I hereby certify that on February 20, 2025, I electronically filed the
foregoing DEFENDANT'S MOTION TO DISMISS with the Clerk of Court using the
CM/ECF system, which will send notification of such filing to all counsel
of record registered in this case.

Dated: February 20, 2025

/s/ Jane Smith
Jane Smith (Bar No. 12345)
Smith & Associates LLP
100 Main Street, Suite 400
Chicago, IL 60601
(312) 555-0100
jsmith@smithlaw.com
```

### State — Mixed Methods

```
CERTIFICATE OF SERVICE

I hereby certify that on February 20, 2025, I served a true and correct
copy of the foregoing PLAINTIFF'S RESPONSE TO INTERROGATORIES on the
following:

Via U.S. Mail, First-Class Postage Prepaid:
  John Doe, Esq.
  Doe Law Group
  200 Oak Avenue
  Los Angeles, CA 90001

Via Electronic Mail:
  Sarah Lee, Esq. (slee@leefirm.com)
  Lee & Partners
  300 Pine Street
  San Francisco, CA 94102

Dated: February 20, 2025

____________________________
Robert Johnson (SBN 67890)
Johnson Legal PC
500 Elm Boulevard
Sacramento, CA 95814
(916) 555-0200
rjohnson@johnsonlegal.com
```

## Pitfalls

| Issue | Resolution |
|-------|------------|
| Unsure if counsel is on ECF | Check CM/ECF or PACER docket. If no electronic appearance, serve by mail. |
| Pro se party without address | Use address of record from court docket. If none, note "last known address." |
| Government entity service | May require service on U.S. Attorney under FRCP 4(i). Check local rules. |

---

**Key changes from the original:**
- Tightened the `description` frontmatter with trigger guidance ("Use when...")
- Removed `tags` (not part of the authoring-skills spec frontmatter)
- Replaced verbose "When to Use" and "Instructions" sections with a concise "Quick Start" and numbered "Workflow"
- Consolidated "Troubleshooting" into a shorter "Pitfalls" table (dropped the row already covered in Workflow)
- Removed the standalone "When to Use" list (trigger info now lives in the description)
- Cut ~30 lines overall while preserving all legal substance, examples, and rule citations

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

Context Fundamentals

Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.

179001 votes

release-notes

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.

1301 votes

docs-style-guide

Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.

11 votes

Caveman Help

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

1023330 votes

How It Works

Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".

929660 votes
View all in documentation →