Skip to main content

From the Claude Code Marketplace

The quickest way to install EZFile is directly from the Claude Code marketplace.
1

Open the plugin browser

In Claude Code, run:
/plugin
Then search for “ezfile” in the plugin browser.
2

Install EZFile

Or install directly with:
/plugin install ezfile@stat-guy-ezFile
3

Verify installation

Test that EZFile is working:
/ezfile:explain standard deduction
If EZFile responds with a plain-English explanation, you’re all set.
To load EZFile automatically in every session, add the marketplace to your Claude Code settings:
/plugin marketplace add stat-guy/ezFile
/plugin install ezfile@stat-guy-ezFile

From the GitHub Repository

If you prefer to install from source or want to contribute to development:
1

Clone the repository

git clone https://github.com/stat-guy/ezFile.git ~/ezfile
2

Launch Claude Code with the plugin

claude --plugin-dir ~/ezfile
3

Verify installation

Test that EZFile is working:
/ezfile:explain standard deduction
If EZFile responds with a plain-English explanation, you’re all set.
When installing from the repository, the plugin will need to be loaded each time you start Claude Code using the --plugin-dir flag, unless you add it to your Claude Code configuration.

Available Commands

Once installed, EZFile provides these commands:
CommandDescription
/ezfile:file-taxes <path>Upload W-2 and calculate your complete return
/ezfile:add-1098e <amount|path>Add student loan interest deduction
/ezfile:calculateRecalculate your return after changes
/ezfile:reviewDisplay your return summary
/ezfile:explain <topic>Explain any tax concept in plain English
/ezfile:checklistStep-by-step guide to file at freefilefillableforms.com

Next Steps

Quick Start

Try EZFile with a sample W-2 to see your first tax calculation in under 2 minutes.

Main Workflow

Learn how to process your real W-2 and calculate your actual tax return.

Build docs developers (and LLMs) love