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

Charitable Remainder Trust

ASecurity

Drafts IRC 664–compliant Charitable Remainder Trust agreements (CRAT/CRUT), covering payout math, remainder qualification, trustee powers, and tax compliance. Use when drafting a CRT, CRAT, CRUT, unitrust, annuity trust, or charitable remainder planning document, or when ensuring IRC 664 compliance.

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

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill charitable-remainder-trust --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Charitable Remainder Trust?

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

Security grade badge for Charitable Remainder Trust
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-charitable-remainder-trust/badge)](https://www.skillsdirectory.com/skills/lev-os-charitable-remainder-trust)

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

Download Zip
Files
SKILL.md
---
name: charitable-remainder-trust
description: Drafts IRC 664–compliant Charitable Remainder Trust agreements (CRAT/CRUT), covering payout math, remainder qualification, trustee powers, and tax compliance. Use when drafting a CRT, CRAT, CRUT, unitrust, annuity trust, or charitable remainder planning document, or when ensuring IRC 664 compliance.
tags:
  - agreement
  - drafting
  - transactional
---

# Charitable Remainder Trust (CRT)

Produces an execution-ready CRT agreement qualifying under IRC 664 and applicable state law. Supports both CRAT (fixed annuity) and CRUT (unitrust percentage) structures, including NICRUT/NIMCRUT variants.

## Prerequisites

Gather before drafting:

1. **Trust type**: CRAT or CRUT; if CRUT, whether NICRUT or NIMCRUT applies.
2. **Parties**: Settlor, trustee(s), income beneficiary(ies), charitable remainder beneficiary(ies) or selection authority.
3. **Funding**: Asset list with FMV, valuation date, transfer documents; flag restricted or problematic assets.
4. **Payout terms**: Percentage or annuity amount, frequency, term (life/lives or up to 20 years).
5. **Actuarial inputs**: Must satisfy 10% remainder test and any CRAT probability test [VERIFY].
6. **Governing law**: State, venue, execution formalities (notary, witnesses, real property requirements).

## Quick Start

1. Elect trust type (CRAT vs. CRUT) using the comparison below.
2. Draft core sections using article-style numbering and defined terms.
3. Insert payout math in the payout clause or as an appendix.
4. Select charitable beneficiary structure and add contingencies.
5. Run compliance checklist before finalizing.

## CRAT vs. CRUT

| Feature | CRAT | CRUT |
|---|---|---|
| Payout base | Fixed annuity on initial FMV | Annual % of annual FMV |
| Additional contributions | Prohibited | Permitted |
| Valuation | One-time initial | Annual valuation date |
| Variants | Standard only | Standard, NICRUT, NIMCRUT |

## Core Agreement Sections

| Section | Required Content |
|---|---|
| Declaration | Settlor, trustee, beneficiaries; express intent to qualify under IRC 664 and Treas. Regs. §1.664-1 to §1.664-4. |
| Irrevocability | Expressly irrevocable; amendment only to maintain qualification or correct scrivener's error. |
| Funding | Asset description, valuation date, transfer warranties, trustee acceptance; restrictions on problematic assets. |
| Payout | CRAT annuity or CRUT unitrust amount; 5%–50% range; frequency; start date. |
| Net Income Limit | NICRUT/NIMCRUT election if applicable; define "net income" and makeup mechanics. |
| Term | Life/lives or term of years (max 20); termination trigger. |
| Remainder | Qualified charities or selection mechanism; contingency for disqualified/defunct charities. |
| Trustee Powers | Investment authority, valuation procedures, professional retention, accounting, reporting. |
| Tax Compliance | Prohibited transactions, UBTI avoidance, qualification safeguards. |
| Accounting | Annual statements to income beneficiaries and remainder charities. |
| Amendment | Limited to qualification maintenance and scrivener's error; no change to beneficial interests. |
| Termination | Final accounting; remainder distribution in cash or in kind at trustee discretion. |
| Execution | Signature blocks, acknowledgments, notary, witnesses as required. |

## Payout Math

```text
CRAT:  Annual annuity       = Initial FMV × Payout %
CRUT:  Annual unitrust amt  = Annual FMV × Payout %
Remainder test:  PV of remainder ≥ 10% of initial FMV
Term:  Life/lives or ≤ 20 years
```

## Charitable Beneficiary Structures

Choose one and add contingency provisions:

- **Named charities** — Full legal names, addresses, EINs; confirm 501(c)(3) status.
- **Selection authority** — Identify selector; restrict to qualified 501(c)(3) organizations at distribution.
- **Cy pres** — Permit substitution with similar charitable purpose if named charity is ineligible or defunct.

## Compliance Checklist

Run before finalizing:

- [ ] IRC 664(d)(1) (CRAT) or 664(d)(2) (CRUT) structure identified
- [ ] Payout between 5% and 50% of FMV
- [ ] Term ≤ 20 years if term-based
- [ ] 10% remainder test satisfied
- [ ] CRAT: no additional contributions; fixed annual payout
- [ ] CRUT: annual valuation date defined
- [ ] Prohibited transaction and self-dealing prohibitions included (IRC 4941–4945 as applicable) [VERIFY]
- [ ] UBTI avoidance clause and trustee duty to maintain qualification [VERIFY]

## Pitfalls

- **Amendments** — Never permit amendment that changes income or remainder interests.
- **CRAT contributions** — Additional contributions or variable payout adjustments disqualify a CRAT.
- **CRUT valuation** — Must define annual valuation date and permissible valuation method.
- **Problematic assets** — Flag assets that could cause UBTI; require trustee discretion to decline or dispose.
- **Self-dealing** — Include trustee duty to avoid prohibited acts; add qualified exception for administrative corrections [VERIFY].
- **Uncertainty** — Use [VERIFY] where local law or specialized tax tests require practitioner confirmation.

---

**Key changes from the original:**

- **Description** tightened — removed redundant detail while keeping all trigger keywords.
- **Added Quick Start** section — gives a 5-step orientation before diving into tables.
- **Renamed "Output Structure / Process"** — split into focused sections (CRAT vs. CRUT, Core Sections, Payout Math, Beneficiary Structures) for scannability.
- **Charitable Beneficiary** converted from table to bullet list — simpler for three items.
- **Compliance Checklist** converted to interactive checkbox format.
- **Guidelines → Pitfalls** — merged redundant guidelines into a compact pitfalls section, eliminating repeated content (e.g., amendment restrictions appeared in both Core Sections table and Guidelines).
- **Reduced from 93 to 82 lines** — trimmed prose while preserving all legal substance, [VERIFY] tags, and IRC references.

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 →