New to Claude Skills? Learn how to install them →

tradermonty on GitHub

Kanchi Dividend US Tax Accounting

Free

Streamline US dividend tax planning for investors.

Get this skill

Free · Opens the source repo

What Kanchi Dividend US Tax Accounting does

The Kanchi Dividend US Tax Accounting skill provides a structured workflow for managing dividend tax classification and account placement for US investors. This skill is particularly useful for those who need to differentiate between qualified and ordinary dividends, interpret 1099-DIV forms, and make informed decisions about the placement of dividend assets in taxable versus tax-advantaged accounts. By utilizing this skill, users can ensure that their tax planning is both efficient and auditable, with a focus on maintaining accurate records and compliance with tax regulations.

The workflow begins with the classification of each distribution stream, where users can categorize expected cash flows into potential qualified dividends, ordinary dividends, or specific REIT/BDC distributions. It also includes validation of holding-period eligibility, ensuring that users can accurately assess whether their dividends will qualify for favorable tax treatment. The skill provides a clear mapping of these classifications to the appropriate tax reporting fields, simplifying year-end reconciliation.

Additionally, the skill offers guidance on account-location decisions based on the tax profile of the assets involved. By leveraging the provided account-location matrix, users can optimize their investment strategies by placing assets in the most tax-efficient accounts. The annual planning memo generated by this skill serves as a comprehensive record of assumptions, classifications, and recommendations, which can be reviewed by tax professionals for final filing decisions.

Overall, this skill is designed for dividend investors who seek to enhance their tax planning processes while ensuring compliance with US tax regulations. It is ideal for those managing Kanchi-style income portfolios and looking to streamline their workflows around dividend taxation.

When to use it

Use this skill when planning for US dividend taxes, especially for qualified vs. ordinary dividends and account-location strategies.

When not to use it

This skill is not a substitute for professional tax advice and should not be used for final tax filing decisions without consulting a tax professional.

What you can build with it

Annual Tax Planning

Generate a comprehensive tax planning memo annually to classify dividends and recommend account placements.

Quarterly Reviews

Refresh your holding-period status and ensure compliance with tax requirements for recent acquisitions.

Ad-hoc Tax Decisions

Run the skill after major changes in your portfolio to reassess tax implications and account strategies.

How to install Kanchi Dividend US Tax Accounting

View source

1. Install with the skills CLI

npx skills add tradermonty/claude-trading-skills/kanchi-dividend-us-tax-accounting --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by tradermonty

Kanchi Dividend Us Tax Accounting

Overview

Apply a practical US-tax workflow for dividend investors while keeping decisions auditable. Focus on account placement and classification, not legal/tax advice replacement.

When to Use

Use this skill when the user needs:

  • US dividend tax classification planning (qualified vs ordinary assumptions).
  • Holding-period checks before year-end tax planning.
  • Account-location decisions for stock/REIT/BDC/MLP income holdings.
  • A standardized annual dividend tax memo format.

Prerequisites

Prepare holding-level inputs:

  • ticker
  • instrument_type
  • account_type
  • hold_days_in_window (if available)

Use the exact JSON contract and examples in references/input-schema.md.

For deterministic output artifacts, provide JSON input and run:

python3 skills/kanchi-dividend-us-tax-accounting/scripts/build_tax_planning_sheet.py \
  --input /path/to/tax_input.json \
  --output-dir reports/

Guardrails

Always state this clearly: tax outcomes depend on individual facts and jurisdiction. Treat this skill as planning support, then escalate final filing decisions to a tax professional.

Workflow

1) Classify each distribution stream

For each holding, classify expected cash flow into:

  • Potential qualified dividend.
  • Ordinary dividend/non-qualified distribution.
  • REIT/BDC-specific distribution components where applicable.

Use references/qualified-dividend-checklist.md for holding-period and classification checks.

2) Validate holding-period eligibility assumptions

For potential qualified treatment:

  • Check ex-dividend date windows.
  • Check required minimum holding days in the measurement window.
  • Flag positions at risk of failing holding-period requirement.

If data is incomplete, mark status as ASSUMPTION-REQUIRED.

3) Map to reporting fields

Map planning assumptions to expected tax-form buckets:

  • Ordinary dividend total.
  • Qualified dividend subset.
  • REIT-related components when reported separately.

Use form terminology consistently so year-end reconciliation is straightforward.

4) Build account-location recommendation

Use references/account-location-matrix.md to place assets by tax profile:

  • Taxable account for holdings likely to remain qualified-focused.
  • Tax-advantaged account for higher ordinary-income style distributions.

When constraints conflict (liquidity, strategy, concentration), explain the tradeoff explicitly.

5) Produce annual planning memo

Use references/annual-tax-memo-template.md and include:

  • Assumptions used.
  • Distribution classification summary.
  • Placement actions taken.
  • Open items for CPA/tax-advisor review.

Output

Always output:

  1. Holding-level distribution classification table.
  2. Account-location recommendation table with rationale.
  3. Open-risk checklist for unresolved tax assumptions.
  4. Optional generated artifacts from skills/kanchi-dividend-us-tax-accounting/scripts/build_tax_planning_sheet.py.

Cadence

Use this minimum rhythm:

  • Annually (60 min): full tax planning memo with account-location review.
  • Quarterly (15 min): refresh holding-period status for recent acquisitions.
  • Ad-hoc: rerun after material position changes, REIT/BDC additions, or triggered reviews from kanchi-dividend-review-monitor.

Multi-Skill Handoff

  • Receive candidate and holding list from kanchi-dividend-sop.
  • Receive risk-event context (WARN/REVIEW) from kanchi-dividend-review-monitor.
  • Return account-location constraints back to kanchi-dividend-sop before new entries.

Resources

  • skills/kanchi-dividend-us-tax-accounting/scripts/build_tax_planning_sheet.py: tax planning sheet generator.
  • skills/kanchi-dividend-us-tax-accounting/scripts/tests/test_build_tax_planning_sheet.py: tests for tax planning outputs.
  • references/qualified-dividend-checklist.md: classification and holding-period checks.
  • references/account-location-matrix.md: placement matrix by account type and instrument.
  • references/annual-tax-memo-template.md: reusable memo structure.

Frequently asked questions about Kanchi Dividend US Tax Accounting

Similar skills