From solo
This skill should be used when the user asks to 'track expense', 'add expense', or 'log expense'.
npx claudepluginhub jamon8888/cc-suite --plugin SoloThis skill uses the workspace's default tool permissions.
Provides the missing half of the `financial-health` skill. Every solopreneur can see their revenue (invoices); almost none track their expenses systematically. Without expenses, you can't calculate profit margin, effective hourly rate, or whether a project is actually worth taking.
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.
Analyzes multiple pages for keyword overlap, SEO cannibalization risks, and content duplication. Suggests differentiation, consolidation, and resolution strategies when reviewing similar content.
Share bugs, ideas, or general feedback.
Provides the missing half of the financial-health skill. Every solopreneur can see their revenue (invoices); almost none track their expenses systematically. Without expenses, you can't calculate profit margin, effective hourly rate, or whether a project is actually worth taking.
All expenses stored in: data/1-Projets/expenses/
expenses-YYYY-MM.mdexpenses-YYYY-summary.mdreferences/expense-template.md| Category | What Goes Here | Tax-Deductible (FR) |
|---|---|---|
| Software & Tools | SaaS subscriptions, plugins, licenses | ✅ 100% |
| Hardware | Computer, peripherals, phone (pro use) | ✅ Pro-rated |
| Home Office | Desk, chair, office supplies | ✅ Pro-rated |
| Marketing | Ads, sponsorships, design assets | ✅ 100% |
| Professional Services | Accountant, lawyer, consultant fees | ✅ 100% |
| Education | Courses, books, conferences | ✅ 100% |
| Travel & Transport | Client meetings, coworking commute | ✅ With receipts |
| Meals & Entertainment | Client meals (with business purpose) | ✅ 50-75% |
| Coworking / Office | Desk rental, office space | ✅ 100% |
| Subcontractors | Freelancers hired for project delivery | ✅ 100% |
| Banking & Finance | Stripe fees, bank charges, FX costs | ✅ 100% |
| Insurance | Professional liability, health (self-employed) | ✅ |
| Other | Anything not covered above | Verify with accountant |
When the user says "log expense [amount] for [description]":
data/1-Projets/expenses/expenses-YYYY-MM.mdreferences/expense-template.mdWhen the user pastes a list, CSV, or statement:
For monthly subscriptions (most software):
data/2-Domaines/recurring-expenses.jsonAt any time, or when called by financial-health or weekly-review:
# Expense Summary — [Month Year]
## By Category
| Category | Budget | Actual | vs Budget |
|----------|--------|--------|-----------|
| Software & Tools | [X] | [Y] | [diff] |
| Professional Services | [X] | [Y] | [diff] |
| Marketing | [X] | [Y] | [diff] |
| Education | [X] | [Y] | [diff] |
| Other | [X] | [Y] | [diff] |
| **TOTAL** | **[X]** | **[Y]** | **[diff]** |
## Notable Expenses
[Any single expense >€200 listed individually]
## vs Last Month
- Total expenses: [X] vs [Y] last month ([+/-Z%])
- Biggest increase: [Category] (+[X])
- Biggest decrease: [Category] (-[X])
When called with "am I profitable" or from financial-health:
Revenue (paid invoices): €[X]
Total Expenses: €[Y]
─────────────────────────────────
Net Profit: €[Z]
Profit Margin: [Z/X × 100]%
Effective Hourly Rate: €[Z / hours worked]
Status: [🟢 Healthy / 🟡 Thin / 🔴 Burning Cash]
Profit margin benchmarks for solopreneurs:
At year-end or on demand:
data/4-Archives/tax-[year]/expense-report.mdFrench micro-entrepreneur note: Actual expense deduction works differently under micro-entrepreneur regime (flat abatement applies instead). This export is most useful for freelancers with régime réel or EIRL/SASU structures.
Set monthly budgets in data/2-Domaines/expense-budgets.json:
{
"software_tools": 200,
"marketing": 150,
"education": 100,
"professional_services": 200,
"other": 100
}
Alert when any category exceeds 90% of budget mid-month.
financial-health: Provides expense totals for P&L calculation — this skill is what finally makes profit margin computableweekly-review: Contributes weekly expense snapshotinvoice-generator: Reads subcontractor expenses for project margin calculationpricing-strategy: Uses annual expense total for minimum rate calculation (Step 2)project-management: Per-project expense logging (subcontractors, tools purchased for a client)references/expense-template.md: Monthly expense file formatreferences/recurring-expenses-schema.md: Recurring expense configurationreferences/tax-categories-fr.md: French deductibility guide with CGI references