agentsclimarketplace

Ip квартал

Skill head790/buhuchet/.claude/skills/ip-квартал

AI Native accounting assistant for Russian individual entrepreneurs (ИП). 16 Claude Code skills: invoices, contracts, tax calculations, insurance contributions, deadlines — all tax regimes (USN, Patent, NPD).From the repository description

Install
npx -y skills add head790/buhuchet --skill ip-квартал

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.2 KB, 704 tokens by cl100k_base, as published. Nobody here has run it

Покажи финансовую сводку за квартал.

Аргументы: $ARGUMENTS Формат: квартал и год (опционально). Примеры: "Q1 2025", "Q2". Без аргументов — текущий квартал.

Инструкции

  1. Прочитай data/profile.yaml — налоговый режим
  2. Прочитай data/journal.csv — отфильтруй записи за указанный квартал
  3. Прочитай data/payments.yaml — найди платежи за период

Периоды кварталов

  • Q1: 01.01 — 31.03
  • Q2: 01.04 — 30.06
  • Q3: 01.07 — 30.09
  • Q4: 01.10 — 31.12

Формат вывода

ФИНАНСОВАЯ СВОДКА: {квартал} {год}
Режим: {налоговый_режим}

━━━ ДОХОДЫ ━━━━━━━━━━━━━━━━━━━━━━━━━━
{дата} │ {клиент} │ {описание} │ {сумма}
{дата} │ {клиент} │ {описание} │ {сумма}
...
ИТОГО доходов: {сумма} руб.

━━━ РАСХОДЫ ━━━━━━━━━━━━━━━━━━━━━━━━━
{дата} │ {категория} │ {описание} │ {сумма}
...
ИТОГО расходов: {сумма} руб.

━━━ ИТОГИ ━━━━━━━━━━━━━━━━━━━━━━━━━━━
Доходы:               {сумма} руб.
Расходы:              {сумма} руб.
Чистый доход:         {сумма} руб.

Налог за квартал:     ~{сумма} руб. (оценка)
Взносы (рекоменд.):  {фикс/4} руб.

━━━ УПЛАЧЕНО В ПЕРИОДЕ ━━━━━━━━━━━━━
{перечень платежей из payments.yaml}
ИТОГО уплачено: {сумма} руб.

━━━ НАРАСТАЮЩИЙ ИТОГ ({год}) ━━━━━━━━
Доход с начала года:  {сумма} руб.
Расход с начала года: {сумма} руб.

Если есть данные за предыдущий квартал — покажи сравнение: доход ↑/↓ на X%.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,834. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.