agentsclimarketplace

Journal

Skill bromso/metapowers/plugins/accounting/skills/journal

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 journal

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

Record journal entries with debits and credits for each transaction

SKILL.md

1.7 KB, as published. Nobody here has run it

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
  2. 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.)
  3. 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
  4. 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

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.