Reads salary & hours reports, GL batch journals for payroll posting, and vacation obligation balances from Merit Palk via read-only POST queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/merit-aktiva-workspace:merit-palk-reportsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Endpoints: `palk salary-report` (getsalaryreport), `palk gl get` (getglbatch), `palk vacation
Endpoints: palk salary-report (getsalaryreport), palk gl get (getglbatch), palk vacation balance (getvacoblig). All POST queries, no writes. Lists return at most 100 rows.
elnora-merit palk salary-report --start-date 2026-06-01 --end-date 2026-06-30
elnora-merit palk salary-report --start-date 2026-06-01 --end-date 2026-06-30 \
--language EN --sort-option 3 --output table \
--fields EmployeeFullName,SalaryTypeName,Month6,Sum,TotalSum
--start-date / --end-date required (YYYY-MM-DD). --language ET/EN/RU (report
translations). --sort-option 1 salary groups · 2 alphabet · 3 accounting month.Use this to post the month's payroll into your accounting ledger (e.g. as a manual GL entry in
Merit Aktiva — see the merit-payments-bank / GL skills there).
elnora-merit palk gl get --month 202606
elnora-merit palk gl get --month 202606 --output table --fields AccountCode,Debit,Credit,DocNo
--month required (YYYYMM). Returns transactions: AccountCode, DepartmentCode, Debit,
Credit, ProjectCode, CostCenterCode, DocNo, BatchDate, and an EntryRow array. Accounts/
departments/projects must exist in the company database for the codes to resolve.elnora-merit palk vacation balance --contract-code 39001011234 --date 2026-06-30
--contract-code = contract import code or employee Personal ID code; --date =
balance date (YYYY-MM-DD). Both required.DaysUnused (total unused annual vacation days) plus the breakdown: AdDaysUnused
(extended-vacation portion), DaysExpired, DaysAcquired, DaysObligations,
AdDaysAcquired, AdDaysObligations. The logic is: liability days − acquired − expired =
unused. Same figure as Merit Palk → Absences → Detailed vacation liability report.salary-report over a period and expect paid-out-only figures — unpaid salaries
still show; confirm what's been paid if it matters.YYYY-MM-DD for gl get --month — that field is a YYYYMM month string.npx claudepluginhub elnora-ai/elnora-merit-aktiva --plugin merit-aktiva-workspaceProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.