Vat Check banner
thriveventurelabs thriveventurelabs

Vat Check

Development community

Description

--- name: vat-check description: Check quarterly VAT position, outstanding amounts, and filing readiness. --- # VAT Check Review the current VAT position and help prepare for the next VAT return. ## Steps 1. **Get VAT summary** using `get_vat_summary`. Report: - Output VAT collected (on sales) - Input VAT paid (on purchases) - Net VAT owed to HMRC (or reclaimable) - Which quarter this covers 2. **Check VAT deadline** using `get_deadlines`. Find the next VAT return deadline and r

Installation

Installs to ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-vat-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-vat-check && curl -fsSL https://raw.githubusercontent.com/thriveventurelabs/accountsos-agent-plugin/HEAD/commands/vat-check.md -o ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-vat-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository