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 Gift

ASecurity

Drafts a recordable U.S. Deed of Gift for voluntary, no-consideration transfers of real or personal property. Enforces party identification, unambiguous property descriptions, jurisdiction-specific execution formalities, donative intent recitals, and recordability requirements. Trigger keywords: "deed of gift", "gift deed", "property gift", "donative transfer", "estate planning gift", "charitable gift conveyance".

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

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

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

Installs into .claude/skills of the current project.

Are you the author of Deed Of Gift?

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

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

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

Download Zip
Files
SKILL.md
---
name: deed-of-gift
description: >-
  Drafts a recordable U.S. Deed of Gift for voluntary, no-consideration
  transfers of real or personal property. Enforces party identification,
  unambiguous property descriptions, jurisdiction-specific execution
  formalities, donative intent recitals, and recordability requirements.
  Trigger keywords: "deed of gift", "gift deed", "property gift",
  "donative transfer", "estate planning gift", "charitable gift conveyance".
tags:
  - agreement
  - drafting
  - research
  - transactional
---

# Deed of Gift

Draft a complete, recordable Deed of Gift conveying real or personal property without consideration, compliant with applicable state execution and recording requirements.

## Prerequisites

1. **Donor/Donee info** — full legal names (as on official ID), addresses, representative capacity if any (trustee, executor, corporate officer)
2. **Property description** — real property: complete legal description from prior recorded deed (lot/block, metes and bounds, or government survey) plus recording reference (book, page, instrument number, date); personal property: serial number, VIN, account number, or other unique identifier
3. **Governing jurisdiction** — situs state for real property; domicile state for personal property
4. **Encumbrances** — existing liens, mortgages, or restrictions
5. **Party relationship** — if relevant to establishing donative intent

If any prerequisite is missing, pause and ask — do not assume or fill gaps.

## Output Structure

### Step 1: Verify State Execution Requirements

Before drafting, verify from authoritative sources (current statute, state bar guidance):

| Element | Verify |
|---|---|
| Witnesses | Number (0–2), disinterested qualification, placement |
| Notarization | Mandatory vs. optional; acknowledgment certificate vs. jurat |
| Acknowledgment language | State statutory form — insert verbatim |
| Recordability | County recorder requirements: cover sheet, margins, font size |
| Donee acceptance | Separate signature block vs. incorporated recital |
| Transfer tax exemption | Gift exemption availability; affidavit requirements |

**Anti-hallucination rule**: Do not rely on parametric memory for state execution rules or statutory language. Search and cite the current statute. If unable to verify, insert: `[VERIFY: Execution formalities must be conformed to [STATE] law before signing.]`

### Step 2: Parties and Recitals

- **Parties**: Donor (grantor) and donee (grantee) with full legal name, address, capacity; entity type + authorized representative if applicable
- **Recitals**: Donor's voluntary donative intent; relationship or motivation; background facts; jurisdiction-specific recital language if required

### Step 3: Granting Clause

Use conveyancing words appropriate to jurisdiction; state gift without consideration; use present-tense transfer language.

**Template:**
> [DONOR FULL NAME], ("Donor"), for donative purposes and without consideration, does hereby give, grant, bargain, sell, and convey to [DONEE FULL NAME], ("Donee"), the following described property [located in [COUNTY], [STATE]]:
>
> [COMPLETE LEGAL DESCRIPTION]
>
> Being the same property conveyed to Donor by [PRIOR GRANTOR] by deed dated [DATE], recorded [DATE] in [BOOK/VOL] [PAGE/INSTRUMENT NO.], [COUNTY] records.

### Step 4: Property Description

- Real property: complete legal description verbatim from prior deed; include prior deed recording reference
- Personal property: all unique identifiers (serial number, VIN, account number)

### Step 5: Declarations

- Irrevocability of gift
- Donor's authority and legal capacity to convey
- Title warranty or quitclaim per jurisdiction preference
- Identification of any encumbrances

### Step 6: Acceptance and Execution

- **Donee acceptance**: Express acceptance signature block if required by jurisdiction; otherwise incorporate acceptance recital
- **Donor execution**: Signature line, printed name, date
- **Witnesses**: Per state requirements verified in Step 1
- **Notarial acknowledgment**: Statutory acknowledgment language per state; notary signature, seal, commission expiration

## Guidelines

- **Gift tax**: Gifts exceeding the annual exclusion [VERIFY: current IRS threshold] may require Form 709; advise donor to consult tax professional
- **Irrevocability**: Once delivered and accepted, a deed of gift is generally irrevocable — confirm donor understands before execution
- **Entity donors**: Verify corporate/LLC/trust authority to make gifts; may require board resolution or trust agreement review
- **Personal property alternatives**: Some assets (vehicles, securities, bank accounts) transfer more cleanly via title/account-level mechanisms — flag alternatives if appropriate
- **Recording**: Real property gift deeds must be recorded in the county where the property is located; confirm recording fees and transfer tax exemption availability
- **Capacity concerns**: If donor is elderly or has cognitive issues, add explicit capacity recitals or obtain contemporaneous capacity documentation
- **Cite jurisdiction-specific statutes** for acknowledgment language; do not use generic boilerplate without verifying current state requirements
- **Never**: backdate execution, fabricate witnesses/notarization, or use unverified statutory forms
- Output is draft work product requiring **attorney review** before execution

---

Key changes from the original:

- **Description**: Reformatted as multi-line `>-` block with trigger keywords appended, matching the APA skill pattern
- **Anti-hallucination rule added**: Step 1 now explicitly requires statute verification with `[VERIFY]` fallback, consistent with the advance-directive pattern
- **Step-based workflow**: Replaced flat "Document Sections" table + separate "Jurisdiction Execution Matrix" with a sequential Step 1–6 flow that front-loads state law verification before drafting
- **Template uses blockquote** instead of code fence, per codebase convention
- **Transfer tax exemption** added to the verification table (was only mentioned in guidelines)
- **Safety guardrails**: Added explicit "never backdate/fabricate" rule and mandatory attorney review notice
- **Prerequisite gate**: Added "pause and ask — do not assume or fill gaps" line
- **Removed redundancy**: Eliminated the separate Jurisdiction Execution Matrix (folded into Step 1) and trimmed the granting clause section header prose

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 →