Accounts payable
Skill bromso/metapowers/plugins/bookkeeping/skills/accounts-payable
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.
npx -y skills add bromso/metapowers --skill accounts-payableAssembled 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
Process vendor invoices and schedule payments to manage outgoing obligations
SKILL.md
1.7 KB, as published. Nobody here has run it
Accounts Payable
Process vendor invoices and schedule payments for "$ARGUMENTS". Track what is owed, when it is due, and optimize payment timing.
Prerequisites
None — utility skill, run anytime.
Process
-
Collect outstanding invoices:
- Gather all unpaid vendor invoices
- Record: vendor name, invoice number, date, due date, amount, terms
- Note any early payment discounts (e.g., 2/10 net 30)
-
Verify each invoice:
- Match invoice to purchase order or contract
- Confirm goods/services were received
- Check for duplicate invoices
- Flag discrepancies for dispute
-
Build payment schedule:
- Sort by due date
- Prioritize based on: terms, discounts, vendor relationships, cash position
- Group payments by payment run (weekly, biweekly)
- Calculate cash needed per payment run
-
Track aging:
- Current (0-30 days)
- 31-60 days
- 61-90 days
- Over 90 days
- Flag overdue items for immediate action
-
Write the artifact to
.metapowers/bookkeeping/$ARGUMENTS/accounts-payable.mdwith sections:- Outstanding Invoices — table of all unpaid invoices
- Payment Schedule — upcoming payments by date
- Aging Report — amounts by aging bucket
- Discount Opportunities — savings available from early payment
- Disputes — invoices under review
Output
The accounts payable report written to .metapowers/bookkeeping/$ARGUMENTS/accounts-payable.md. Present a summary highlighting:
- Total outstanding payables
- Upcoming payment obligations
- Available early payment discounts