Splits a single transaction across multiple categories with custom amounts or percentages. Validates totals match original and creates child entries. Useful for mixed-purpose purchases like Costco trips with groceries, supplies, electronics.
npx claudepluginhub openaccountant/skillsThis skill uses the workspace's default tool permissions.
Split one transaction into multiple category allocations. Useful for mixed-purpose purchases like a Costco trip that includes groceries, household supplies, and electronics — or a business meal that's partially deductible.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Split one transaction into multiple category allocations. Useful for mixed-purpose purchases like a Costco trip that includes groceries, household supplies, and electronics — or a business meal that's partially deductible.
transaction_search — find the transaction to splitcategorize — assign categories to the resulting split entriestransaction_search to find and confirm the target transaction.To split transactions manually in a spreadsheet:
| Date | Description | Amount | Category |
|---|---|---|---|
| 2025-03-15 | COSTCO (Groceries) | -50.00 | Groceries |
| 2025-03-15 | COSTCO (Household) | -30.00 | Household |
| 2025-03-15 | COSTCO (Electronics) | -20.00 | Electronics |
=SUMIF(B:B,"COSTCO*",C:C) should equal the original -$100.00.split: true flag so reports can show either the consolidated or split view.