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:
git clone https://github.com/davendra/fundadmin-ai-skills.git && cd fundadmin-ai-skillsThe menu
In Claude Code or Cowork, type the menu command with no arguments:
/fundadmin:fundIt 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
/fundadmin:fund review-lpa samples/OBRELUND-LPA-QUICKSTART.pdfThe 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.
/fundadmin:fund review-capital-call samples/OBRELUND-CAPITAL-CALL-1.pdfChecks the arithmetic, the deadline and the wire instructions against the LPA terms. Takes a minute or two.
/fundadmin:fund wire-verify samples/email-wire-change-suspicious.mdReads 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:
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
- All 62 commands, grouped by category
- The 5 agents and the LPA Safety Score
- FAQ when something does not look right