AgentStack
SKILL verified MIT Self-run

Adjusted Balance

skill-bromso-metapowers-adjusted-balance · by bromso

Verify updated account balances after posting adjusting entries

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-bromso-metapowers-adjusted-balance

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Adjusted Balance? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Adjusted Trial Balance

Prepare an adjusted trial balance for "$ARGUMENTS". Incorporate adjusting entries and verify that debits still equal credits.

Prerequisites

Read .metapowers/accounting/$ARGUMENTS/04-trial-balance.md for the unadjusted balances and .metapowers/accounting/$ARGUMENTS/05-adjust.md for the adjusting entries.

Process

  1. Apply adjusting entries:
  • Start with the unadjusted trial balance
  • Post each adjusting entry to the affected accounts
  • Calculate new account balances incorporating all adjustments
  1. Prepare the adjusted trial balance:
  • List every account with its adjusted balance
  • Place debit balances in the debit column and credit balances in the credit column
  • Order accounts by category: assets, liabilities, equity, revenue, expenses
  1. Verify balance:
  • Sum all adjusted debit balances
  • Sum all adjusted credit balances
  • Confirm totals are equal
  • If not, trace the discrepancy back to the adjusting entries
  1. Write the artifact to .metapowers/accounting/$ARGUMENTS/06-adjusted-balance.md with sections:
  • Adjusted Trial Balance — all accounts with unadjusted balance, adjustments, and adjusted balance columns
  • Balance Verification — total debits, total credits, and difference (should be zero)
  • Adjustment Impact — summary showing how each account changed from unadjusted to adjusted

Output

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

  • Total adjusted debits and credits
  • Whether the adjusted trial balance is in balance
  • Accounts most affected by adjustments

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.