AgentStack
SKILL verified MIT Self-run

Journal

skill-bromso-metapowers-journal · by bromso

Record journal entries with debits and credits for each transaction

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

Install

$ agentstack add skill-bromso-metapowers-journal

✓ 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 Journal? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Journal

Record journal entries for "$ARGUMENTS". Convert analyzed transactions into formal double-entry journal entries with equal debits and credits.

Prerequisites

Read .metapowers/accounting/$ARGUMENTS/01-analyze.md for the transaction register and chart of accounts.

Process

  1. Review the transaction register:
  • Load the analysis artifact from Phase 1
  • Confirm all transactions are accounted for
  • Resolve any flagged items before journalizing
  1. Create journal entries:
  • For each transaction, record:
  • Date — when the transaction occurred
  • Accounts — debit account(s) and credit account(s)
  • Amounts — debit and credit amounts (must be equal)
  • Description — brief explanation of the transaction
  • Number entries sequentially (JE-001, JE-002, etc.)
  1. Validate entries:
  • Every entry must have at least one debit and one credit
  • Total debits must equal total credits for each entry
  • Verify account names match the chart of accounts
  • Flag compound entries (more than two accounts) with clear explanations
  1. Write the artifact to .metapowers/accounting/$ARGUMENTS/02-journal.md with sections:
  • General Journal — all entries in chronological order with debit/credit columns
  • Entry Summary — count of entries by type (revenue, expense, asset, liability)
  • Validation — confirmation that all entries balance

Output

The journal written to .metapowers/accounting/$ARGUMENTS/02-journal.md. Present a summary highlighting:

  • Total number of journal entries
  • Total debits and credits (should match)
  • Any compound or noteworthy entries

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.