tax-calendar-proactive

Generates personalized Russian tax calendars with deadline alerts and computed payment amounts for sole proprietors and small LLCs.

16|4|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ilyautov/small-business-ru --skill tax-calendar-proactive-ilyautov
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tax-calendar-proactive
Source: https://github.com/ilyautov/small-business-ru/tree/main/small-business-ru/skills/tax-calendar-proactive
Command: npx skills add https://github.com/ilyautov/small-business-ru --skill tax-calendar-proactive-ilyautov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Russian small business owners face tax deadlines that arrive without invoices — missing one triggers penalties, account freezes, and surprise bills. This Skill proactively builds a personal tax calendar from 3-5 simple facts about the business, computes approximate payment amounts with code (not mental math), and warns early about approaching VAT and simplified-tax thresholds. ## Core Features & Use Cases - Proactive deadline surfacing: Starts with what is due in the next 30-60 days, with estimated amounts and formulas, rather than waiting for a question. - Deterministic tax calculation: The tax_calc.py script computes fixed self-employed contributions, the 1% extra contribution with yearly caps, simplified-tax (USN) advances with deduction rules, and VAT/USN threshold flags using constants from a verified 2026 registry (tax_data.py). - Threshold early warnings: Alerts before crossing the 20M RUB VAT threshold, the 490.5M RUB USN limit, or the 2.4M RUB self-employed (NPD) cap. - Use Case: An individual entrepreneur on USN 6% with ~8M RUB annual revenue asks nothing — the Skill reports the July 1 extra 1% contribution of ~77,000 RUB, the upcoming quarterly advance, and remaining headroom to the VAT threshold. ## Quick Start Ask the assistant to build your tax calendar by telling it your business form, tax regime, approximate revenue, and whether you have employees.

Frequently Asked Questions about tax-calendar-proactive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate USN 6% advance payments and the 1% extra contribution for an individual entrepreneur in Russia?▼

Run the included tax_calc.py script with your year, regime, and income, for example --year 2026 --rejim usn6 --dohod 8000000. It computes the fixed contribution (57,390 RUB), the 1% extra contribution above 300,000 RUB capped per year, and the USN tax reduced by contributions.

What is the VAT threshold for simplified taxation (USN) in Russia in 2026?▼

The VAT exemption threshold for USN in 2026 is 20 million RUB of annual income, per the verified tax_data.py registry. The Skill warns you proactively as you approach it and flags when you become a VAT payer with 5%, 7%, or 22% rate options.

Does the tax calculator work without accounting software or bank integrations?▼

Yes, it works on manual input or a CSV export from your bank client, requiring no connectors. If accounting or payment integrations are connected, revenue is pulled automatically, but they are optional.

Do I still pay fixed contributions if my individual entrepreneur income is zero?▼

Yes, the fixed contribution of 57,390 RUB for 2026 is due even with zero income while the IE remains registered. The calculator explicitly warns about this zero-income trap and suggests considering closure or switching to NPD.

What are the limitations of this tax calendar for complex cases?▼

It does not file or pay anything, does not provide tax advice, and marks every amount as an estimate. Complex questions like VAT rate selection, expense reclassification, or the 2026 USN-15 contribution base change are directed to an accountant.