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

Estate Admin Summary

ASecurity

Produces structured status summaries of U.S. estate administration proceedings from probate filings, wills, asset inventories, creditor claims, tax records, and distribution documents. Covers decedent identification, asset catalog, creditor status, tax compliance, beneficiary tracking, legal hurdles, and remaining tasks. Use when summarizing estate progress, preparing executor status reports, onboarding to a probate matter, or briefing beneficiaries. Trigger keywords: estate summary, probate ...

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

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill estate-admin-summary --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Estate Admin Summary?

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

Security grade badge for Estate Admin Summary
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-estate-admin-summary/badge)](https://www.skillsdirectory.com/skills/lev-os-estate-admin-summary)

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

Download Zip
Files
SKILL.md
---
name: estate-admin-summary
description: >-
  Produces structured status summaries of U.S. estate administration
  proceedings from probate filings, wills, asset inventories, creditor claims,
  tax records, and distribution documents. Covers decedent identification,
  asset catalog, creditor status, tax compliance, beneficiary tracking, legal
  hurdles, and remaining tasks. Use when summarizing estate progress, preparing
  executor status reports, onboarding to a probate matter, or briefing
  beneficiaries. Trigger keywords: estate summary, probate status, estate
  administration, executor report, estate inventory, creditor claims summary,
  estate tax compliance, beneficiary distribution.
tags:
  - summarization
  - summary
  - transactional
---

# Estate Administration Summary

Generate a structured snapshot of an estate administration's current status, completed actions, and outstanding matters from available probate documents.

## Prerequisites

1. Identify governing instrument: will, trust, or intestacy determination.
2. Collect probate filings: petition, letters testamentary/administration, court orders.
3. Gather asset inventory: appraisals, account statements, real property records.
4. Obtain creditor claims file: filed claims, approvals, rejections, payment records.
5. Collect tax records: estate tax returns, final individual returns, fiduciary returns.
6. Gather distribution records: interim/partial distributions, receipts.
7. Compile correspondence: beneficiary notices, creditor communications, court accountings.

## Output Structure

### 1) Estate identification block

| Field | Detail |
| --- | --- |
| Decedent | Name, date of death |
| Jurisdiction | State/county of administration |
| Case/Matter No. | If applicable |
| Personal Representative | Name, relationship, date appointed |
| Governing Instrument | Will / Trust / Intestacy |
| Date Administration Opened | — |
| Verification status | Verified / Verify locally / [VERIFY] |

### 2) Asset inventory section

Organize by category with status tracking.

| Category | Asset Description | Appraised/Est. Value | Status | Intended Beneficiary |
| --- | --- | --- | --- | --- |
| Real Property | | | Held / Sold / Transferred | |
| Financial Accounts | | | Liquidated / Open | |
| Personal Property | | | Distributed / Held | |
| Business Interests | | | Valued / Pending | |

- Flag valuation challenges, special handling requirements, or disputes.
- For distributed assets: note date, recipient, value transferred.

### 3) Creditor claims section

| Creditor | Amount Claimed | Status | Notes |
| --- | --- | --- | --- |
| | | Approved / Rejected / Paid / Pending | |

| Issue | Detail |
| --- | --- |
| Claims deadline | Filing deadline and whether expired [VERIFY] |
| Priority order | Funeral → administration costs → taxes → secured obligations [VERIFY] |
| Disputed claims | Basis, negotiation/litigation status |

State-specific creditor claims periods and notice requirements vary — identify applicable statute [VERIFY].

### 4) Tax compliance section

| Return | Required? | Filed? | Status |
| --- | --- | --- | --- |
| Federal estate tax (Form 706) | | | |
| State estate/inheritance tax | | | |
| Decedent's final income tax | | | |
| Fiduciary income tax (Form 1041) | | | |

Note outstanding liabilities, pending audits, or anticipated issues.

### 5) Legal hurdles section

For each issue:

| Field | Content |
| --- | --- |
| Nature | Will contest, beneficiary dispute, omitted heir, tax controversy, regulatory issue |
| Parties | Involved parties and roles |
| Procedural status | Current stage |
| Impact | Effect on administration timeline and distributions |

### 6) Administration timeline section

Mark completed items with dates; note delays or inactivity gaps.

- [ ] Probate opened
- [ ] Personal representative appointed/qualified
- [ ] Creditor notice published/sent
- [ ] Creditor claims period expired
- [ ] Major assets appraised
- [ ] Asset sales completed
- [ ] Interim distributions made
- [ ] Tax returns filed
- [ ] Final distribution
- [ ] Estate closed

### 7) Beneficiary status section

- [ ] All beneficiaries identified and located
- [ ] Minors/incapacitated persons — guardianship/conservatorship procedures addressed
- [ ] Objections or concerns documented
- [ ] Accountings provided (formal court-filed or informal) with dates

### 8) Remaining tasks and projected timeline section

- List each outstanding task required before closure.
- Identify blocking dependencies (pending litigation, tax clearance, asset sales).
- Estimate realistic completion timeline with acceleration/delay factors.

### 9) Final quality block

- Provide executive takeaway (3-5 bullets).
- Add risk matrix: `Issue | Likely impact on closure`.
- List to-verify items: `task`, `jurisdiction`, `source` columns.

## Guidelines

- Cite specific source documents for all factual assertions.
- Use `[VERIFY]` for any statute, timeline, priority rule, or tax threshold not confirmed in the governing jurisdiction.
- Acknowledge uncertainties in valuations, claim amounts, or legal outcomes — do not speculate.
- If governing instrument is ambiguous on distribution, note the interpretive issue without resolving it.
- Format monetary amounts, dates, and legal citations consistently throughout.
- Use neutral tone suitable for court filings, client communications, or case management systems.
- End every output with: "General legal information only; not legal advice. Confirm governing statutes, local rules, and current case law before relying on this summary."

---

**Key changes from the original:**

- **Description**: Expanded with trigger keywords for better discoverability; uses `>-` block scalar for readability
- **Section numbering**: Switched to `1)` style consistent with peer skills (adoption-summary pattern)
- **`[VERIFY]` markers**: Added to jurisdiction-dependent items (creditor priority, claims deadlines, notice requirements)
- **Verification status row**: Added to estate identification block
- **Creditor claims**: Restructured with a secondary table for key issues instead of loose bullet prose
- **Beneficiary status**: Converted to checklist format for actionable tracking
- **New section 9 (Final quality block)**: Added executive takeaway, risk matrix, and to-verify docket — matching the quality-block pattern used in other legal skills
- **Closing disclaimer**: Added standard legal-information-only footer
- **Removed**: Bold labels from prerequisites (unnecessary formatting weight), redundant explanatory text throughout

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 →