form-1120-preparation-from-expense-sheet

Map cash-basis expense sheet to Form 1120 schedules for C-Corp tax filing, including revenue reconciliation, Schedule L balance sheet reconstruction without prior returns, and gap identification.

5 stars

Best use case

form-1120-preparation-from-expense-sheet is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Map cash-basis expense sheet to Form 1120 schedules for C-Corp tax filing, including revenue reconciliation, Schedule L balance sheet reconstruction without prior returns, and gap identification.

Teams using form-1120-preparation-from-expense-sheet should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/form-1120-preparation-from-expense-sheet/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/workspace-hub/learned/form-1120-preparation-from-expense-sheet/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/form-1120-preparation-from-expense-sheet/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How form-1120-preparation-from-expense-sheet Compares

Feature / Agentform-1120-preparation-from-expense-sheetStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Map cash-basis expense sheet to Form 1120 schedules for C-Corp tax filing, including revenue reconciliation, Schedule L balance sheet reconstruction without prior returns, and gap identification.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Form 1120 Preparation from Expense Sheet

When a client provides an expense sheet as source-of-truth for a C-Corp cash-basis filing but lacks prior-year returns or complete bank records: (1) validate revenue/expense totals against the expense sheet, (2) map each expense line to the appropriate Form 1120 schedule (COGS, compensation, deductions, etc.), (3) build Schedule L balance sheet by reconstructing BOY balances from known entity facts (incorporation date, loan amounts, retained earnings assumptions), (4) identify critical gaps (bank balances on 1/1 and 12/31, capital stock, prior retained earnings, estimated tax payments) and request them explicitly, (5) confirm filing tool supports Form 1120 (FreeTaxUSA does not).

Related Skills

tax-form-navigation-verification

5
from vamseeachanta/workspace-hub

Systematic workflow for verifying tax software calculations against entry guide specifications

tax-form-currency-field-handling

5
from vamseeachanta/workspace-hub

Handle currency field rounding and formatting quirks when entering precise decimal values into tax software forms

multi-format-transaction-parser

5
from vamseeachanta/workspace-hub

Parse and consolidate financial transaction data across multiple CSV formats and years

multi-format-csv-parser-with-deduplication

5
from vamseeachanta/workspace-hub

Parse brokerage CSV exports that exist in multiple formats with overlapping data across files

multi-format-csv-detection-and-deduplication

5
from vamseeachanta/workspace-hub

Detect and handle multiple CSV format versions from the same data source; deduplicate records across format variants

freetaxusa-tax-form-navigation-credits

5
from vamseeachanta/workspace-hub

Pattern for navigating FreeTaxUSA's tax form flow, validating auto-calculated credits, and handling form-specific exemptions

freetaxusa-form-entry-recovery

5
from vamseeachanta/workspace-hub

Handle session timeouts and modal dialogs when entering tax forms in FreeTaxUSA

form-1120-cash-basis-reconciliation

5
from vamseeachanta/workspace-hub

Reconcile multiple source documents (invoices, expense sheets, bank statements) to establish authoritative cash-basis revenue and expenses for Form 1120 C-Corp filing

form-1120-cash-basis-filing

5
from vamseeachanta/workspace-hub

Complete Form 1120 preparation for C-Corp cash-basis filers — includes TaxAct Business Online interview flow for Schedule L, M-1, M-2

c-corp-form-1120-reconciliation

5
from vamseeachanta/workspace-hub

Reconcile multi-source corporate tax data to prepare Form 1120 using expense sheet as authoritative source

github-actions-cross-platform-validation-gotchas

5
from vamseeachanta/workspace-hub

Execution-time GitHub Actions pitfalls discovered while fixing cross-platform CI workflows — path-filter non-triggers, Windows shell parsing mismatches, and job-scoped validation.

corporate-tax-form-fill

5
from vamseeachanta/workspace-hub

Programmatically fill IRS tax form PDFs (Form 1120, etc.) using pymupdf/fitz. Covers field discovery, mapping, filling, cross-checking, and PDF generation.