Analyzes revenue and direct costs per client using transaction data, allocates overhead by revenue share, computes profit margins, and ranks accounts. Flags low-margin clients.
npx claudepluginhub openaccountant/skillsThis skill uses the workspace's default tool permissions.
Break down revenue and direct costs by client to determine which accounts are most and least profitable. Reveals hidden costs in high-maintenance clients and identifies your highest-value relationships.
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.
Break down revenue and direct costs by client to determine which accounts are most and least profitable. Reveals hidden costs in high-maintenance clients and identifies your highest-value relationships.
transaction_search — find all revenue transactions grouped by client/vendor name, and all expenses attributable to specific clientsspending_summary — calculate overhead costs to allocate across clientstransaction_search to find all incoming payments, grouped by client name or reference.transaction_search to find all expenses directly tied to each client (contractor costs, materials, software licenses specific to a project).spending_summary to get total overhead (rent, utilities, general subscriptions).CLIENT PROFITABILITY — [Period]
═══════════════════════════════════════════════════════════
Client Revenue Direct Overhead Profit Margin
Costs Alloc.
──────────────────────────────────────────────────────────────
Acme Corp $15,000 $4,500 $3,750 $6,750 45.0%
Beta LLC $10,000 $7,200 $2,500 $300 3.0%
Gamma Inc $8,000 $2,000 $2,000 $4,000 50.0%
Delta Co $7,000 $1,800 $1,750 $3,450 49.3%
──────────────────────────────────────────────────────────────
TOTAL $40,000 $15,500 $10,000 $14,500 36.3%
═══════════════════════════════════════════════════════════
=ClientRevenue/TotalRevenue.=RevenueShare * TotalOverhead.=ClientRevenue - DirectCosts - AllocatedOverhead.=ClientProfit/ClientRevenue*100.=ClientProfit/HoursWorked.