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

Tax Return Summary

ASecurity

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.

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

Works with

cliapi

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill tax-return-summary --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Tax Return Summary?

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

Security grade badge for Tax Return Summary
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-tax-return-summary/badge)](https://www.skillsdirectory.com/skills/lev-os-tax-return-summary)

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

Download Zip
Files
SKILL.md
---
name: tax-return-summary
description: 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.
---

# Tax Return Summary

Structured legal analysis of tax returns with every figure cited as `(Form [X], Line [Y])` for attorney verification.

## Prerequisites

- Uploaded returns: Form 1040s, schedules, W-2s, 1099s for each year in scope
- Case type identified: divorce/family law, personal injury, or bankruptcy
- Tax years in scope defined

## Quick Start

1. Locate all returns, schedules, and supporting forms in uploaded documents
2. Extract figures directly from source materials — never assume values
3. Cite every amount as `(Form [X], Line [Y])`
4. Produce the seven-section output below, tailored to case type

## Output Sections

### 1. Executive Financial Overview

Synthesized narrative (not a data dump) covering:

| Element | Detail |
|---|---|
| Primary income sources | Wages, business, investments — rank by magnitude |
| Income trajectory | Stable, growing, declining, or volatile across years |
| Filing status pattern | Changes signaling life events |
| Material deductions/credits | Items significantly affecting liability or true economic position |
| Immediate red flags | Inconsistencies or anomalies requiring attorney attention |

### 2. Multi-Year Comparison

When multiple years are in scope:

- Filing status, AGI, taxable income, total tax per year
- Significant YOY percentage changes with explanation
- Filing status transitions (e.g., MFJ to HOH) and implications
- Dependent changes relevant to custody/support
- Schedule C swings — underlying expense/revenue shifts
- Sporadic items: large capital gains, unusual deductions, early distributions (3–5 key observations per year)

### 3. Current Year Profile

- Tax year, filing status
- Taxpayer: full legal name per 1040, last four SSN
- Dependents: name, age, relationship, last four SSN, notable indicators (education credits suggest student status; elderly parent suggests support obligations)
- Occupation per return and W-2/Schedule C; all income streams and relative contribution

### 4. Income Source Analysis

| Source | Form/Schedule | Key Analysis Points |
|---|---|---|
| Wages | 1040 Line 1, W-2s | Employer breakdown, YOY changes, job changes |
| Self-employment | Schedule C | Gross receipts, major expenses; scrutinize vehicle/travel/home office/family payments, profit vs. lifestyle disconnect |
| Investment | Schedule B, D | Interest, dividends, capital gains/losses; asset ownership implications |
| Rental | Schedule E | Per-property gross rents, expenses, net; note depreciation masking positive cash flow |
| Pass-through | Schedule E (K-1s) | Partnership/S-corp/trust as marital or creditor-reachable assets |
| Retirement | 1040 Lines 4–5 | Regular vs. premature distributions; financial stress indicators |
| Other | 1040 Lines 7–8 | Unemployment, alimony received, misc. |

### 5. Deductions and Credits

- **Standard vs. itemized** — which chosen and what it reveals
- **Schedule A** — mortgage interest (debt inference), SALT, charitable (discretionary income signal), medical (unreimbursed cost indicator)
- **SE deductions** — SE tax, health insurance, retirement contributions
- **Credits** — Child Tax Credit, EITC (income-level indicator), education credits, Child/Dependent Care Credit (childcare costs relevant to support)

### 6. Red Flags

Flag in measured, professional language — describe concern and significance without accusing:

- [ ] Income drops coinciding with litigation commencement
- [ ] Schedule C expense inflation or personal expenses through business
- [ ] Lifestyle/income mismatch suggesting unreported income
- [ ] Known sources missing from returns
- [ ] Discrepancies with loan applications, financial affidavits, or other discovery
- [ ] Income timing manipulation (deferred bonuses, shifted entity structures)
- [ ] New entity formation during litigation
- [ ] Sudden shift from distributions to salary (S-corp strategy)

### 7. Legal Implications and Next Steps

Tailor to case type:

**Divorce/Family Law:** Income for support calculations. Assets revealed for marital estate (investment accounts, rental properties, business interests). Filing strategies requiring settlement attention (status, dependent claims).

**Personal Injury:** Pre-injury earning baseline. Post-injury decline quantified with connection to claimed injuries. Disability income on subsequent returns. Medical deductions suggesting pre-existing conditions.

**Bankruptcy:** Means testing inputs. Income subject to creditor claims. Preferential transfers or unusual pre-filing dispositions. Undisclosed income/assets risk.

**Recommended Follow-Up Discovery:**

| Finding | Discovery Action |
|---|---|
| Understated business income | Bank statements, P&L, balance sheets |
| Inconsistent investment income | Brokerage statements via subpoena |
| Aggressive deductions | Supporting documentation request |
| Precipitous income decline | Employment verification, vocational analysis |
| Complex entity structures | Forensic accountant / business valuator |

Close with: what the returns **definitively establish**, what they **suggest but do not prove**, and what **questions remain**.

## Pitfalls

- Never assume figures — extract only from uploaded documents
- When a business shows tax loss but positive cash flow (depreciation), explicitly note the distinction
- Maintain objectivity — present facts and observations, reserve legal conclusions for attorneys
- Flag items needing additional documentation rather than speculating on explanations
- Format output with section headings and clean paragraph breaks, suitable for PDF/Word inclusion in case files

---

Key changes from the original:

- **Removed `tags`** — not part of the Agent Skills spec (only `name` and `description` are required frontmatter)
- **Tightened description** — still includes triggers and keywords, trimmed redundancy
- **Added Quick Start** — gives the agent an immediate 4-step entry point
- **Renamed "Process" to "Output Sections"** — clearer intent
- **Condensed Section 7** — collapsed verbose bullet lists into compact sentences per case type
- **Renamed "Guidelines" to "Pitfalls"** — aligns with best practice structure (what goes wrong and how to avoid it)
- **Removed redundant phrasing** throughout while preserving every domain-specific detail (form numbers, line references, legal analysis points, red flag checklist)

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 →