Tax logo

Tax

CommunityPopular
cbrock84
tax

Structures the tax questions a growing business faces — corporate income, sales and use, payroll, nexus, and the obligations created by hiring or selling somewhere new. Use this to work out what a new state or country obligates you to, prepare for a tax filing or audit, understand sales tax on your product, or check what a remote hire or new market triggers.

Overview

Publishercbrock84
Repositoryheadcount
Skill nametax
Stars
1.6K
Forks
237
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by cbrock84 on GitHub. Read the source before you install it.

Installation

Install the Tax AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/cbrock84/headcount.git /tmp/headcount
mkdir -p .claude/skills
cp -r /tmp/headcount/plugins/finance/skills/tax .claude/skills/tax
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Tax in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Tax on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Tax is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Tax

Tax obligations are created by facts — where you sell, where people work, what you sell — not by decisions anyone consciously makes. The characteristic failure is discovering an obligation years after it began, with penalties and interest attached.

This structures the question and tells you what to ask. Tax is technical, jurisdiction-specific, and changes frequently. Positions on anything material belong with a qualified tax adviser or CPA, not a checklist.

Nexus: the thing that creates obligations quietly

Nexus is the connection that gives a jurisdiction the right to tax you. It is established by activities most companies do not think of as tax events:

  • An employee working somewhere. One remote hire in a new state commonly creates payroll registration, income tax withholding, and often corporate income tax nexus.
  • Economic activity without physical presence. Since Wayfair, US states set sales-tax nexus on revenue or transaction thresholds — a few hundred thousand dollars, or a couple of hundred transactions, with the numbers differing by state.
  • Inventory held somewhere, including in a third-party fulfillment warehouse you never visit.
  • Contractors, or attending trade shows, in some jurisdictions.

Review nexus whenever you hire in a new location, cross a revenue threshold, or change how you distribute. Registering late costs more than registering early, and voluntary disclosure programs exist precisely because this is so common.

Sales tax is about what you sell, not what you charge

Taxability of software and services varies enormously by state: SaaS is taxable in some, exempt in others, and treated differently again if delivered with implementation services. The classification of your own product is a determination worth getting in writing and revisiting when packaging changes — see revenue:pricing-and-packaging, because bundling can change the answer.

Exemption certificates for tax-exempt customers must be collected and kept current. In an audit, missing certificates mean you owe the tax you did not collect.

The calendar is most of the discipline

Tax failures are usually administrative, not technical: a missed registration, a late filing, an estimated payment nobody scheduled. Maintain a calendar of every obligation by jurisdiction with an owner, and treat it as part of finance:financial-reporting-and-close.

Where it meets the rest of finance

  • finance:financial-reporting-and-close — tax provision and the deferred position
  • finance:capital-allocation — after-tax returns are the only ones that matter for a decision
  • people:workforce-planning — every hire in a new jurisdiction is a tax question before it is a cost question
  • finance:revenue-recognition — book and tax treatment diverge, and the difference is itself something to track

Sources

references/sources.md in this skill lists the outside authorities that settle the questions here — what each one is authoritative for, and what you may do with it. Check them before answering on anything they cover, and cite what you used. Most are free to read and not free to reproduce; the use note on each is binding.

Never

  • Assume no obligation because there is no office in a jurisdiction.
  • Treat your product's taxability as settled across states without a determination.
  • Sell into exempt customers without current exemption certificates.
  • Take a position on a material matter without a qualified adviser.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Tax AI skill do?

Structures the tax questions a growing business faces — corporate income, sales and use, payroll, nexus, and the obligations created by hiring or selling somewhere new. Use this to work out what a new state or country obligates you to, prepare for a tax filing or audit, understand sales tax on your product, or check what a remote hire or new market triggers.

Why use Tax on TypingMind?

Because you install it once and use it with any model. Tax is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Tax in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/cbrock84/headcount/tree/main/plugins/finance/skills/tax. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Tax?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Tax?

As many as you like. As long as a model supports skills, you can use Tax with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Tax AI skill free?

Yes. It is published on GitHub by cbrock84 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