agentsclimarketplace

Trial balance

Skill bromso/metapowers/plugins/accounting/skills/trial-balance

A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.

Install
npx -y skills add bromso/metapowers --skill trial-balance

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 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.

What its author says it does

Copied from the file, not written here

Verify that total debits equal total credits across all ledger accounts

SKILL.md

1.6 KB, as published. Nobody here has run it

Trial Balance

Prepare an unadjusted trial balance for "$ARGUMENTS". List all ledger account balances and verify that total debits equal total credits.

Prerequisites

Read .metapowers/accounting/$ARGUMENTS/03-ledger.md for the ledger account balances.

Process

  1. Extract account balances:

    • List every account from the general ledger with its closing balance
    • Place debit balances in the debit column and credit balances in the credit column
    • Order accounts by category: assets, liabilities, equity, revenue, expenses
  2. Calculate totals:

    • Sum all debit balances
    • Sum all credit balances
    • Compare totals — they must be equal
  3. Investigate discrepancies:

    • If totals do not match, check for:
      • Transposition errors (digits swapped)
      • Slide errors (decimal point shifted)
      • Omitted or double-posted entries
      • Entries posted to the wrong side
    • Document any corrections made
  4. Write the artifact to .metapowers/accounting/$ARGUMENTS/04-trial-balance.md with sections:

    • Unadjusted Trial Balance — all accounts with debit and credit columns
    • Balance Verification — total debits, total credits, and difference (should be zero)
    • Error Log — any discrepancies found and corrections applied

Output

The trial balance written to .metapowers/accounting/$ARGUMENTS/04-trial-balance.md. Present a summary highlighting:

  • Total debits and total credits
  • Whether the trial balance is in balance
  • Any errors detected and corrected

Keep looking

Skills are one crate of 328,083. 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.