Tracks charitable donations in transaction history using transaction_search, totals annual giving by organization, classifies tax-deductible status, and estimates tax savings for planning and tax prep.
npx claudepluginhub openaccountant/skillsThis skill uses the workspace's default tool permissions.
Finds all charitable donations in your transaction history, totals your annual giving, organizes donations by recipient, and estimates the potential tax deduction value. Helps you plan giving strategy and prepare for tax season.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Finds all charitable donations in your transaction history, totals your annual giving, organizes donations by recipient, and estimates the potential tax deduction value. Helps you plan giving strategy and prepare for tax season.
transaction_search — find charitable donation transactions across all accountsRun transaction_search with query: "donation OR charity OR charitable OR church OR tithe OR nonprofit OR 501c3 OR United Way OR Red Cross OR Salvation Army OR GoFundMe OR donor OR giving" and months: 12 to find all charitable transactions in the past year.
Also run transaction_search with query: "foundation OR ministry OR habitat OR food bank OR humane society" and months: 12 to catch additional charitable organizations.
Combine and deduplicate results. Group by recipient organization.
For each organization, calculate total donated in the period.
Classify each donation as likely tax-deductible or not:
Present the giving summary:
CHARITABLE GIVING SUMMARY (2025 Tax Year)
══════════════════════════════════════════════════
Organization Total Given Deductible?
──────────────────────── ────────── ──────────
Local Church $2,400 Yes
Habitat for Humanity $500 Yes
Red Cross $250 Yes
GoFundMe - J. Smith $100 No
══════════════════════════════════════════════════
Total Giving: $3,250
Tax-Deductible Giving: $3,150
Non-Deductible Giving: $100
Estimate tax deduction value:
If donations exceed $250 to a single org, note that the user needs a written acknowledgment letter from that organization for IRS records.
List donations under $250 that only need a bank/credit card statement as proof.
=SUM(C2:C50).