ucc-lien-release-evidence

Drafts an Evidence of UCC Lien Release documenting termination of a UCC-1 financing statement for U.S. transactional closings. Trigger when the user needs a UCC-3 termination certificate, secured-party release letter, payoff evidence, or clear-title closing deliverable. Keywords: "UCC-1", "UCC-3 termination", "lien release", "secured party release", "clear title", "payoff letter".

11 stars

Best use case

ucc-lien-release-evidence is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Drafts an Evidence of UCC Lien Release documenting termination of a UCC-1 financing statement for U.S. transactional closings. Trigger when the user needs a UCC-3 termination certificate, secured-party release letter, payoff evidence, or clear-title closing deliverable. Keywords: "UCC-1", "UCC-3 termination", "lien release", "secured party release", "clear title", "payoff letter".

Teams using ucc-lien-release-evidence 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

$curl -o ~/.claude/skills/ucc-lien-release-evidence/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/ucc-lien-release-evidence/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/ucc-lien-release-evidence/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How ucc-lien-release-evidence Compares

Feature / Agentucc-lien-release-evidenceStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Drafts an Evidence of UCC Lien Release documenting termination of a UCC-1 financing statement for U.S. transactional closings. Trigger when the user needs a UCC-3 termination certificate, secured-party release letter, payoff evidence, or clear-title closing deliverable. Keywords: "UCC-1", "UCC-3 termination", "lien release", "secured party release", "clear title", "payoff letter".

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

# Evidence of UCC Lien Release

Produces a formal certificate or letter evidencing full or partial release of a UCC-1 lien, suitable for closing binders and due-diligence packages.

## Quick Start

Gather before drafting:

1. UCC-1 details — file number, filing date, filing office, jurisdiction
2. Debtor and secured party legal names and addresses (as filed)
3. Collateral description from UCC-1 (and any amendments)
4. Security agreement date and governing documents
5. Satisfaction evidence — payoff statement, wire confirmation, release letter, settlement, or order
6. UCC-3 termination details if filed — file number, date, stamped copy
7. Release scope (full or partial) and effective date
8. Any continuation, assignment, or amendment filings on the same collateral

## Workflow

### 1. Build Source Data Table

| Field | Req | Source | Notes |
|---|---|---|---|
| Debtor legal name | Yes | UCC-1 | Exact spelling, punctuation, entity suffix |
| Secured party legal name | Yes | UCC-1 | Exact spelling, punctuation, entity suffix |
| Filing office + jurisdiction | Yes | UCC-1 | Secretary of State or equivalent |
| UCC-1 file number | Yes | UCC-1 | Include filing date |
| Collateral description | Yes | UCC-1 | Mirror verbatim |
| Security agreement date | Yes | Agreement | Identify governing document |
| Release scope | Yes | Instructions | Full vs partial; list retained collateral |
| Effective date | Yes | Instructions | Execution or payoff date |
| UCC-3 termination file no. | If filed | UCC-3 | Include date and stamped copy |
| Satisfaction evidence | Yes | Payoff/letters | Cite exhibit numbers |

Resolve any inconsistencies (name mismatches, collateral gaps) before proceeding.

### 2. Build Filing Chronology (if multiple filings)

| Filing No. | Type | Filing Office | Filing Date | Purpose |
|---|---|---|---|---|
| | UCC-1 | | | Original financing statement |
| | UCC-3 | | | Amendment / continuation / assignment / termination |

### 3. Draft Document

**Required sections:**

| Section | Content | Notes |
|---|---|---|
| Title + Date | "Evidence of UCC Lien Release"; document date | Exact title |
| Parties | Debtor and secured party details | Match UCC-1 |
| Filing Identification | File number, office, date | All jurisdictions |
| Secured Transaction Summary | Agreement date, obligation, collateral | Track UCC-1 text |
| Release Statement | Full/partial release; satisfaction; no further claims | Unambiguous language |
| Termination Status | UCC-3 details or intent to file | Never imply filed if not filed |
| Effective Date | Specific date | Tie to payoff or execution |
| Exhibits | List supporting documents | Labeled exhibits |
| Execution | Authorized signatory + title | Notarization if required |

### 4. Assemble Exhibits

- [ ] UCC-1 financing statement (file-stamped)
- [ ] UCC-3 termination (file-stamped if available)
- [ ] Payoff letter or satisfaction evidence
- [ ] Security agreement (if cited)
- [ ] Order/settlement (if release from legal proceeding)

Verify all exhibit cross-references in the document body.

## Template

```text
EVIDENCE OF UCC LIEN RELEASE

Date: {Document Date}

1. Parties
Secured Party: {Legal Name}, {Entity Type}, {Jurisdiction of Organization}
Address: {Address}
Debtor: {Legal Name}, {Entity Type}, {Jurisdiction of Organization}
Address: {Address}

2. Financing Statement Identification
UCC-1 File Number: {File Number}
Filing Office/Jurisdiction: {Filing Office, State}
Filing Date: {Filing Date}
Additional Filings (if any): {List UCC-3 amendments/continuations/assignments}

3. Secured Transaction Summary
Security Agreement Date: {Date}
Obligation: {Brief description of secured obligations}
Collateral: {Collateral description mirroring UCC-1}

4. Release and Termination
The Secured Party hereby releases, terminates, and fully discharges all security interests,
liens, and claims in the collateral described above arising under the UCC-1 financing
statement identified in Section 2. All secured obligations have been satisfied in full, and
the Secured Party asserts no further interest in the collateral or proceeds.

5. Termination Filing
{If filed} A UCC-3 Termination Statement has been filed under File No. {UCC-3 No.} on {Date}.
{If not filed} The Secured Party will file a UCC-3 Termination Statement with the filing office
identified above.

6. Effective Date
This release is effective as of {Effective Date}.

7. Exhibits
Exhibit A: UCC-1 Financing Statement
Exhibit B: UCC-3 Termination Statement (file-stamped, if available)
Exhibit C: Payoff/Release Evidence {wire confirmation / payoff letter / order}

Secured Party:

By: ___________________________
Name: {Signatory Name}
Title: {Title}
Date: {Signature Date}

{Optional Notary Acknowledgment}
```

