Agent Skillsanthropics/financial-services › portfolio-monitoring

portfolio-monitoring

GitHub

用于跟踪和分析投资组合公司财务绩效,提取KPI并对比预算以识别偏差。支持审阅财报、准备董事会材料及监控契约合规性,生成包含执行摘要、差异分析及趋势的仪表板报告。

plugins/vertical-plugins/private-equity/skills/portfolio-monitoring/SKILL.md anthropics/financial-services

Trigger Scenarios

review portfolio company monthly financials how is [company] performing covenant check portfolio update

Install

npx skills add anthropics/financial-services --skill portfolio-monitoring -g -y
More Options

Non-standard path

npx skills add https://github.com/anthropics/financial-services/tree/main/plugins/vertical-plugins/private-equity/skills/portfolio-monitoring -g -y

Use without installing

npx skills use anthropics/financial-services@portfolio-monitoring

指定 Agent (Claude Code)

npx skills add anthropics/financial-services --skill portfolio-monitoring -a claude-code -g -y

安装 repo 全部 skill

npx skills add anthropics/financial-services --all -g -y

预览 repo 内 skill

npx skills add anthropics/financial-services --list

SKILL.md

Frontmatter
{
    "name": "portfolio-monitoring",
    "description": "Track and analyze portfolio company performance against plan. Ingests monthly\/quarterly financial packages (Excel, PDF), extracts KPIs, flags variances to budget, and produces summary dashboards. Use when reviewing portfolio company financials, preparing board materials, or monitoring covenant compliance. Triggers on \"review portfolio company\", \"monthly financials\", \"how is [company] performing\", \"covenant check\", or \"portfolio update\"."
}

Portfolio Monitoring

Workflow

Step 1: Ingest Financial Package

  • Accept the user's portfolio company financial package (Excel workbook, PDF, or CSV)
  • Extract key financials: Revenue, EBITDA, cash balance, debt outstanding, capex, working capital
  • Identify the reporting period and compare to prior period and budget/plan

Step 2: KPI Extraction & Variance Analysis

