florida-tax-engine

Calculate Florida sales tax and surtax using integer arithmetic.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/OmarMira/Coontabilidad --skill florida-tax-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: florida-tax-engine
Source: https://github.com/OmarMira/Coontabilidad/tree/main/.agent/skills/florida-tax-engine
Command: npx skills add https://github.com/OmarMira/Coontabilidad --skill florida-tax-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex calculation of Florida sales tax and discretionary surtaxes, ensuring financial accuracy and compliance by using integer-based (cents) arithmetic to prevent floating-point errors.

Core Features & Use Cases

  • Precise Tax Calculation: Calculates state sales tax (6%) and county-specific surtaxes.
  • Integer Arithmetic: Strictly uses cents for all monetary calculations, adhering to financial best practices.
  • Compliance: Ensures adherence to Florida's tax regulations, including the surtax cap on the first $5,000 of a single item purchase.
  • Use Case: Automatically calculate the exact sales tax for a customer in Miami-Dade County on a $10,000 purchase, ensuring both state and local surtaxes are applied correctly and within the specified cap.

Quick Start

Calculate the Florida sales tax for a $500 purchase in Miami-Dade County.

Frequently Asked Questions about florida-tax-engine

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

FAQPage Schema
How do I calculate Florida sales tax and county discretionary surtax accurately?

Florida sales tax calculation uses integer cents arithmetic to prevent floating-point errors, applying the 6% state rate plus county-specific discretionary surtaxes. This ensures financial compliance and exact monetary accuracy for transactions.

What is the Florida discretionary sales surtax cap on single item purchases?

The Florida discretionary sales surtax cap limits the surtax application to the first $5,000 of a single item purchase. Transactions exceeding this amount only incur surtax on the initial $5,000, ensuring correct local tax compliance.

How do I calculate sales tax for a specific Florida county like Miami-Dade?

Calculating sales tax for a specific Florida county involves looking up the local discretionary surtax rate and adding it to the 6% state sales tax. The system applies county-specific rates and surtax caps automatically based on the location.

Why does my sales tax calculation have floating-point errors in financial compliance?

Floating-point errors in sales tax calculation occur because standard decimal math introduces rounding inaccuracies. Using integer-based cents arithmetic eliminates these errors, ensuring strict financial compliance and exact monetary precision for tax transactions.

Does this Florida tax calculation method handle varying surtax rates across different counties?

Yes, this Florida tax calculation method handles varying surtax rates by performing tax rate lookups based on county. It automatically applies the correct local discretionary surtax and enforces the $5,000 cap per county regulations.