lhm-finance-hub
v1.0.3Weekly financial management hub combining Gavin Smith's CFO System (cash flow forecasting, profit formula, 5-year planning) with Profit First allocations. Runs a Monday rhythm for cash flow updates, profit analysis, and strategic reviews.
By LHM Digital0 GitHub starsUpdated 45 minutes ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 2, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install lhm-finance-hub for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install lhm-finance-hub@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/michaellhm/lhm-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/lhm-finance-hub/.
Plugin files
├── .claude-plugin/plugin.json├── skills/cashflow-updater/SKILL.md├── skills/finance-advisor/SKILL.md├── skills/five-year-planner/SKILL.md├── skills/overhead-auditor/SKILL.md├── skills/profit-calculator/SKILL.md└── skills/profit-first-allocator/SKILL.md
Included Skills6
Process weekly bank data and update the 13-week cash flow forecast. Use this when the user mentions 'cash flow update', 'Monday update', 'weekly update', 'bank CSV', 'upload bank data', 'cash flow forecast', or 'update the forecast'. Also triggered automatically by the finance-orchestrator every Monday.
Answer financial questions and model scenarios for LHM. Use this when the user asks 'can I afford', 'what if I', 'should I hire', 'how much can I spend', 'what would happen if', 'model this scenario', 'how many clients do I need', 'what should my wage be', 'can I buy', or any financial planning question. Available anytime, also triggered after weekly/monthly summaries for Q&A.
Create and review the 5-year business projection for LHM. Use this when the user mentions '5 year plan', 'five year plan', 'long term plan', 'where will the business be', 'exit plan', 'business valuation', 'growth trajectory', or 'future projection'. Triggered quarterly by finance-orchestrator (brief check) and biannually (deep review in June and January).
Audit recurring expenses and subscriptions for savings opportunities. Use this when the user mentions 'overhead audit', 'subscription review', 'cut costs', 'save money', 'expense review', 'what am I paying for', 'overhead review', 'can I cut anything', or 'subscription audit'. Also triggered quarterly by the finance-orchestrator.
Review the 7-lever profit formula for LHM. Use this when the user mentions 'profit calculator', 'profit formula', 'profit review', 'margin analysis', '7 levers', 'profit levers', 'where is my profit', 'biggest unlock', 'break even', or 'monthly review'. Also triggered by the finance-orchestrator on the first Monday of each month.
Review Profit First allocation percentages and model scenarios. Use this when the user mentions 'Profit First', 'allocation percentages', 'owner's pay review', 'can I pay myself more', 'tax allocation', 'BAS check', 'profit celebration', 'Profit First review', or 'allocation review'. Triggered monthly by finance-orchestrator (Owner's Pay focus) and quarterly (full review).
Plugin manifests1
{
"name": "lhm-finance-hub",
"description": "Weekly financial management hub combining Gavin Smith's CFO System (cash flow forecasting, profit formula, 5-year planning) with Profit First allocations. Runs a Monday rhythm for cash flow updates, profit analysis, and strategic reviews.",
"version": "1.0.3",
"author": {
"name": "LHM Digital"
},
"keywords": [
"finance",
"cashflow",
"profit",
"forecasting",
"profit-first"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[lhm-finance-hub on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lhm-finance-hub)