agentsclimarketplace

Depreciation schedule

Skill openaccountant/skills/shared/depreciation-schedule

44 open-source financial skills for AI agents — P&L, budgeting, tax prep, debt payoff, and more. Works with Claude Code, Wilson, Cursor, Codex, and Paperclip.

Install
npx -y skills add openaccountant/skills --skill depreciation-schedule

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Track asset depreciation using MACRS schedules and Section 179 expensing.

SKILL.md

4.3 KB, as published. Nobody here has run it

Depreciation Schedule

Overview

Tracks business asset purchases and calculates annual depreciation deductions using the Modified Accelerated Cost Recovery System (MACRS). Also covers Section 179 immediate expensing for qualifying assets. Reports to Schedule C, Line 13 via Form 4562.

Wilson Tools Used

  • transaction_search — Find asset purchases (equipment, furniture, vehicles, property)
  • categorize — Tag transactions as depreciable assets with their asset class
  • export_transactions — Export asset list and depreciation schedule for Form 4562

Workflow

  1. Use transaction_search to find large purchases that qualify as business assets (typically items with a useful life over 1 year).
  2. For each asset, determine:
    • Date placed in service
    • Cost basis (purchase price + sales tax + delivery/installation)
    • Asset class and recovery period (see table below)
  3. Decide whether to use Section 179 expensing, bonus depreciation, or regular MACRS.
  4. Calculate the annual depreciation for each asset.
  5. Use export_transactions to generate a depreciation schedule for Form 4562.

MACRS Recovery Periods

Recovery PeriodAsset ClassExamples
3-yearCertain tools, livestockTractor units, rented personal property
5-yearComputers, office equipmentLaptops, printers, copiers, automobiles, light trucks
7-yearOffice furniture, fixturesDesks, chairs, shelving, most machinery
15-yearLand improvementsParking lots, fences, landscaping
27.5-yearResidential rental propertyRental houses, apartments
39-yearCommercial real propertyOffice buildings, retail space, warehouses

MACRS Depreciation Rates (200% Declining Balance, Half-Year Convention)

5-Year Property:

YearRate
120.00%
232.00%
319.20%
411.52%
511.52%
65.76%

7-Year Property:

YearRate
114.29%
224.49%
317.49%
412.49%
58.93%
68.92%
78.93%
84.46%

Section 179 Expensing

  • Allows you to deduct the full cost of qualifying assets in the year purchased, instead of depreciating over time.
  • 2025 limit: approximately $1,220,000 (adjusted annually for inflation; verify at irs.gov).
  • Phase-out begins when total asset purchases exceed approximately $3,050,000.
  • Cannot create a business loss -- deduction limited to net business income.
  • Applies to tangible personal property (equipment, furniture, vehicles), off-the-shelf software, and certain improvements to nonresidential real property.

Bonus Depreciation

  • 100% bonus depreciation expired after 2022. The rate phases down: 80% (2023), 60% (2024), 40% (2025), 20% (2026), 0% (2027+).
  • Applies to new and used property with a recovery period of 20 years or less.
  • Can create a business loss (unlike Section 179).

Without Wilson

  1. Create a spreadsheet with columns: Asset Description, Date Placed in Service, Cost Basis, Recovery Period, Method (179/MACRS/Bonus), Annual Depreciation.
  2. For each asset, look up the recovery period from the table above.
  3. For MACRS, multiply the cost basis by the applicable year's percentage rate.
  4. For Section 179, deduct the full cost in year 1 (up to the annual limit).
  5. For bonus depreciation, multiply cost basis by the applicable year's bonus rate.
  6. Sum all annual depreciation amounts. Enter the total on Schedule C, Line 13.
  7. File Form 4562 with your return listing each asset.

Important Notes

  • Land is never depreciable. When purchasing real property, allocate the cost between land and building.
  • Vehicles have additional depreciation limits (luxury auto caps). For 2025, the first-year limit for passenger automobiles is approximately $12,400 (verify annually).
  • If business use of an asset drops below 50%, you must recapture excess depreciation and switch to straight-line.
  • Keep purchase receipts and records of when each asset was placed in service.
  • Real property (27.5-year and 39-year) uses straight-line depreciation, not accelerated.
  • This is not tax advice. Consult a CPA or tax professional for filing decisions.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.