eviction-complaint
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.
Best use case
eviction-complaint is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using eviction-complaint should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/eviction-complaint/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How eviction-complaint Compares
| Feature / Agent | eviction-complaint | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Eviction Complaint (Unlawful Detainer) Drafts a court-ready Unlawful Detainer complaint that establishes grounds for possession recovery and withstands demurrer. ## Prerequisites Gather before starting: 1. **Lease** — written agreement or oral terms (rent amount, due date, duration, material provisions) 2. **Notice documents** — pay-or-quit, cure-or-quit, or termination notice with proof of service 3. **Rent ledger** — payment history with arrearage amounts and dates 4. **Property ID** — street address, unit number, APN or legal description 5. **Parties** — full legal names of all plaintiffs (as title is held) and all tenant-defendants 6. **Jurisdiction** — state, county, and court where filing ## Workflow ### 1. Assess Case Extract facts from documents and build a chronology: | Event | Date | Source | |---|---|---| | Lease execution | | | | Missed rent / violation dates | | | | Notice served | | | | Service method | | | | Notice expiration | | | | Current occupancy | | | Verify notice compliance for the jurisdiction: - **Non-payment** — required notice period (e.g., CA: 3 days; NY: 14 days; TX: 3 days) [VERIFY statute] - **Lease violation** — cure period if required - **Holdover** — termination notice period (30/60/90 days by tenancy duration and jurisdiction) - **Service method** — statutory compliance (personal, substituted, post-and-mail) **If notice is defective, stop and advise re-service before filing.** Improper notice is the #1 defense. ### 2. Draft Complaint **Caption:** - Court's full name with department/division - Plaintiff name exactly as title is held - All lease-named tenants as defendants; include "DOES 1–10" - Title: "COMPLAINT FOR UNLAWFUL DETAINER" **Jurisdictional allegations:** - Court jurisdiction under applicable state code section - Venue based on property location (address, city, county, state, APN) - Amount in controversy or jurisdictional classification if required **Factual allegations checklist:** - [ ] Tenancy formation (date, parties, written/oral, material terms) - [ ] Property description (address, unit, legal description) - [ ] Rent terms (amount, due date, payment method) - [ ] Ground for eviction: - *Non-payment*: each missed date + amount; total arrearage through filing - *Lease violation*: provision breached, dates, conduct - *Holdover*: expiration date, refusal to vacate - [ ] Notice: type, date served, method, statutory authority, expiration - [ ] Attach notice + proof of service as Exhibit A - [ ] Tenant failed to comply/vacate within notice period - [ ] Tenant remains in possession without right **Causes of action — map elements to jurisdiction's statute:** | Element | Paragraph | |---|---| | Landlord-tenant relationship | ¶__ | | Obligation (rent/lease term) | ¶__ | | Breach (non-payment/violation) | ¶__ | | Proper notice served | ¶__ | | Failure to comply within notice period | ¶__ | | Continued unlawful possession | ¶__ | Cite specific code sections (e.g., CA: CCP §1161; NY: RPAPL §711; TX: Prop. Code §24.002) [VERIFY]. Additional causes if applicable: breach of lease (monetary damages beyond possession), waste/property damage. **Prayer for relief** — include: 1. Possession and restitution of premises 2. Past-due rent through date, plus daily holdover rate (monthly rent ÷ 30) 3. Late fees per lease provision 4. Attorney's fees per lease or statute 5. Costs of suit 6. Catch-all for other just relief **Verification** — declaration under penalty of perjury, signed by plaintiff or authorized agent. **Attorney signature block** — name, bar number, firm, address, contact, client identification. ### 3. Format and Attach Exhibits - Apply local court formatting rules (margins, line numbering, spacing, font) - Use mandatory judicial council forms if required (e.g., CA Form UD-100) - Label exhibits: - Exhibit A: Notice + proof of service - Exhibit B: Lease agreement (relevant pages) - Exhibit C: Rent ledger (if non-payment) ## Critical Checks - **Notice is dispositive** — defective notice defeats the complaint; verify before drafting - **Name matching** — plaintiff must match title holder; defendants must match lease signatories - **Itemize amounts** — courts reject lump-sum monetary allegations - **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 - **Consolidated Phase→Step numbering** — simpler "1. Assess Case / 2. Draft Complaint / 3. Format" structure - **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
Related Skills
wrongful-termination-complaint
Drafts wrongful termination complaints for employment litigation. Covers at-will exceptions, statutory claims (Title VII, ADA, ADEA, FMLA, state equivalents), public policy violations, and whistleblower protections. Use when drafting or filing a wrongful termination complaint or related employment discharge claim.
third-party-complaint
Drafts a Third-Party Complaint (impleader) under FRCP 14 or state equivalents. Use when a defendant needs to implead a party for indemnification, contribution, subrogation, or breach of warranty during the pleadings phase.
specific-performance-complaint
Drafts a Complaint for Specific Performance compelling contractual fulfillment through equitable relief. Use when filing suit for specific performance, real estate breach, unique property disputes, or equitable remedy pleadings.
retaliation-complaint
Drafts U.S. employment-retaliation complaints with jurisdiction, causation, and remedy sections aligned to the governing statute. Use when counsel needs a filing-ready complaint after a plaintiff alleges adverse action following protected activity. Covers Title VII, FLSA, SOX, and Dodd-Frank retaliation claims, administrative-exhaustion preservation, and prayer-for-relief drafting.
quiet-title-complaint
Drafts a court-ready Complaint to Quiet Title for real property disputes. Guides through intake, chain-of-title verification, adverse claim identification, and strategic pleading. Use when drafting quiet title complaints, clearing title defects, challenging adverse possession, resolving boundary disputes, removing invalid liens, or establishing superior title.
purchase-agreement-breach-complaint
Drafts a U.S. civil complaint for breach of a real estate purchase agreement, covering jurisdiction, venue, parties, contract terms, breach allegations, damages, and remedies including specific performance. Use when preparing a breach of purchase agreement complaint, real estate contract dispute pleading, or specific performance action.
patent-infringement-complaint
Drafts a federal patent infringement complaint for U.S. District Court satisfying FRCP Rules 8, 10, 11 and Twombly/Iqbal plausibility. Covers direct (§ 271(a)), induced (§ 271(b)), and contributory (§ 271(c)) infringement with TC Heartland venue analysis and Halo willfulness. Use when initiating patent infringement litigation, drafting an IP complaint, or preparing a pleading to survive a Rule 12(b)(6) motion.
partition-complaint
Drafts a U.S. civil complaint for partition of real property by co-owners, pleading jurisdiction, ownership interests, property description, encumbrances, and grounds for partition in kind or by sale. Trigger when the user needs a partition action, co-owner dispute complaint, tenant-in-common or joint-tenancy division, or court-ordered sale of real property.
inverse-condemnation-complaint
Drafts inverse condemnation complaints seeking just compensation for government takings without formal eminent domain. Use when a user needs a takings clause complaint, inverse condemnation pleading, or property rights constitutional claim involving physical, regulatory, or temporary takings.
fraudulent-conveyance-complaint
Drafts a U.S. fraudulent conveyance complaint to avoid and recover debtor asset transfers under UFTA, UVTA, or state equivalents. Covers actual fraud (UVTA § 4(a)(1)), constructive fraud theories, badges of fraud, provisional remedies, and full prayer for relief. Use when a creditor needs to challenge a transfer made to hinder, delay, or defraud creditors, including bankruptcy adversary proceedings. Triggers: fraudulent conveyance, fraudulent transfer, voidable transaction, badges of fraud, asset concealment, debtor insolvency, UFTA, UVTA, avoidance action.
foreclosure-complaint
Drafts U.S. judicial foreclosure complaints pleading standing, chain of title, default, and amounts due with jurisdiction-specific compliance and exhibit control. Triggered when the user needs a foreclosure complaint, mortgage foreclosure pleading, note-and-mortgage enforcement action, or default-based real estate litigation involving acceleration, standing, or lost-note issues.
fmla-complaint
Drafts litigation-ready FMLA violation complaints under 29 U.S.C. § 2617 for federal court or DOL filing. Covers eligibility, interference, retaliation, notice timelines, and damages. Use when drafting FMLA complaints, family medical leave interference claims, FMLA retaliation pleadings, or employment leave violation actions.