Agent skill
closing-costs
Calculates itemized state-specific closing costs for mortgage refinance transactions across 10 licensed states, with product-specific fees for Conventional, FHA, FHA Streamline, VA IRRRL, and VA Cash-Out.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/closing-costs
SKILL.md
Closing Costs
Provides itemized estimated closing costs for refinance transactions with state-specific fee schedules, product-specific calculations, and compliance-required disclosures.
When to Use This Skill
- Calculating closing costs for a refinance quote
- Presenting fee breakdowns to borrowers
- Determining FHA UFMIP refund netting for Streamline refinances
- Calculating VA funding fees with disability exemption handling
What This Skill Does
- Calculates Section A (lender fees), Section B (third-party fees), Section C (title/settlement), and Section E (recording/taxes)
- Applies state-specific title insurance rate formulas for all 10 licensed states
- Handles FHA UFMIP with refund netting for Streamline refinances
- Handles VA funding fee with disability exemption detection
- Presents full itemized breakdown with compliance disclosures
Supported States
| State | Key Taxes/Fees |
|---|---|
| Georgia (GA) | Intangible tax $3.00/$1,000 |
| Alabama (AL) | Mortgage recordation tax $1.50/$1,000 |
| Florida (FL) | Doc stamp $3.50/$1,000 + intangible $2.00/$1,000 |
| Kentucky (KY) | No transfer tax on refinance |
| North Carolina (NC) | Attorney-closing state, no excise tax on refi |
| Oregon (OR) | No mortgage recording tax |
| South Carolina (SC) | Attorney-closing state |
| Tennessee (TN) | Indebtedness tax $1.15/$1,000 |
| Texas (TX) | No mortgage recording tax |
| Utah (UT) | No mortgage tax |
Installation
This skill is part of the mortgage plugin. Install via:
/plugin marketplace add lendtrain/mortgage
/plugin install mortgage@mortgage
Full source: github.com/lendtrain/mortgage
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?