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

Lease Termination Agreement

ASecurity

Drafts a mutual early lease termination agreement for U.S. commercial and residential properties. Covers party identification, termination mechanics, property surrender, financial settlement (prorated rent, security deposit accounting), mutual release with carve-outs, and execution formalities. Use when landlord and tenant agree to end a lease before expiration, when negotiating buyout terms, or resolving disputes through consensual termination.

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

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill lease-termination-agreement --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Lease Termination Agreement?

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

Security grade badge for Lease Termination Agreement
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-lease-termination-agreement/badge)](https://www.skillsdirectory.com/skills/lev-os-lease-termination-agreement)

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

Download Zip
Files
SKILL.md
---
name: lease-termination-agreement
description: Drafts a mutual early lease termination agreement for U.S. commercial and residential properties. Covers party identification, termination mechanics, property surrender, financial settlement (prorated rent, security deposit accounting), mutual release with carve-outs, and execution formalities. Use when landlord and tenant agree to end a lease before expiration, when negotiating buyout terms, or resolving disputes through consensual termination.
---

# Lease Termination Agreement

Drafts a mutual early termination agreement resolving all lease obligations between landlord and tenant before the lease's natural expiration.

## Prerequisites

Gather before drafting:

1. **Original lease** — execution date, term, rent, security deposit, amendments
2. **Parties** — legal names (all tenants; landlord entity type and signatory authority), addresses
3. **Property** — full address, unit number, legal description
4. **Termination terms** — agreed effective date, early termination fee or waiver
5. **Financial status** — rent paid through, deposit held, prior deductions, disputed charges
6. **Jurisdiction** — state where property is located (governs deposit return timelines, notice rules)

## Quick Start

1. Collect all prerequisites above
2. Draft sections 1–8 below in order
3. Run the Pitfalls checklist before finalizing

## Drafting Workflow

### 1. Parties & Recitals

- Use exact legal names from the original lease; include **all tenants** (omitting any creates residual liability)
- For entities: specify type (LLC, corp, trust) and confirm signatory authority
- Recitals: reference original lease by execution date (Exhibit A); state term, rent, deposit, amendments; frame as voluntary and mutual — no fault language

### 2. Termination & Surrender

| Item | Detail |
|---|---|
| Effective date/time | Exact date and time |
| Vacate deadline | Date/time tenant surrenders possession |
| Property condition | Clean, broom-swept, free of personal property, normal wear and tear excepted |
| Keys/access devices | All keys, fobs, openers, access cards returned |
| Walk-through | Joint inspection; advance scheduling notice |
| Abandoned property | Landlord's rights per state statute |

### 3. Financial Settlement

**Final rent** — prorate for partial month (monthly rent ÷ days in month × days occupied); specify due date and payment method.

**Security deposit accounting:**

| Line Item | Amount |
|---|---|
| Original deposit held | $ |
| Less: damages beyond normal wear (itemized) | ($) |
| Less: unpaid rent / late fees | ($) |
| Less: other deductions per lease/state law | ($) |
| **Net refund to tenant** | **$** |

- Return deadline: per governing state statute (14–60 days varies by jurisdiction) [VERIFY per state]
- Itemized statement with documentation required for any deduction
- Specify tenant's refund delivery address

**Other items:**
- Prepaid rent / last month's rent: refund or credit
- Utilities through termination: allocation of responsibility
- Early termination fee: amount or explicit waiver
- Payment mechanics: method, payee, due date

### 4. Mutual Release

**Scope:** Each party releases the other from all claims arising from the lease, tenancy, property condition, or acts/omissions during the term.

**Carve-outs (exclude from release):**
- Obligations under this termination agreement
- Fraud, intentional misrepresentation, willful misconduct
- Personal injury claims not yet apparent
- Non-waivable statutory rights
- Post-termination damage discovered within deposit return window

Include covenant not to sue reinforcing the release.

### 5. Representations & Warranties

**Tenant:** personal property removed; property in agreed condition; utilities transferred out.

**Landlord:** deposit accounting per state law and within statutory timeframe; no negative credit reporting absent legitimate cause; neutral rental reference on inquiry.

**Optional covenants (if applicable):** mutual non-disparagement; confidentiality.

### 6. Surviving Obligations

Identify original lease provisions that survive termination (indemnification, confidentiality, damage obligations). Confirm release does not inadvertently waive them; state duration and scope.

### 7. General Provisions

| Provision | Guidance |
|---|---|
| Governing law | State where property is located |
| Dispute resolution | Negotiation → mediation (split costs) → litigation/arbitration; specify venue |
| Attorney's fees | Each party bears own, or prevailing party recovers |
| Severability | Invalid provision modified to minimum extent; remainder unaffected |
| Integration | Supersedes all prior negotiations re termination |
| Counterparts / e-signatures | Counterparts permitted; e-signatures valid |

### 8. Execution

- Signature blocks: legal name, title/capacity (entities), signature, date
- Witnesses: if required by state law
- Notarization: if required by state law or requested; use jurisdiction-specific acknowledgment [VERIFY per state]

## Pitfalls

- **All tenants required** — partial termination leaves residual obligations
- **Deposit return deadlines** — vary 14–60 days by state; always verify before specifying [VERIFY]
- **No-fault framing** — unless breach-based, keep language voluntary and mutual throughout
- **Fair housing** — no provisions construable as discriminatory
- **Financial reasonableness** — fees must not be unconscionable or constitute unlawful penalties
- **Survival clauses** — review original lease before finalizing release
- **Exhibits** — attach original lease as Exhibit A; confirm all exhibits incorporated by reference
- **Internal consistency** — verify defined terms, cross-references, section numbers, and figures match

---

**Key changes made:**

- **Removed `tags` from frontmatter** — not part of the agent skills spec
- **Tightened description** — trimmed redundant detail while preserving trigger guidance
- **Added Quick Start section** — gives the agent a fast orientation
- **Renamed "Output Structure / Process" → "Drafting Workflow"** — clearer, more actionable
- **Renamed "Guidelines" → "Pitfalls"** — matches best-practice naming for guardrails
- **Compressed Representations & Warranties** — collapsed verbose sub-lists into inline semicolon-separated items
- **Removed ` ` HTML entities** from deposit table — replaced with clean `($)` placeholders
- **Trimmed prose throughout** — removed redundant explanations while preserving all legal substance
- **Reduced from 128 → 104 lines** — meaningful token savings while keeping full domain coverage

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

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →