carta-fund-forecasting
SkillFund Forecasting (Tactyc) read-only analytics — fund performance metrics and per-investment analytics for funds IN FUND FORECASTING (Tactyc) ONLY. It is a SEPARATE domain from Carta Web / Fund Admin, with its own funds and data — use carta-explore-data instead for Carta Web / Fund Admin, data-wareho
Install
git clone https://github.com/carta/plugins.git ~/.claude/skills/carta-fund-forecastingWhat is carta-fund-forecasting?
Fund Forecasting (Tactyc) read-only analytics — fund performance metrics and per-investment analytics for funds IN FUND FORECASTING (Tactyc) ONLY. It is a SEPARATE domain from Carta Web / Fund Admin, with its own funds and data — use carta-explore-data instead for Carta Web / Fund Admin, data-warehouse, cap-table, or accounting queries. Metrics: TVPI, DPI, RVPI, gross/net IRR, MOIC, NAV, unrealized FMV, realized proceeds, committed/contributed/called capital, planned reserves, management fees & expenses, waterfall tiers and net proceeds to LP/GP, per-company MOIC/IRR/FMV/ownership %/holding period/round events (round dates, entry/post-money valuations, share price, round ladder), and Group Holdings Shares (per-company share count). Also route here for the Fund Forecasting app URL (fund-forecasting.app.carta.com) or 'Tactyc'. If the user hasn't said which system the fund is in, ask first — don't assume Fund Forecasting. Reports existing data only — no scenarios, no fund-construction build/edit.
What this can do
Capabilities declared in this component's own frontmatter — not inferred.
Run shell commands
Declares Bash
Create and modify files
Declares Write or Edit
~252 tokens of context used while enabled, before you invoke anything
All declared tools (8)
AskUserQuestionBashReadWritemcp__carta-prod__call_toolmcp__carta-prod__search_toolsmcp__carta__call_toolmcp__carta__search_toolsDocumentation
README · ~25 min readFund Forecasting
Read-only access to Carta Fund Forecasting (formerly Tactyc) fund data via the Carta MCP server. This is a read-only tool today. (Write paths — add-investment, update-KPI — are coming soon but are not yet available via MCP.)
Session start
When this skill engages and the user has not already named a fund or investment, open with the greeting below before doing anything else. Show it verbatim, then wait for their answer — do not call list:funds or any other command yet (resolve the fund only once they name one; see Workflow step 1). If the user has already named a fund or portfolio company, skip the greeting and go straight to resolving it.
Domain check first. Carta Fund Forecasting (Tactyc) is a separate domain from Carta Web / Fund Admin, and the same fund name can exist in either. Unless the user has explicitly said the fund is in Fund Forecasting (Tactyc), confirm that's the system they mean before resolving it here — if they haven't specified, ask whether the fund lives in Carta Web / Fund Admin or in Fund Forecasting (Tactyc). Only proceed in this skill once Fund Forecasting is confirmed; if the fund is in Carta Web / Fund Admin, hand off to carta-explore-data.
Hi — I'm connected to your Carta Fund Forecasting data (read-only). Which fund would you like to look at? You can also name a specific investment / portfolio company within a fund.
Reviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just skills.
Skillssimilar to this one
All skills →create-atomic-tool
Build a `BaseTool[InSchema, OutSchema]` subclass — input/output schemas, `BaseToolConfig`, `run()` (and optional `run_async()`), env-driven secrets, typed failure outputs. Use when the user asks to "add a tool", "create a tool", "wrap an API as a tool", "build a `BaseTool`", "make a calculator/searc
6.1K stars
create-atomic-context-provider
Build a `BaseDynamicContextProvider` that injects a named, titled block into an agent's system prompt at every `run()` — current time, user identity, retrieved RAG docs, session state, cached DB schema. Use when the user asks to "add a context provider", "inject X into the prompt", "give the agent d
6.1K stars
framework
Guide for the Atomic Agents Python framework — schemas, agents, tools, context providers, prompts, orchestration, and provider configuration. Use when code imports from `atomic_agents`, defines an `AtomicAgent`, `BaseTool`, or `BaseIOSchema`, or the user asks about multi-agent orchestration or LLM-p
6.1K stars
Subagents
All subagents →explore
Read-only code explorer that the plugin's other agents dispatch to map a codebase — locate files, trace how a flow is wired, find every caller of a symbol, answer "where does X happen".
32.8K stars
scan-verifier
Restricted read-only verifier dispatched by the Claude Security scan workflow to vote on one candidate finding; not for direct invocation.
32.8K stars
scan-researcher
Restricted read-only vulnerability researcher dispatched by the Claude Security scan workflow; not for direct invocation or general exploration.
32.8K stars
Plugins
All plugins →receipts
A personal Claude Code impact report for justifying your usage to a manager or a self-review: what you shipped, which projects it went to, and each project's share of your usage. Reads your ~/.claude/projects transcripts and runs read-only git locally; only counts and project names are sent to write
32.8K stars
atomic-agents
Comprehensive development workflow for building AI agents with the Atomic Agents framework. Includes specialized agents for schema design, architecture planning, code review, and tool development. Features guided workflows, progressive-disclosure skills, and best practice validation.
6.1K stars
stripe
Stripe development plugin for Claude
1.7K stars
MCP Servers
All mcp servers →Commands
All commands →modernize-assess
Full discovery & portfolio analysis of a legacy system — inventory, complexity, debt, relative scale
32.8K stars
altimate
Delegate a task to altimate-code, the specialised data-engineering CLI agent (warehouse access, column-level lineage, cross-DB, FinOps, query optimization)
earnings-quality-screen
Run an earnings quality screen covering cash conversion, accruals, and accounting red flags.
Hooks
All hooks →PostToolUse (mcp__.*__find_columns|mcp__.*__get_dataset_columns|mcp__.*__get_dataset)
Pre-query column validation via schema caching. Catches unknown column errors before they hit the API by building a per-session schema cache from find_columns / get_dataset_columns / get_dataset results.
PreToolUse (mcp__.*__run_query)
Pre-query column validation via schema caching. Catches unknown column errors before they hit the API by building a per-session schema cache from find_columns / get_dataset_columns / get_dataset results.