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

Paternity Petition

ASecurity

Drafts a Petition to Establish Paternity for family court filings. Covers court captions, standing allegations, factual bases, and relief requests with state-specific statutory requirements. Use when initiating paternity actions, child support petitions tied to parentage, custody filings requiring parentage determination, or birth certificate amendments.

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

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill paternity-petition --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Paternity Petition?

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

Security grade badge for Paternity Petition
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-paternity-petition/badge)](https://www.skillsdirectory.com/skills/lev-os-paternity-petition)

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

Download Zip
Files
SKILL.md
---
name: paternity-petition
description: Drafts a Petition to Establish Paternity for family court filings. Covers court captions, standing allegations, factual bases, and relief requests with state-specific statutory requirements. Use when initiating paternity actions, child support petitions tied to parentage, custody filings requiring parentage determination, or birth certificate amendments.
tags:
  - drafting
  - litigation
  - pleading
---

# Petition to Establish Paternity

Drafts a family court petition for judicial declaration of paternity, establishing the legal parent-child relationship as foundation for support, custody, visitation, and inheritance orders.

## Prerequisites

Gather before drafting:

- **Jurisdiction** — state, county, family court division
- **Petitioner** — full name, address, standing basis (mother, alleged father, guardian, state agency)
- **Respondent** — full name, last known address; flag if whereabouts unknown
- **Child** — full name, DOB, birthplace, current residence, birth certificate details
- **Relationship facts** — timeline, conception window, prior acknowledgments or denials
- **Prior proceedings** — existing custody/support/paternity orders or pending cases
- **Desired relief** — support, custody, name change, birth certificate amendment, genetic testing

## Quick Start

1. Confirm jurisdiction and identify governing paternity statute (UPA or state equivalent)
2. Collect party and child information per prerequisites
3. Draft petition sections in order below
4. Verify against filing checklist before finalizing

## Petition Sections

### 1. Court Caption

| Element | Requirement |
|---------|------------|
| Court name | Full name with county/district designation |
| Case number | Assigned or "Case No. To Be Assigned" |
| Parties | **Petitioner** / **Respondent** (not plaintiff/defendant) |
| Local fields | Judge name, division, case type code per local rules |

### 2. Petitioner Standing

- Full name, address, phone, email; attorney info if represented (name, bar number, firm)
- Standing basis: state relationship to child
- Address confidentiality if DV protections apply

### 3. Respondent Information

- Full name, last known address, contact info
- Location unknown → flag service by publication
- Identity uncertain → address factual complexity while maintaining legal sufficiency

### 4. Child Information

- Full name (as on birth certificate), DOB, birthplace, current residence
- Whether birth certificate lists a father
- Born during marriage → address marital presumption
- Any prior paternity determination or pending proceedings

### 5. Factual Allegations

Draft numbered paragraphs chronologically:

- [ ] Relationship between parties (when, where, duration)
- [ ] Conception timeframe and opportunity
- [ ] Acknowledgments of paternity (prenatal involvement, hospital documents, financial support, holding out)
- [ ] Respondent's involvement with child
- [ ] Genetic testing results or why not yet conducted
- [ ] Any denial of paternity
- [ ] Why establishment is necessary now

### 6. Legal Grounds

- Cite state **Uniform Parentage Act** or equivalent family code sections
- Identify applicable presumptions (marriage, cohabitation, acknowledgment)
- If challenging presumption: cite challenge provisions and **time limitations** [VERIFY]
- Case law only for unusual circumstances (assisted reproduction, surrogacy, posthumous)

### 7. Relief Requested

Frame all relief in terms of **child's best interests**:

- **Paternity declaration** — judicial determination of biological and legal fatherhood
- **Genetic testing** — order if contested; allocate costs per state law
- **Child support** — current per guidelines, medical, retroactive to birth or establishment
- **Custody/visitation** — legal and physical custody, or reserve for later proceedings
- **Name change** — child's surname if requested
- **Birth certificate amendment** — order vital records to amend
- **Fees and costs** — attorney's fees and court costs per state law

### 8. Verification & Signature

- Perjury declaration under state law, dated and signed by petitioner
- Attorney signature block if represented (name, bar number, firm, address)
- Check: notarization required vs. unsworn declaration sufficient [VERIFY]
- E-filing: comply with electronic signature rules

## Pitfalls and Checks

- **Marital presumption**: if child born during marriage, must address and rebut presumption with statutory authority — time limitations are strict [VERIFY]
- **Retroactive support**: state limits vary significantly; verify maximum lookback period [VERIFY]
- **Service requirements**: paternity-specific service rules may differ from general civil — confirm method (personal, certified mail, publication after diligent search) [VERIFY]
- **Privacy**: use child's initials if jurisdiction requires; apply address confidentiality where applicable
- **Formatting**: follow local court rules (typically 12pt serif, 1" margins, double-spaced, numbered paragraphs, case caption footer)

## Filing Checklist

- [ ] Filing fee amount confirmed (or fee waiver if indigent)
- [ ] Required copies count verified
- [ ] Concurrent documents prepared: summons, confidential info form, child support worksheet, income/expense declaration
- [ ] Service method compliant with state paternity rules
- [ ] All statutory citations verified as current [VERIFY]

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

Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

393431 votes

Python Testing

使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。

2456590 votes

Tdd Workflow

在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。

2456590 votes

Springboot Tdd

使用JUnit 5、Mockito、MockMvc、Testcontainers和JaCoCo进行Spring Boot的测试驱动开发。适用于添加功能、修复错误或重构时。

2456590 votes

Eval Harness

克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则

2456590 votes
View all in testing →