## Pitfalls

- **Name matching** — Debtor and secured party names must exactly match the UCC-1; flag any discrepancy for confirmation.
- **Collateral scope** — Mirror the UCC-1 collateral description verbatim; paraphrasing can narrow or expand scope.
- **Partial releases** — Explicitly list released collateral and expressly preserve remaining liens.
- **UCC-3 status** — Never state a UCC-3 was filed without the file number and date.
- **Filing office terminology** — Use consistent format: "Secretary of State, {State}".
- **Notarization** — Add only if required by jurisdiction or client request.
- **Uncertain citations** — Mark with `[VERIFY]`.
- **Tone** — Keep neutral and evidentiary; no advocacy or legal conclusions.

Related Skills

volunteer-waiver-release

11
from CaseMark/skills

Drafts a Volunteer Waiver and Release of Liability Agreement covering assumption of risk, liability release, indemnification, medical authorization, and minor/guardian provisions. Enforces conspicuous formatting and state-law compliance. Use when drafting volunteer waivers, assumption-of-risk agreements, or volunteer liability releases for nonprofits or corporate volunteer programs.

ucc-lien-release

11
from CaseMark/skills

Drafts Evidence of UCC Lien Release documents proving termination of security interests perfected under the Uniform Commercial Code. Extracts UCC-1 filing numbers, party information, and collateral descriptions from uploaded documents for compliant drafting. Use for UCC lien releases, UCC-3 termination evidence, security interest discharge certificates, or asset purchase closings requiring proof of clear title.

suppress-evidence

11
from CaseMark/skills

Drafts a Motion to Suppress Evidence for criminal defense, challenging admissibility under the Fourth, Fifth, or Sixth Amendment. Trigger when the user needs a suppression motion, exclusionary rule brief, or pre-trial evidence challenge involving warrantless searches, Miranda violations, consent disputes, warrant defects, or fruit of the poisonous tree.

release-of-claims

11
from CaseMark/skills

Drafts enforceable Release of All Claims documents for personal injury settlement resolution. Produces general releases with broad discharge language, unknown-claims waivers (including Cal. Civ. Code § 1542), consideration recitals, protective representations, and execution formalities. Use when drafting settlement releases, general releases, claim waivers, discharge agreements, or mutual release documents in personal injury litigation.

motion-to-avoid-lien

11
from CaseMark/skills

Drafts a Motion to Avoid Lien under 11 U.S.C. § 522(f) for bankruptcy proceedings. Produces a litigation-ready motion with caption, impairment calculations, legal argument, and prayer for relief. Use when filing lien avoidance motions in Chapter 7, 11, or 13 cases, stripping judicial liens or nonpossessory nonpurchase-money security interests that impair debtor exemptions.

lien-resolution-summary

11
from CaseMark/skills

Generates a structured internal lien resolution summary for personal injury settlement cases. Triggers when resolving liens post-settlement, preparing settlement distribution statements, or auditing lien payoffs across health insurance subrogation, Medicare/Medicaid, hospital liens, workers' comp, and ERISA plans.

lien-foreclosure

11
from CaseMark/skills

Drafts a mechanic's lien foreclosure complaint to enforce unpaid construction liens through court-ordered property sale. Covers jurisdictional allegations, lien validity, breach of contract, and unjust enrichment counts. Use when drafting lien foreclosure complaints, mechanic's lien enforcement actions, or construction payment disputes requiring judicial sale.

intercreditor-lien-priority

11
from CaseMark/skills

Drafts U.S. intercreditor agreements establishing first lien vs second lien priority over shared collateral, covering standstill, enforcement control, payment waterfall/turnover, and 11 U.S.C. 510(a) subordination. Use for first lien/second lien financings, refinancing, or intercreditor negotiations requiring lien priority and remedies governance. Trigger: intercreditor, lien priority, first lien, second lien, standstill, turnover, payment waterfall, subordination agreement.

hipaa-release

11
from CaseMark/skills

Drafts a HIPAA Release Authorization form compliant with 45 CFR § 164.508 for authorizing disclosure of protected health information. Use when drafting HIPAA authorizations, PHI release forms, medical records releases, or healthcare privacy waivers alongside healthcare powers of attorney or advance directives.

hipaa-release-form

11
from CaseMark/skills

Drafts HIPAA Release Authorization forms compliant with 45 CFR 164.508 for disclosure of protected health information. Typically used in estate planning or healthcare decision-making packets. Use when a client needs a HIPAA authorization, medical records release, PHI disclosure consent, healthcare agent access form, or advance directive bundle.

hipaa-release-authorization

11
from CaseMark/skills

Drafts HIPAA-compliant PHI release authorizations for estate-planning workflows under 45 CFR §164.508. Use when drafting release forms, healthcare POA support documents, or record-access instruments. Triggers: HIPAA release, PHI authorization, healthcare agent access, advance directive support, medical record release.

franchise-release

11
from CaseMark/skills

Drafts a General Release for termination or expiration of a franchise agreement with broad release language, unknown-claims waivers (Cal. Civ. Code § 1542), covenants not to sue, and carve-outs preserving post-termination obligations. Use when finalizing franchise relationships, drafting termination or expiration releases, or settling franchise disputes.