Generates categorized spending breakdowns with month-over-month trends, flags categories with >20% or >$100 changes, and lists driving transactions using spending_summary and transaction_search.
npx claudepluginhub openaccountant/skillsThis skill uses the workspace's default tool permissions.
Produces a categorized breakdown of your spending for a given period, compares it against prior months to show trends, and highlights categories where spending increased or decreased significantly.
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.
Produces a categorized breakdown of your spending for a given period, compares it against prior months to show trends, and highlights categories where spending increased or decreased significantly.
spending_summary — get total spending grouped by category for any date rangetransaction_search — drill into specific categories for transaction-level detailspending_summary for the current month to get category-level totals.spending_summary for the previous month to establish a comparison baseline.transaction_search with category: "<flagged_category>" and months: 1 to pull the individual transactions driving the increase.=B2-C2 (this month minus last month).=IF(C2<>0, (B2-C2)/ABS(C2)*100, "New").categorize tool first if many transactions are uncategorized.