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
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
1.6 KB, 424 tokens by cl100k_base, as published. Nobody here has run it
Добавь запись о доходе в журнал.
Аргументы: $ARGUMENTS Формат: сумма, клиент, описание Примеры: 100000 ООО Ромашка Разработка сайта 50000 ИП Петров П.П. Консультация
Инструкции
- Разбери аргументы: первое число — сумма, затем имя клиента (ищи совпадение в clients.yaml), остальное — описание
- Прочитай
data/clients.yaml— проверь, что клиент существует. Если нет — предупреди, но всё равно добавь запись - Прочитай
data/journal.csv— найди максимальный document_number, присвой следующий - Добавь новую строку в
data/journal.csv:- date: сегодняшняя дата (YYYY-MM-DD)
- amount: сумма
- type: income
- description: описание
- client: имя клиента
- document_number: следующий номер
- category: услуги
После добавления
Выведи подтверждение:
✓ Доход добавлен в журнал:
Дата: {дата}
Сумма: {сумма} руб.
Клиент: {клиент}
Описание: {описание}
Документ №: {номер}
Итого за {текущий квартал}: {сумма доходов} руб. ({количество} операций)
Итого за {год}: {сумма доходов} руб.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.