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

Deed Of Trust

ASecurity

Drafts combined Deed of Trust and Security Agreement instruments creating real property and UCC Article 9 personal property security interests for commercial financing. Use when drafting trust deeds, security agreements, commercial real estate financing documents, or combined real/personal property security instruments.

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

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill deed-of-trust --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Deed Of Trust?

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

Security grade badge for Deed Of Trust
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-deed-of-trust/badge)](https://www.skillsdirectory.com/skills/lev-os-deed-of-trust)

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

Download Zip
Files
SKILL.md
---
name: deed-of-trust
description: Drafts combined Deed of Trust and Security Agreement instruments creating real property and UCC Article 9 personal property security interests for commercial financing. Use when drafting trust deeds, security agreements, commercial real estate financing documents, or combined real/personal property security instruments.
---

# Deed of Trust and Security Agreement

Drafts a combined instrument creating enforceable security interests in both real property (deed of trust) and personal property (UCC Article 9 security agreement) for commercial real estate financing.

## Prerequisites

1. **Loan documents** — promissory note, loan agreement, related transaction docs
2. **Parties** — full legal names, addresses, entity status for Grantor (borrower/debtor), Trustee, and Beneficiary (lender/secured party)
3. **Real property** — legal description from chain of title, street address, APN, title report with encumbrances
4. **Personal property** — specific items, serial numbers, equipment lists, account descriptions
5. **Jurisdiction** — situs state (determines property theory, foreclosure process, execution requirements)

## Workflow

### Step 1: Extract Information

| Data Point | Source |
|---|---|
| Parties (names, addresses, entity type) | Loan agreement, formation docs |
| Loan terms (amount, rate, maturity, payments) | Promissory note |
| Legal description + APN | Title report, prior deed |
| Encumbrances / title exceptions | Title commitment |
| Personal property collateral | Equipment lists, inventory schedules |
| Notice addresses, insurance requirements | Loan agreement |

### Step 2: Determine Jurisdictional Requirements

Research before drafting — these vary significantly by state:

- **Property theory** — title, lien, or intermediate → controls conveyance language
- **Foreclosure** — non-judicial (trustee's sale) vs. judicial; deficiency judgment availability
- **Statutory requirements** — notice periods, cure periods, publication rules, redemption rights
- **Execution formalities** — notarization, witnesses, spousal/homestead consent
- **Recording requirements** — format, margin, font, indexing standards
- **Community property / homestead** — whether spousal joinder required

### Step 3: Draft Document

Sections in order:

1. Parties
2. Recitals
3. Property description (real + personal)
4. Grant of deed of trust
5. Security agreement (UCC Article 9)
6. Representations and warranties
7. Affirmative covenants
8. Negative covenants
9. Events of default
10. Remedies
11. Environmental indemnification
12. Subordination / attornment (if leased property)
13. Miscellaneous
14. Execution / acknowledgment

### Section-Specific Requirements

**Property description:**
- Real: full legal description + street address + APN + fixtures, improvements, appurtenances, easements
- Personal: must satisfy UCC Section 9-108 sufficiency — include specific items, inventory, equipment, accounts, general intangibles, and proceeds

**Grant of deed of trust:**
- Jurisdiction-standard granting language, absolute in form, defeasible on satisfaction
- Define trustee powers: sale authority, substitution, liability limitations

**Security agreement (UCC Article 9):**
- Satisfy attachment: authenticated agreement + value + debtor's rights in collateral
- Include authorization for UCC-1 financing statement filing
- Address after-acquired property and proceeds

**Covenants:**

| Affirmative | Negative |
|---|---|
| Timely payment | No waste |
| Maintain insurance (Beneficiary as loss payee) | No unauthorized transfers or junior liens |
| Pay taxes and assessments | No material alterations without consent |
| Maintain and repair property | No disposal of personal property collateral |
| Comply with laws | No relocation of collateral without consent |

**Events of default:**
- Non-payment (specify grace period)
- Covenant/representation breach (cure period for non-monetary)
- Cross-default to related agreements
- Bankruptcy / insolvency
- Material adverse change in financial condition or collateral value

**Remedies — dual track:**

| Real Property | Personal Property (UCC Art. 9) |
|---|---|
| Trustee's sale per state statute | Right to take possession |
| Judicial foreclosure (if available) | Public or private disposition |
| Receiver appointment | Retention in satisfaction of debt |
| Notice, publication, sale, proceeds distribution | Commercially reasonable disposition required |

**Governing law:**
- Real property provisions → situs state law
- UCC provisions → UCC choice-of-law rules (Section 9-301 et seq.)
- Include conflict-of-law analysis if split governance

**Execution:**
- Jurisdiction-specific notarized acknowledgment
- Check witness requirements
- Corporate/LLC authority recitals + authorized officer signature blocks
- Spousal consent block if community property or homestead jurisdiction

## Critical Checks

- **Jurisdiction controls everything** — never assume uniform rules across states for foreclosure, cure periods, redemption, or execution formalities
- **Spousal joinder** — always verify whether required and whether waiver is enforceable in the jurisdiction
- **UCC-1 filing** — flag whether financing statement filing is needed for perfection; include authorization language regardless
- **Environmental** — include indemnification for commercial property; flag Phase I/II assessments if in uploaded documents
- **Waiver enforceability** — verify any waiver of redemption rights, homestead exemptions, or jury trial is enforceable before including
- **Internal consistency** — cross-check defined terms, cross-references, and collateral descriptions between trust deed and security agreement sections
- **Statutory citations** — mark with `[VERIFY]` unless confirmed from uploaded jurisdiction-specific materials

---

Key changes from the original:
- **Removed `tags`** from frontmatter (not part of the spec — only `name` and `description`)
- **Trimmed description** — removed redundant detail while keeping trigger keywords
- **Restructured body** — renamed phases to "Step 1/2/3" under a single "Workflow" heading, renamed "Guidelines" to "Critical Checks"
- **Removed the code fence** around the document structure outline — replaced with a plain numbered list
- **Consolidated redundant content** — removed the Representations & Warranties table (content is standard and doesn't need enumeration), merged notice addresses/insurance into one extraction row
- **Reduced from 145 lines to ~120** — tighter without losing any domain accuracy or legal precision

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 →