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, 647 tokens by cl100k_base, as published. Nobody here has run it

Рассчитай чистую прибыль — сколько реально зарабатываешь после всех налогов.

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

Инструкции

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

Расчёт

доход = сумма income за период
расходы = сумма expense за период
налог = расчёт по режиму (как в /ip-налог, пропорционально периоду)
взносы = пропорциональная часть годовых взносов за период

чистая_прибыль = доход - расходы - налог - взносы
маржа = чистая_прибыль / доход * 100%

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

МАРЖА И ЧИСТАЯ ПРИБЫЛЬ: {период}
Режим: {режим}

Доход:                {сумма} руб.
Расходы:             -{сумма} руб.
─────────────────────────────────
Валовая прибыль:      {сумма} руб.

Налог ({ставка}%):   -{сумма} руб.
Взносы:              -{сумма} руб.
─────────────────────────────────
ЧИСТАЯ ПРИБЫЛЬ:       {сумма} руб.

Маржа: {процент}%
(на каждые 100 руб. дохода вы оставляете {X} руб.)

По месяцам:
  {месяц}: доход {сумма} | прибыль {сумма} | маржа {%}
  {месяц}: доход {сумма} | прибыль {сумма} | маржа {%}
  ...

Если есть данные за предыдущий аналогичный период — покажи динамику: маржа выросла/упала на 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.