estate-admin-summary

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.

11 stars

Best use case

estate-admin-summary is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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.

Teams using estate-admin-summary 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/estate-admin-summary/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/estate-admin-summary/SKILL.md"

Manual Installation

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

How estate-admin-summary Compares

Feature / Agentestate-admin-summaryStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

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

# 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

Related Skills

managing-medication-administration

11
from CaseMark/skills

Guides safe medication administration with rights verification, timing, and documentation requirements. Use when administering medications, documenting med administration, or managing medication timing.

managing-blood-product-administration

11
from CaseMark/skills

Guides blood product administration with verification, monitoring, and transfusion reaction management. Use when administering blood products, monitoring transfusions, or managing transfusion reactions.

witness-summary

11
from CaseMark/skills

Generates structured summaries of witness statements for litigation, extracting chronological narratives, key facts, credibility indicators, and evidentiary value. Use when summarizing depositions, declarations, affidavits, or witness testimony during discovery, pre-trial, or trial preparation.

verdict-judgment-summary

11
from CaseMark/skills

Produces structured post-trial verdict and judgment analysis memoranda for commercial litigation. Triggers when summarizing a jury verdict, bench trial decision, post-trial motion assessment, or appellate viability review. Covers liability determinations, damages breakdowns, critical rulings, and post-trial strategy.

urban-planning-summary

11
from CaseMark/skills

Summarizes legal issues in urban development projects covering zoning, land use disputes, and environmental compliance. Generates structured briefings for municipalities, developers, and legal counsel. Use when reviewing zoning ordinances, land use applications, environmental impact statements, or comprehensive plans before development or planning decisions.

trial-prep-summary

11
from CaseMark/skills

Generates a structured courtroom-ready trial preparation summary synthesizing procedural history, facts, legal issues, evidence, witnesses, and strategy into a quick-reference document. Trigger when preparing trial binders, pre-trial review documents, courtroom reference materials, or trial strategy memos in commercial litigation.

traffic-enforcement-summary

11
from CaseMark/skills

Generates structured summaries of traffic law enforcement data covering DUI metrics, violation trends, enforcement outcomes, and resource allocation. Use when analyzing citation records, arrest statistics, violation reports, or preparing public safety strategic planning documents for law enforcement leadership.

trade-law-summary

11
from CaseMark/skills

Produces structured U.S.-focused international trade law summaries covering tariffs, customs, export controls, sanctions, trade remedies, and trade agreements. Triggers when asked for international trade law summaries, tariff/customs analysis, export controls, sanctions guidance, WTO/GATT, USMCA, ITAR, EAR, OFAC, or import/export compliance updates.

telecom-law-summary

11
from CaseMark/skills

Generates executive-level summaries of recent US telecommunications law developments covering spectrum rights, network access, privacy, infrastructure, and enforcement. Structures analysis by topic with compliance deadlines and business impact. Use when briefing counsel, regulatory teams, or executives on FCC rulemakings, net neutrality, CPNI, 5G deployment, robocall enforcement, or the broader telecom legal landscape.

tax-summary-spousal-support

11
from CaseMark/skills

Produces structured financial summaries from tax returns, W-2s, 1099s, K-1s, and business filings for spousal support proceedings. Trigger when preparing income analyses for alimony discovery, settlement negotiations, pre-trial, or court filings in family law matters.

tax-return-summary

11
from CaseMark/skills

Produces structured, citation-backed summaries of tax returns (Form 1040, schedules, W-2s, 1099s) for divorce, personal injury, and bankruptcy litigation. Extracts income sources, deductions, credits, and flags anomalies. Use when summarizing tax returns, analyzing financial discovery, assessing earning capacity, reviewing 1040s, or preparing financial profiles for litigation.

summary-judgment

11
from CaseMark/skills

Produces structured summaries of summary judgment motions, orders, and decisions. Use when the user needs to summarize an MSJ ruling, prepare a case status report, evaluate appeal posture, or brief a client on a dispositive motion outcome.