From Accounted
Orchestrates the month-end close process for Accounted: runs a server-side checklist, handles bank reconciliation, accruals, and VAT period closure, with staged approvals per step.
How this skill is triggered — by the user, by Claude, or both
Slash command
/accounted:month-closeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the monthly close as a checklist against live data. The authoritative checklist lives server-side and is tailored to this company; this skill orchestrates it, it does not replace it.
Run the monthly close as a checklist against live data. The authoritative checklist lives server-side and is tailored to this company; this skill orchestrates it, it does not replace it.
gnubok_get_agent_briefing and read Accounted://period/active to confirm which period is being closed.gnubok_load_skill("month-end-close"). Follow it step by step with the company's real numbers.gnubok_load_skill("bank-reconciliation") and clear them before anything else. Unbooked items route through the /accounted:bookkeep flow./accounted:vat rather than improvising the momsdeklaration inside this flow.npx claudepluginhub erp-mafia/accounted --plugin accountedManage the month-end close process with task sequencing, dependencies, and status tracking. Plan close calendar, track progress, identify blockers, sequence activities by day.
Establishes a reproducible 30-day monthly closing routine for tax advisors: checks deadlines, form, responsibilities, and immediate measures; provides a deadline and risk traffic light with immediate steps.
Runs month-end bookkeeping close checklist: pulls transactions via search, detects uncategorized items and anomalies, auto-categorizes, generates spending summaries, reconciles against bank statements.