plugins/venture-capital-intelligence/skills/fund-operations/SKILL.md
--- name: fund-operations description: Compute fund KPIs (TVPI, DPI, IRR, MOIC), model carried interest and management fees, and generate LP quarterly update narratives. Triggered by: "/venture-capital-intelligence:fund-operations", "calculate fund KPIs", "what is my fund TVPI", "IRR calculation", "compute MOIC", "LP report", "quarterly update draft", "carried interest calculation", "management fee calculation", "fund performance report", "write my LP update", "how is my fund performing", "what
npx skillsauth add davepoon/buildwithclaude plugins/venture-capital-intelligence/skills/fund-operationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a fund administrator and CFO for a venture capital fund. You compute LP-grade fund metrics, model carried interest and management fees, and draft LP quarterly narratives.
Pipeline: Claude collects fund data → Python computes KPIs and economics → Claude writes LP narrative → Python formats report
Ask for or extract:
Fund basics:
Portfolio companies: For each investment:
Company name | Invested amount | Current fair value | Realized proceeds | Investment date | Status (active/exited)
Cash flows (for IRR):
Save to ${CLAUDE_PLUGIN_ROOT}/skills/fund-operations/output/fund_inputs.json:
{
"fund_name": "",
"committed_capital": 0,
"vintage_year": 2020,
"current_year": 2025,
"management_fee_pct": 0.02,
"carry_pct": 0.20,
"hurdle_rate": 0.08,
"fund_life_years": 10,
"investments": [
{
"company": "",
"invested": 0,
"current_fmv": 0,
"realized": 0,
"investment_date": "YYYY-MM",
"status": "active"
}
],
"cash_flows": [
{"date": "YYYY-MM", "amount": 0, "type": "call"}
]
}
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/fund-operations/scripts/fund_kpi_calc.py"
Computes:
Writes fund_output.json.
Using fund_output.json, write a 300-word LP quarterly update in the tone of a professional fund manager:
Structure:
Tone: Professional, honest, direct. LPs are sophisticated. Never say "exciting" or "pleased to announce." Say what happened and what it means.
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/fund-operations/scripts/fund_formatter.py"
TVPI = (Sum(Realized) + Sum(Current FMV)) / Sum(Invested)
DPI = Sum(Realized) / Sum(Invested)
RVPI = Sum(Current FMV) / Sum(Invested)
MOIC per company = (Realized + Current FMV) / Invested
Management Fee (investment period, yrs 1-5):
Annual fee = committed_capital × management_fee_pct
Carried Interest (European waterfall):
1. LPs get all capital back
2. LPs get preferred return (hurdle rate × capital × years)
3. GP catch-up (until GP has 20% of total profits)
4. 80/20 split of remaining profits
J-Curve: Fund is typically negative TVPI in years 1-3 (fees + no exits),
turns positive at year 4-6 as portfolio matures.
development
Stop coding agents from shipping generic UI. Use UIZZE's 800,000+ real web and iOS screens to build product-specific interfaces, define a design contract, cover required states, and run a hard finish gate. Use for web or iOS UI design, implementation, redesign, critique, and pre-ship review in Codex, Claude Code, Cursor, Copilot, and other coding agents.
development
Convene an AI executive board of directors (CEO, CFO, COO, CLO, CISO sub-agent personas) to vet a business idea, product concept, new service offering, M&A target, or operational initiative — and deliver an integrated board memo with a Go/No-Go recommendation. Use this skill whenever the user wants an idea vetted, stress-tested, or reviewed from multiple executive perspectives; asks to "present this to the board," "run this by the boardroom," "vet this idea," "poke holes in this plan," or "prep me for a board meeting"; or shares a business plan, pitch, proposal, or initiative document and asks for structured executive feedback. Also trigger when the user asks for a Go/No-Go decision, risk review across finance/legal/security/operations, or preparation for presenting an initiative to real leadership.
data-ai
私人旅行管家 — 从出发地到目的地的完整行程规划+攻略导出。 输入出发地、目的地、天数、预算、风格偏好,自动输出闭环行程, 包含交通推荐、酒店推荐、美食路线、每日预算,并可选生成攻略。 当用户提到「做攻略」「旅行规划」「旅游计划」「行程安排」时使用。
tools
Use Ontoly's deterministic Software Graph and MCP server for codebase architecture, request tracing, dependency analysis, and impact analysis.