plugins marketplace
← All plugins

excel-analyst-pro

v1.21.0

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.

Claude Code4 skills

by ClaudeCodePluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone 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

plugins/business-tools/excel-analyst-pro/
├── .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

excel-dcf-modelerskills/excel-dcf-modeler/SKILL.md

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'.

excel-lbo-modelerskills/excel-lbo-modeler/SKILL.md

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'.

excel-pivot-wizardskills/excel-pivot-wizard/SKILL.md

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'.

excel-variance-analyzerskills/excel-variance-analyzer/SKILL.md

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

plugins/business-tools/excel-analyst-pro/.claude-plugin/plugin.json
{
  "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"
  ]
}