Drafts jurisdiction-compliant Unlawful Detainer complaints for eviction proceedings covering non-payment, lease violations, and holdover tenancies. Assesses case facts, verifies statutory notice compliance, and formats pleadings to local court rules. Use when drafting eviction complaints, unlawful detainer pleadings, forcible entry and detainer actions, or possession recovery filings.
Summary proceeding — do not include FED/FRE arguments; unlawful detainer is summary
Rent control / just-cause — check for additional required allegations (SF, LA, NYC, Portland, etc.)
Remaining COVID protections — verify any moratorium or phase-out provisions [VERIFY]
Anti-retaliation — if facts suggest retaliatory eviction, flag to attorney; do not file
Habitability defense — if tenant raised habitability complaints, flag as potential defense
All statutory citations must be verified against current code for the filing jurisdiction
Key changes from original:
Removed tags — not part of the Agent Skills spec; only name and description are required frontmatter
Tightened description — removed redundant clauses while keeping all trigger keywords
Eliminated verbose boilerplate templates — removed the code-fenced Jurisdictional Allegations, Prayer for Relief, Verification, and Attorney Signature Block templates that Claude already knows how to generate; replaced with concise bullet/list summaries of what to include
Compressed chronology table — merged rows with similar function (e.g., "Missed rent / violation dates")
Renamed "Guidelines" to "Critical Checks" — clearer section intent
Reduced from ~163 lines to ~100 lines — well under the 500-line budget, saving ~40% tokens while preserving every domain-critical rule, checklist, and verification step
1---2name: eviction-complaint3description: Drafts jurisdiction-compliant Unlawful Detainer complaints for eviction proceedings covering non-payment, lease violations, and holdover tenancies. Assesses case facts, verifies statutory notice compliance, and formats pleadings to local court rules. Use when drafting eviction complaints, unlawful detainer pleadings, forcible entry and detainer actions, or possession recovery filings.4license: Apache-2.05---67# Eviction Complaint (Unlawful Detainer)89Drafts a court-ready Unlawful Detainer complaint that establishes grounds for possession recovery and withstands demurrer.1011## Prerequisites1213Gather before starting:14151. **Lease** — written agreement or oral terms (rent amount, due date, duration, material provisions)162. **Notice documents** — pay-or-quit, cure-or-quit, or termination notice with proof of service173. **Rent ledger** — payment history with arrearage amounts and dates184. **Property ID** — street address, unit number, APN or legal description195. **Parties** — full legal names of all plaintiffs (as title is held) and all tenant-defendants206. **Jurisdiction** — state, county, and court where filing2122## Workflow2324### 1. Assess Case2526Extract facts from documents and build a chronology:2728| Event | Date | Source |29|---|---|---|30| Lease execution | | |31| Missed rent / violation dates | | |32| Notice served | | |33| Service method | | |34| Notice expiration | | |35| Current occupancy | | |3637Verify notice compliance for the jurisdiction:3839- **Non-payment** — required notice period (e.g., CA: 3 days; NY: 14 days; TX: 3 days) [VERIFY statute]40- **Lease violation** — cure period if required41- **Holdover** — termination notice period (30/60/90 days by tenancy duration and jurisdiction)42- **Service method** — statutory compliance (personal, substituted, post-and-mail)4344**If notice is defective, stop and advise re-service before filing.** Improper notice is the #1 defense.4546### 2. Draft Complaint4748**Caption:**49- Court's full name with department/division50- Plaintiff name exactly as title is held51- All lease-named tenants as defendants; include "DOES 1–10"52- Title: "COMPLAINT FOR UNLAWFUL DETAINER"5354**Jurisdictional allegations:**55- Court jurisdiction under applicable state code section56- Venue based on property location (address, city, county, state, APN)57- Amount in controversy or jurisdictional classification if required5859**Factual allegations checklist:**6061- [ ] Tenancy formation (date, parties, written/oral, material terms)62- [ ] Property description (address, unit, legal description)63- [ ] Rent terms (amount, due date, payment method)64- [ ] Ground for eviction:65 - *Non-payment*: each missed date + amount; total arrearage through filing66 - *Lease violation*: provision breached, dates, conduct67 - *Holdover*: expiration date, refusal to vacate68- [ ] Notice: type, date served, method, statutory authority, expiration69- [ ] Attach notice + proof of service as Exhibit A70- [ ] Tenant failed to comply/vacate within notice period71- [ ] Tenant remains in possession without right7273**Causes of action — map elements to jurisdiction's statute:**7475| Element | Paragraph |76|---|---|77| Landlord-tenant relationship | ¶__ |78| Obligation (rent/lease term) | ¶__ |79| Breach (non-payment/violation) | ¶__ |80| Proper notice served | ¶__ |81| Failure to comply within notice period | ¶__ |82| Continued unlawful possession | ¶__ |8384Cite specific code sections (e.g., CA: CCP §1161; NY: RPAPL §711; TX: Prop. Code §24.002) [VERIFY].8586Additional causes if applicable: breach of lease (monetary damages beyond possession), waste/property damage.8788**Prayer for relief** — include:891. Possession and restitution of premises902. Past-due rent through date, plus daily holdover rate (monthly rent ÷ 30)913. Late fees per lease provision924. Attorney's fees per lease or statute935. Costs of suit946. Catch-all for other just relief9596**Verification** — declaration under penalty of perjury, signed by plaintiff or authorized agent.9798**Attorney signature block** — name, bar number, firm, address, contact, client identification.99100### 3. Format and Attach Exhibits101102- Apply local court formatting rules (margins, line numbering, spacing, font)103- Use mandatory judicial council forms if required (e.g., CA Form UD-100)104- Label exhibits:105 - Exhibit A: Notice + proof of service106 - Exhibit B: Lease agreement (relevant pages)107 - Exhibit C: Rent ledger (if non-payment)108109## Critical Checks110111- **Notice is dispositive** — defective notice defeats the complaint; verify before drafting112- **Name matching** — plaintiff must match title holder; defendants must match lease signatories113- **Itemize amounts** — courts reject lump-sum monetary allegations114- **Summary proceeding** — do not include FED/FRE arguments; unlawful detainer is summary115- **Rent control / just-cause** — check for additional required allegations (SF, LA, NYC, Portland, etc.)116- **Remaining COVID protections** — verify any moratorium or phase-out provisions [VERIFY]117- **Anti-retaliation** — if facts suggest retaliatory eviction, flag to attorney; do not file118- **Habitability defense** — if tenant raised habitability complaints, flag as potential defense119- **All statutory citations must be verified** against current code for the filing jurisdiction120121---122123**Key changes from original:**124125- **Removed `tags`** — not part of the Agent Skills spec; only `name` and `description` are required frontmatter126- **Tightened description** — removed redundant clauses while keeping all trigger keywords127- **Eliminated verbose boilerplate templates** — removed the code-fenced Jurisdictional Allegations, Prayer for Relief, Verification, and Attorney Signature Block templates that Claude already knows how to generate; replaced with concise bullet/list summaries of what to include128- **Consolidated Phase→Step numbering** — simpler "1. Assess Case / 2. Draft Complaint / 3. Format" structure129- **Compressed chronology table** — merged rows with similar function (e.g., "Missed rent / violation dates")130- **Renamed "Guidelines" to "Critical Checks"** — clearer section intent131- **Reduced from ~163 lines to ~100 lines** — well under the 500-line budget, saving ~40% tokens while preserving every domain-critical rule, checklist, and verification step
Run npx skillmds@latest add thomasmoreai/eviction-complaint in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Drafts jurisdiction-compliant Unlawful Detainer complaints for eviction proceedings covering non-payment, lease violations, and holdover tenancies. Assesses case facts, verifies statutory notice compliance, and formats pleadings to local court rules. Use when drafting eviction complaints, unlawful detainer pleadings, forcible entry and detainer actions, or possession recovery filings. It is listed under Coding & Dev Tools on SkillMD.
SkillMD's automated safety review verdict for this skill is PASS. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free. This skill is licensed under Apache-2.
ThomasMoreAI (@thomasmoreai) published this skill. Their other Agent Skills are listed on their SkillMD profile.