Skip to content

adrs: FundOS fund-operations skills for QM - #299

Open
rchachra wants to merge 1 commit into
yc-software:mainfrom
rchachra:adr-fundos-skills
Open

adrs: FundOS fund-operations skills for QM#299
rchachra wants to merge 1 commit into
yc-software:mainfrom
rchachra:adr-fundos-skills

Conversation

@rchachra

@rchachra rchachra commented Aug 9, 2026

Copy link
Copy Markdown

Hi,

Vijay and I are the founders of VantedgeAI (W22). We build FundOS, an operating system
for VC, PE and private credit funds covering compliance and operations for LP records,
capital calls, NAV, waterfalls, covenants and data rooms.

We have been testing QM against FundOS and have written seven skills that let an agent do
actual fund operations: draft a compliant capital call from the live LP roster, run a
distribution waterfall and check portfolio covenants.

The skills can be found here:
https://github.com/8vdx1/fundos-mcp/tree/main/integrations/qm

Two points worth noting:

  1. We initially assumed we could point QM at our MCP server. It took reading
    claude-harness.ts to understand that the harness uses MCP as its own internal
    transport. That makes sense, but the SDK sitting in devDependencies sent us down the
    wrong path. Maybe it makes sense to add a note in the README as it may save others the
    same detour.

  2. For us, the credential broker is the most valuable part. Some of these workflows can
    affect real LP money, so having the agent never hold the credentials matters far more
    than convenience. Maybe this feature should be highlighted more prominently.

We would be happy to PR the skills into skills-seed/ if they are useful. Otherwise we can
leave them in our repo. Let us know whether a vertical-specific fund operations pack makes
sense for the seed set.

Best,
Ravi


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@rchachra

rchachra commented Aug 9, 2026

Copy link
Copy Markdown
Author

One more note in case it's useful for evaluating these.

The skills are plain REST over https://fundos.vantedgeai.com/api/v1 — no MCP, no SDK, no
build step. Each SKILL.md is readable on its own, so the quickest review is just opening
fundos/SKILL.md (the root one: auth, the shell helper, the safety contract) and then any
domain skill next to it. Every example is a literal curl you can eyeball.

Two things we deliberately put in there that you may or may not agree with:

  • Credentials go through QM's broker rather than a token in the sandbox, so the agent never
    holds the key and your admin pins host/method/path at QM's edge.
  • Writes are proposals. FundOS routes every write to a human approval queue server-side, and
    the skills are written to report "drafted for approval", never "issued" — a capital call
    moves real LP money and an agent should not be the last step.

If you want to actually run them rather than read them, tell me and I'll set you up with a
sandbox workspace and a credential — synthetic fund data, nothing real, so you can push it
around freely. Not posting one here for obvious reasons.

Happy either way — no need to run anything to tell us whether a vertical pack belongs in the
seed set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants