Skip to content

Quick start

You need the plugin installed and a fund document. If you do not have one to hand, the plugin repository ships 24 synthetic samples:

bash
git clone https://github.com/davendra/fundadmin-ai-skills.git && cd fundadmin-ai-skills

The menu

In Claude Code or Cowork, type the menu command with no arguments:

text
/fundadmin:fund

It lists every command with its arguments. Any command can be typed straight after it, or invoked as its own skill (/fundadmin:fund-review-lpa <file>). In Codex, name the skill: $fund-review-lpa <file>. In any host you can also share a document and say what you need; the matching skill is picked from its description.

Three first runs

text
/fundadmin:fund review-lpa samples/OBRELUND-LPA-QUICKSTART.pdf

The flagship. Five agents read the agreement and score it from 0 to 100; the sample carries 10 planted issues. A full review of a long LPA takes 15 to 40 minutes, so start it and come back. See the agents for what happens in between.

text
/fundadmin:fund review-capital-call samples/OBRELUND-CAPITAL-CALL-1.pdf

Checks the arithmetic, the deadline and the wire instructions against the LPA terms. Takes a minute or two.

text
/fundadmin:fund wire-verify samples/email-wire-change-suspicious.md

Reads a wire-instruction change request and scores it for fraud signals.

Where the output went

Each skill writes a markdown file under a dated tree next to the documents:

text
reviews/
└── obrelund-capital-partners-fund-iii/
    └── 2026-09-21/
        ├── reports/      LPA-REVIEW-…, CAPITAL-CALL-REVIEW-…
        └── compliance/   WIRE-VERIFICATION-…

Later skills build on earlier output: report-pdf turns a review into a PDF, counsel-handoff packages it for external counsel, search-precedent finds comparable terms across past reviews. The full list of folders and filename families is on the output files page.

Next

fundadmin v1.0.5 · 2026-09-22 · MIT · Not financial, legal or tax advice.