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

Assignment And Assumption Of Leases

ASecurity

Drafts an Assignment and Assumption of Leases transferring tenant leases from seller (Assignor) to buyer (Assignee) as a closing document to a commercial property PSA. Trigger when closing a commercial property sale with existing tenant leases or when a user needs lease assignment/assumption language for a real estate transaction.

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

Works with

api

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill assignment-and-assumption-of-leases --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Assignment And Assumption Of Leases?

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

Security grade badge for Assignment And Assumption Of Leases
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-assignment-and-assumption-of-leases/badge)](https://www.skillsdirectory.com/skills/lev-os-assignment-and-assumption-of-leases)

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

Download Zip
Files
SKILL.md
---
name: assignment-and-assumption-of-leases
description: Drafts an Assignment and Assumption of Leases transferring tenant leases from seller (Assignor) to buyer (Assignee) as a closing document to a commercial property PSA. Trigger when closing a commercial property sale with existing tenant leases or when a user needs lease assignment/assumption language for a real estate transaction.
tags:
  - agreement
  - drafting
  - transactional
---

# Assignment and Assumption of Leases

Drafts a closing-ready agreement transferring all landlord rights and obligations under existing tenant leases from Assignor (seller) to Assignee (buyer) in a commercial property sale.

## Prerequisites

Collect before drafting. Use `[INSERT]` placeholders for missing items and prepend a required-information checklist.

1. **PSA** — closing date, governing law, lease-specific provisions
2. **Lease schedule / rent roll** — tenant names, suites, dates, terms, rent, deposits
3. **Party details** — legal names, entity types, addresses for Assignor and Assignee
4. **Effective date** — typically the PSA closing date
5. **Security deposit total** — aggregate amount transferred at closing

## Quick Start

1. Gather prerequisites above
2. Draft document following the output structure below
3. Run through the pitfalls checklist before finalizing

## Output Structure

### Header
- Title: `ASSIGNMENT AND ASSUMPTION OF LEASES`
- Dated: `as of [Month Day, Year]`
- Full legal entity names, types, and addresses

### Recitals (3–4 lettered paragraphs)

| Recital | Content |
|---------|---------|
| A | PSA reference — date, property address/legal description |
| B | Assignor is landlord under leases on Exhibit A |
| C | Intent to assign/assume all landlord rights per PSA |
| D *(if needed)* | Material facts: estoppels, modifications, known disputes |

### Operative Provisions

**1. Assignment** — Transfer all of Assignor's right, title, and interest in the Leases, including:
- Accrued and future rents
- Security deposits, letters of credit, guaranties
- TI allowances, options, renewal/expansion rights

**2. Assumption** — Assignee assumes all landlord obligations arising **on or after** Effective Date, including honoring deposits, TI obligations, and surviving tenant rights.

**3. Indemnification**

| Party | Scope |
|-------|-------|
| Assignor → Assignee | Claims from landlord obligations/defaults **before** Effective Date |
| Assignee → Assignor | Claims arising **on or after** Effective Date |

Both survive closing. Include notice, defense rights, and settlement approval mechanics.

**4. Security Deposit Transfer** — Assignor transfers all deposits (plus statutory interest if required) totaling `$[AMOUNT]`. Assignee acknowledges receipt and assumes return obligations. Assignor released from deposit liability after Effective Date.

**5. Rent Proration** — Assignor entitled to rents before Effective Date; Assignee on or after. Governed by PSA or closing statement.

**6. Relationship to PSA** — Assignment subject to PSA terms; PSA controls on conflict. Cross-reference PSA sections on lease assignment, estoppels, prorations.

### General Provisions
- Governing law (property state or per PSA), successors/assigns, counterparts (including electronic), entire agreement, severability

### Signature Blocks
Entity name → Signatory name/title → Date (both parties)

### Exhibit A — Lease Schedule

| Tenant | Suite | Lease Date | Commencement | Expiration | Base Rent/Mo. | Security Deposit | Notes |
|--------|-------|------------|--------------|------------|---------------|-----------------|-------|
| [Name] | [#] | [Date] | [Date] | [Date] | $[Amount] | $[Amount] | Amendments, options, disputes |

## Pitfalls and Checks

- **Anti-assignment clauses**: Verify sale-of-property exception applies per each lease or obtain tenant consent
- **Ownership-change triggers**: Review co-tenancy, exclusive use, and recapture rights triggered by landlord change
- **Tenant notice**: Flag state-specific requirements for notifying tenants of assignment and new landlord contact `[VERIFY by state]`
- **Security deposit statutes**: Verify state rules on interest accrual, escrow, and transfer procedures `[VERIFY by state]`
- **Cross-document consistency**: Align effective date and defined terms with deed, bill of sale, closing statement, and estoppel certificates
- **Problem leases**: Add carve-outs for leases with active defaults, disputes, or open cure obligations
- **Defined terms**: Capitalize consistently — Assignor, Assignee, Leases, Property, Purchase Agreement, Effective Date

---

**Key changes made:**
- **Description**: Tightened and added explicit trigger guidance ("Trigger when...")
- **Added Quick Start** section for fast orientation
- **Consolidated prose**: Removed redundant heading-level overview (was restating the description), compressed operative provisions into single-line intros with sub-bullets
- **Renamed "Guidelines" → "Pitfalls and Checks"** for scannability
- **Compressed General Provisions** into a single bullet line instead of five separate bullets
- **Reduced token count** throughout while preserving all legal substance and domain accuracy

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 →