Key metrics to track (adapt to the company's sector):

Financial KPIs:

  • Revenue vs. budget ($ and %)
  • EBITDA and EBITDA margin vs. budget
  • Cash balance and net debt
  • Leverage ratio (Net Debt / LTM EBITDA)
  • Interest coverage ratio
  • Capex vs. budget
  • Free cash flow

Operational KPIs (ask user or infer from data):

  • Customer count / revenue per customer
  • Employee headcount / revenue per employee
  • Backlog / pipeline
  • Churn / retention rates

Step 3: Flag & Summarize

  • Green: Within 5% of plan
  • Yellow: 5-15% below plan — flag for discussion
  • Red: >15% below plan or covenant breach risk — immediate attention

Output a concise summary:

  1. One-paragraph executive summary ("Company X is tracking [ahead/behind/on] plan...")
  2. KPI table with actual vs. budget vs. prior period
  3. Red/yellow flags with context
  4. Covenant compliance status (if applicable)
  5. Questions for management

Step 4: Trend Analysis

If multiple periods are provided:

  • Chart key metrics over time (revenue, EBITDA, cash)
  • Identify trends — accelerating, decelerating, or stable
  • Compare vs. underwriting case

Important Notes

  • Always ask for the budget/plan to compare against if not provided
  • Don't assume sector-specific KPIs — ask what matters for this company
  • If covenant levels aren't known, ask the user for the credit agreement terms
  • Output should be board-ready — concise, factual, no fluff

Version History

  • 3865222 Current 2026-08-20 07:56

Same Skill Collection

claude-for-msft-365-install/.claude/skills/verify/SKILL.md
plugins/agent-plugins/earnings-reviewer/skills/audit-xls/SKILL.md
plugins/agent-plugins/earnings-reviewer/skills/earnings-analysis/SKILL.md
plugins/agent-plugins/earnings-reviewer/skills/earnings-preview/SKILL.md
plugins/agent-plugins/earnings-reviewer/skills/model-update/SKILL.md
plugins/agent-plugins/earnings-reviewer/skills/morning-note/SKILL.md
plugins/agent-plugins/earnings-reviewer/skills/xlsx-author/SKILL.md
plugins/agent-plugins/gl-reconciler/skills/audit-xls/SKILL.md
plugins/agent-plugins/gl-reconciler/skills/break-trace/SKILL.md
plugins/agent-plugins/gl-reconciler/skills/gl-recon/SKILL.md
plugins/agent-plugins/gl-reconciler/skills/xlsx-author/SKILL.md
plugins/agent-plugins/kyc-screener/skills/kyc-doc-parse/SKILL.md
plugins/agent-plugins/kyc-screener/skills/kyc-rules/SKILL.md
plugins/agent-plugins/kyc-screener/skills/xlsx-author/SKILL.md
plugins/agent-plugins/market-researcher/skills/competitive-analysis/SKILL.md
plugins/agent-plugins/market-researcher/skills/idea-generation/SKILL.md
plugins/agent-plugins/market-researcher/skills/pptx-author/SKILL.md
plugins/agent-plugins/market-researcher/skills/sector-overview/SKILL.md
plugins/agent-plugins/meeting-prep-agent/skills/client-report/SKILL.md
plugins/agent-plugins/meeting-prep-agent/skills/client-review/SKILL.md
plugins/agent-plugins/meeting-prep-agent/skills/investment-proposal/SKILL.md
plugins/agent-plugins/meeting-prep-agent/skills/pptx-author/SKILL.md
plugins/agent-plugins/model-builder/skills/3-statement-model/SKILL.md
plugins/agent-plugins/model-builder/skills/audit-xls/SKILL.md
plugins/agent-plugins/model-builder/skills/dcf-model/SKILL.md
plugins/agent-plugins/model-builder/skills/lbo-model/SKILL.md
plugins/agent-plugins/model-builder/skills/xlsx-author/SKILL.md
plugins/agent-plugins/month-end-closer/skills/accrual-schedule/SKILL.md
plugins/agent-plugins/month-end-closer/skills/audit-xls/SKILL.md
plugins/agent-plugins/month-end-closer/skills/roll-forward/SKILL.md
plugins/agent-plugins/month-end-closer/skills/variance-commentary/SKILL.md
plugins/agent-plugins/month-end-closer/skills/xlsx-author/SKILL.md
plugins/agent-plugins/pitch-agent/skills/3-statement-model/SKILL.md
plugins/agent-plugins/pitch-agent/skills/audit-xls/SKILL.md
plugins/agent-plugins/pitch-agent/skills/dcf-model/SKILL.md
plugins/agent-plugins/pitch-agent/skills/deck-refresh/SKILL.md
plugins/agent-plugins/pitch-agent/skills/lbo-model/SKILL.md
plugins/agent-plugins/pitch-agent/skills/pitch-deck/SKILL.md
plugins/agent-plugins/pitch-agent/skills/pptx-author/SKILL.md
plugins/agent-plugins/pitch-agent/skills/sector-overview/SKILL.md
plugins/agent-plugins/pitch-agent/skills/xlsx-author/SKILL.md
plugins/agent-plugins/statement-auditor/skills/audit-xls/SKILL.md
plugins/agent-plugins/statement-auditor/skills/nav-tieout/SKILL.md
plugins/agent-plugins/statement-auditor/skills/xlsx-author/SKILL.md
plugins/agent-plugins/valuation-reviewer/skills/ic-memo/SKILL.md
plugins/agent-plugins/valuation-reviewer/skills/portfolio-monitoring/SKILL.md
plugins/agent-plugins/valuation-reviewer/skills/returns-analysis/SKILL.md
plugins/agent-plugins/valuation-reviewer/skills/xlsx-author/SKILL.md
plugins/partner-built/lseg/skills/bond-futures-basis/SKILL.md
plugins/partner-built/lseg/skills/bond-relative-value/SKILL.md

Metadata

Files
0
Version
3865222
Hash
7a3b7bbd
Indexed
2026-08-20 07:56

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 05:42
浙ICP备14020137号-1 $mapa de visitantes$