tax-calculate

Calculate federal tax liability and save a Form 1040 line-mapped summary.

12|3|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Fangyi-Chen/SuperTaxAgent --skill tax-calculate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tax-calculate
Source: https://github.com/Fangyi-Chen/SuperTaxAgent/tree/main/skills/tax-calculate
Command: npx skills add https://github.com/Fangyi-Chen/SuperTaxAgent --skill tax-calculate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Calculate a user's federal tax liability from the collected tax data.

Core Features & Use Cases

  • Reads data from data/tax-profile.json and references/brackets-2025.md, credits-2025.md to compute accurate tax.
  • Produces a line-by-line summary mapped to Form 1040 and saves results to data/tax-calculation.json.
  • Use case: a taxpayer wants to validate refund or amount owed after importing W-2/1099 data and applying credits.

Quick Start

Ask Claude to run the full tax calculation workflow using the data in data/tax-profile.json.

Frequently Asked Questions about tax-calculate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate my federal tax liability for Form 1040?

Calculate your federal tax liability by processing imported W-2 and 1099 data to compute AGI, apply deductions and credits, and generate a line-by-line summary mapped directly to Form 1040.

What do I need to compute my AGI, deductions, and tax refund?

Computing your AGI, deductions, and tax refund requires your income data saved in a tax-profile.json file alongside reference files for current tax brackets and available tax credits.

Can I validate my tax refund or amount owed after importing W-2 and 1099 data?

You can validate your tax refund or amount owed by importing W-2 and 1099 data into your tax profile, applying eligible deductions and credits, and computing the final federal tax liability.

How are the 2025 tax brackets and credits applied to my tax profile?

Your tax profile is evaluated against 2025 tax brackets and credits by cross-referencing your imported income data with the rates and rules defined in the brackets-2025 and credits-2025 reference files.

What output format does the federal tax calculation generate?

The federal tax calculation generates a line-by-line summary mapped to Form 1040 and saves the final computed results directly to a tax-calculation.json file for your records.