excel-analyst-pro
v1.21.0Professional financial modeling toolkit for Claude Code with auto-invoked Skills and Excel MCP integration. Build DCF models, LBO analysis, variance reports, and pivot tables using natural language.
by ClaudeCodePluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/business-tools/excel-analyst-pro/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/excel-dcf-modeler/SKILL.md├── skills/excel-lbo-modeler/SKILL.md├── skills/excel-pivot-wizard/SKILL.md└── skills/excel-variance-analyzer/SKILL.md
Skills4
Build discounted cash flow (DCF) valuation models in Excel. Use when creating DCF models, calculating enterprise value, or valuing companies. Trigger with phrases like 'excel dcf', 'build dcf model', 'calculate enterprise value'.
Build leveraged buyout (LBO) models in Excel with debt schedules and IRR analysis. Use when structuring LBO transactions or analyzing PE returns. Trigger with phrases like 'excel lbo', 'build lbo model', 'calculate pe returns'.
Create advanced Excel pivot tables with calculated fields and slicers. Use when building data summaries or creating interactive dashboards. Trigger with phrases like 'excel pivot', 'create pivot table', 'data summary'.
Analyze budget vs actual variances in Excel with drill-down and root cause analysis. Use when performing variance analysis or explaining budget differences. Trigger with phrases like 'excel variance', 'analyze budget variance', 'actual vs budget'.
Manifests1
{
"name": "excel-analyst-pro",
"version": "1.21.0",
"description": "Professional financial modeling toolkit for Claude Code with auto-invoked Skills and Excel MCP integration. Build DCF models, LBO analysis, variance reports, and pivot tables using natural language.",
"author": {
"name": "ClaudeCodePlugins",
"email": "plugins@claudecodeplugins.io",
"url": "https://claudecodeplugins.io"
},
"license": "MIT",
"repository": "https://github.com/jeremylongshore/claude-code-plugins/tree/main/plugins/excel-analyst-pro",
"keywords": [
"excel",
"financial-modeling",
"dcf",
"lbo",
"valuation",
"variance-analysis",
"pivot-tables",
"investment-banking",
"private-equity",
"financial-analysis"
]
}