From accounting
Verify that total debits equal total credits across all ledger accounts
How this skill is triggered — by the user, by Claude, or both
Slash command
/accounting:trial-balanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prepare an unadjusted trial balance for "$ARGUMENTS". List all ledger account balances and verify that total debits equal total credits.
Prepare an unadjusted trial balance for "$ARGUMENTS". List all ledger account balances and verify that total debits equal total credits.
Read .metapowers/accounting/$ARGUMENTS/03-ledger.md for the ledger account balances.
Extract account balances:
Calculate totals:
Investigate discrepancies:
Write the artifact to .metapowers/accounting/$ARGUMENTS/04-trial-balance.md with sections:
The trial balance written to .metapowers/accounting/$ARGUMENTS/04-trial-balance.md. Present a summary highlighting:
npx claudepluginhub bromso/metapowers --plugin accountingCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.