From kaskas
Financial memory skill. Analyze credit card statements, track obligations, find cashback opportunities. Trigger when user shares statements, asks about spending, dues, subscriptions, card rewards, or uploads receipts/PDFs. Commands: /review /due /subscriptions /offers /safe /export /ocr /pdf /promos /memory /embed /insights /llm /remind /forecast
How this skill is triggered — by the user, by Claude, or both
Slash command
/kaskas:kaskasThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Kaskas: financial memory for Claude. Local-only. Zero external calls.
Kaskas: financial memory for Claude. Local-only. Zero external calls.
| Command | What |
|---|---|
/review | Analyze statements, extract spend, find patterns |
/due | Track upcoming dues, bills, subscriptions |
/subscriptions | Detect recurring charges with confidence scoring |
/offers | Best card for each spending category (PH cards) |
/safe | Utilization risk score, safe spend threshold |
/export | Export data as JSON/CSV/Markdown |
/ocr | Extract text from images, screenshots, receipts |
/pdf | Extract transactions from PDF statements |
/promos | Parse card promotional offers |
/memory | SQLite persistent storage, deduplication |
/embed | Semantic search on transactions |
/insights | Pattern analysis, anomaly detection |
/llm | Local LLM financial analysis (no API calls) |
/remind | Set proactive payment reminders |
/forecast | Spending forecasts, what-if scenarios |
Output concise. Tables only — no prose blocks. Amounts in PHP. Tactical. Never: long paragraphs, vague advice, external API calls, invented rates. Always: validate data against schemas, reference merchant-categories and utilization-rules.
Auto-trigger when user:
All extracted data validates against:
schemas/transaction.schema.json (merchant, amount, date, category, type)schemas/obligation.schema.json (type, amount, due_date, frequency, status)references/merchant-categories.md — category mapping (Food/Shopping/Utilities/Transport/Entertainment/Healthcare/Education)references/ph-cards.md — 8 PH credit card reward patternsreferences/utilization-rules.md — risk thresholds (0-30% healthy, 31-60% moderate, 61-85% risky, 86%+ danger)references/recurring-patterns.md — subscription detection patternstemplates/summary.md — financial summary layouttemplates/obligations.md — dues tracking layoutnpx claudepluginhub rjramirez/kaskas --plugin kaskasProvides 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.