/financial-snapshot
Quick view of revenue, expenses, invoicing, and cash flow with key metrics. Triggers on "cash position", "revenue check", "financial overview", "money status".
$ npx -y skills add kbanc85/claudia --skill financial-snapshot --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/financial-snapshot
Context preview
The summary Claude sees to decide when to auto-load this skill.
Quick view of revenue, expenses, invoicing, and cash flow with key metrics. Triggers on "cash position", "revenue check", "financial overview", "money status".
SKILL.md
financial-snapshot.SKILL.mdname: financial-snapshot
description: Quick view of revenue, expenses, invoicing, and cash flow with key metrics. Triggers on "cash position", "revenue check", "financial overview", "money status".
effort-level: low
Financial Snapshot
Quick view of your financial position: revenue, expenses, invoicing, and cash flow.
What to Check
1. Revenue (`finances/overview.md`)
- This month's revenue
- Month-over-month trend
- Active revenue streams
2. Outstanding (`finances/invoicing.md` if exists)
- Unpaid invoices
- Overdue amounts
- Upcoming invoices to send
3. Expenses (`finances/expenses.md` if exists)
- This month's expenses
- Major categories
- Unusual items
4. Cash Flow
- Net position (revenue - expenses)
- Runway or buffer
- Upcoming obligations
Output Format
## Financial Snapshot - [Date]
### This Month: [Month Year]
| Metric | Amount | vs Last Month |
|--------|--------|---------------|
| Revenue | $X | +/-X% |
| Expenses | $X | +/-X% |
| Net | $X | +/-X% |
### Revenue Breakdown
| Source | Amount | Status |
|--------|--------|--------|
| [Client/Stream] | $X | Received / Outstanding |
**Total Received:** $X
**Total Outstanding:** $X
### Outstanding Invoices
| Invoice | Client | Amount | Sent | Due | Status |
|---------|--------|--------|------|-----|--------|
| [#] | [Client] | $X | [Date] | [Date] | Upcoming / Due / Overdue |
**Total Outstanding:** $X
**Overdue:** $X
### Invoices to Send
| Client | Work | Est. Amount | Ready? |
|--------|------|-------------|--------|
| [Client] | [Description] | $X | Yes/No |
### Expenses This Month
| Category | Amount | Notes |
|----------|--------|-------|
| [Category] | $X | |
**Total Expenses:** $X
### Cash Flow Summary
- **Revenue this month:** $X
- **Expenses this month:** $X
- **Net this month:** $X
- **Outstanding receivables:** $X
- **Expected cash in:** $X (next 30 days)
### Alerts
- [Any financial concerns or actions needed]
### Tax Set-Aside (if applicable)
- **Should set aside:** $X (at X% rate)
- **Actually set aside:** $X
- **Next quarterly due:** [Date]
Archetype Variations
Consultant/Solo
Focus on client invoicing, project-based revenue, and utilization-based capacity.
Founder
Include runway calculation, burn rate, and path to next fundraise.
### Runway Check
- **Cash on hand:** $X
- **Monthly burn:** $X
- **Runway:** X months (until [Date])
- **Next milestone before raise:** [What]
Executive
Focus on budget tracking, department spend, and initiative costs if applicable.
Creator
Break down by revenue stream: sponsorships, products, affiliate, etc.
### Revenue by Stream
| Stream | This Month | Last Month | Trend |
|--------|------------|------------|-------|
| Sponsorships | $X | $X | up/flat/down |
| Products | $X | $X | up/flat/down |
| Affiliate | $X | $X | up/flat/down |
Tone
- Numbers-focused, clear
- Highlight concerns prominently
- Actionable recommendations
- No judgment about spending
When to Run
- Weekly or biweekly
- End of month
- Before making financial decisions
- When feeling uncertain about cash position
- Before quarterly tax payments
Read more
name: financial-snapshot description: Quick view of revenue, expenses, invoicing, and cash flow with key metrics. Triggers on "cash position", "revenue check", "financial overview", "money status". effort-level: low
Financial Snapshot
Quick view of your financial position: revenue, expenses, invoicing, and cash flow.
What to Check
1. Revenue (`finances/overview.md`)
- This month's revenue
- Month-over-month trend
- Active revenue streams
2. Outstanding (`finances/invoicing.md` if exists)
- Unpaid invoices
- Overdue amounts
- Upcoming invoices to send
3. Expenses (`finances/expenses.md` if exists)
- This month's expenses
- Major categories
- Unusual items
4. Cash Flow
- Net position (revenue - expenses)
- Runway or buffer
- Upcoming obligations
Output Format
## Financial Snapshot - [Date] ### This Month: [Month Year] | Metric | Amount | vs Last Month | |--------|--------|---------------| | Revenue | $X | +/-X% | | Expenses | $X | +/-X% | | Net | $X | +/-X% | ### Revenue Breakdown | Source | Amount | Status | |--------|--------|--------| | [Client/Stream] | $X | Received / Outstanding | **Total Received:** $X **Total Outstanding:** $X ### Outstanding Invoices | Invoice | Client | Amount | Sent | Due | Status | |---------|--------|--------|------|-----|--------| | [#] | [Client] | $X | [Date] | [Date] | Upcoming / Due / Overdue | **Total Outstanding:** $X **Overdue:** $X ### Invoices to Send | Client | Work | Est. Amount | Ready? | |--------|------|-------------|--------| | [Client] | [Description] | $X | Yes/No | ### Expenses This Month | Category | Amount | Notes | |----------|--------|-------| | [Category] | $X | | **Total Expenses:** $X ### Cash Flow Summary - **Revenue this month:** $X - **Expenses this month:** $X - **Net this month:** $X - **Outstanding receivables:** $X - **Expected cash in:** $X (next 30 days) ### Alerts - [Any financial concerns or actions needed] ### Tax Set-Aside (if applicable) - **Should set aside:** $X (at X% rate) - **Actually set aside:** $X - **Next quarterly due:** [Date]
Archetype Variations
Consultant/Solo
Focus on client invoicing, project-based revenue, and utilization-based capacity.
Founder
Include runway calculation, burn rate, and path to next fundraise.
### Runway Check - **Cash on hand:** $X - **Monthly burn:** $X - **Runway:** X months (until [Date]) - **Next milestone before raise:** [What]
Executive
Focus on budget tracking, department spend, and initiative costs if applicable.
Creator
Break down by revenue stream: sponsorships, products, affiliate, etc.
### Revenue by Stream | Stream | This Month | Last Month | Trend | |--------|------------|------------|-------| | Sponsorships | $X | $X | up/flat/down | | Products | $X | $X | up/flat/down | | Affiliate | $X | $X | up/flat/down |
Tone
- Numbers-focused, clear
- Highlight concerns prominently
- Actionable recommendations
- No judgment about spending
When to Run
- Weekly or biweekly
- End of month
- Before making financial decisions
- When feeling uncertain about cash position
- Before quarterly tax payments
Terminal-based AI chief of staff. Remembers relationships, tracks commitments, helps you think strategically. Runs on Claude Code.
Repo: kbanc85/claudia
Other skills on claudia.
- /auto-research
Iteratively improve a local artifact (draft, document, page) by running a hill-climbing loop. The user names the artifact, the evaluator, and the budget. Claudia edits the artifact, scores it, keeps it if better or reverts if worse, repeats. Use when user says "iterate on this",
Open skill - /brain-monitor
Launch the Brain Monitor TUI, a real-time terminal dashboard for watching Claudia's memory system. Triggers on "brain monitor", "show dashboard", "memory dashboard", "terminal brain". See also: `brain` for a 3D graph view in the browser.
Open skill - /brain
Launch the Brain Visualizer, a real-time 3D view of memory and relationships. Triggers on "show your brain", "visualize memory", "open the brain", "memory graph". See also: `brain-monitor` for a terminal dashboard alternative.
Open skill - /build-team
Propose a personalized team of specialized agents based on the user's profile, goals, and how they actually work. Runs the proposal through an independent Checker, gates on the user's approval, and applies with rollback. Use when the user says "build my team", "set up my
Open skill - /capture-meeting
Process meeting notes or transcript to extract decisions, commitments, and insights. Use when user shares transcript or says "capture this meeting", "here are my notes from the call". See also: `meeting-prep` for pre-call briefings; `follow-up-draft` for post-meeting emails.
Open skill - /client-health
Health check across active client engagements showing status, deliverables, and concerns. Triggers on "how are my clients?", "client status", "client health check".
Open skill

