List only classified transactions grouped by category. Use when the user asks to see classified transactions, category breakdown, or says "classified".
How this skill is triggered — by the user, by Claude, or both
Slash command
/open-personal-finance:classifiedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lists only transactions that have been classified, grouped by category.
Lists only transactions that have been classified, grouped by category.
YYYY-MM (default: current month)resources/{household}/{YYYY-MM}/expenses/result/budget_*.json — the authoritative source for classificationsexpenses.by_category → each category → each subcategory → transactionsDisplay grouped by category, then subcategory:
### Category Name (R$ total)
| Date | Description | Amount | Subcategory | Holder | Bank |
|------|-------------|--------|-------------|--------|------|
expenses_memory.mdnpx claudepluginhub icesnow10/personal-finance --plugin open-personal-financeGenerates detailed expense reports with category breakdowns, top vendors, trends, insights, and period comparisons from Norman Finance transactions.
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.
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.