From bookkeeping
Assign recorded transactions to the correct accounts using double-entry principles
How this skill is triggered — by the user, by Claude, or both
Slash command
/bookkeeping:categorizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Assign each recorded transaction for "$ARGUMENTS" to the correct account in the chart of accounts. Apply double-entry bookkeeping so every debit has a matching credit.
Assign each recorded transaction for "$ARGUMENTS" to the correct account in the chart of accounts. Apply double-entry bookkeeping so every debit has a matching credit.
Read .metapowers/bookkeeping/$ARGUMENTS/01-record.md for the transaction log.
Load the chart of accounts:
.metapowers/bookkeeping/$ARGUMENTS/chart-of-accounts.mdshared/chart-of-accounts-template.mdCategorize each transaction:
Validate double-entry:
Write the artifact to .metapowers/bookkeeping/$ARGUMENTS/02-categorize.md with sections:
The categorized journal written to .metapowers/bookkeeping/$ARGUMENTS/02-categorize.md. Present a summary highlighting:
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub bromso/metapowers --plugin bookkeeping