Analyze
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 analyzeAssembled 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
Identify and review financial transactions from source documents
SKILL.md
1.8 KB, as published. Nobody here has run it
Analyze
Analyze financial transactions for "$ARGUMENTS". Review source documents, identify events with financial impact, and determine which accounts are affected.
Prerequisites
None — this is the first phase.
Process
-
Gather source documents:
- What type of entity is this? (sole proprietorship, LLC, corporation, nonprofit)
- What accounting period are we covering?
- Collect invoices, receipts, bank statements, contracts, and payroll records
- Identify the chart of accounts in use (or create one)
-
Classify transactions:
- For each document, determine the transaction date and amount
- Identify which accounts are affected (assets, liabilities, equity, revenue, expenses)
- Determine whether each account increases or decreases
- Flag any unusual or complex transactions requiring further review
-
Assess accounting basis:
- Is the entity using cash basis or accrual basis?
- Are there any special recognition rules (percentage-of-completion, subscription revenue, etc.)?
- Note any multi-currency or intercompany considerations
-
Write the artifact to
.metapowers/accounting/$ARGUMENTS/01-analyze.mdwith sections:- Entity Profile — type, size, industry, accounting basis
- Chart of Accounts — account categories and numbering
- Transaction Register — chronological list of transactions with accounts affected
- Flags & Notes — unusual items, open questions, items needing further documentation
Output
The analysis written to .metapowers/accounting/$ARGUMENTS/01-analyze.md. Present a summary highlighting:
- Number of transactions identified
- Account categories involved
- Any flagged items requiring attention