Agent Plugins Marketplace
All plugins

startup-fundraising

v0.1.1

Startup-fundraising team — agents (fundraising-strategist + pitch-and-narrative-coach) and skills for founders/operators raising venture capital: round strategy (pre-seed/seed/Series A; SAFE vs priced round; how much to raise and runway math), the pitch narrative and deck (problem/solution/market/traction/team/ask), the fundraising financial model, cap-table and dilution math (option pools, pro-rata, post-money SAFE conversion, the post-money cap dilution gotcha), term-sheet and SAFE essentials (valuation cap, discount, liquidation preference, board, pro-rata — ESSENTIALS not legal advice), investor pipeline/CRM and outreach, the data room, and investor updates. Founder-side literacy only. Seams: financial-model mechanics to finance; product what/why to product-management; binding term-sheet legal review to legal-ops-clm. Requires ravenclaude-core@>=0.7.0.

Claude Code3 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install startup-fundraising for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install startup-fundraising@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/startup-fundraising/.

Plugin files

plugins/startup-fundraising/
├── .claude-plugin/plugin.json
├── skills/build-investor-pipeline/SKILL.md
├── skills/model-cap-table-and-dilution/SKILL.md
└── skills/prepare-data-room/SKILL.md

Included Skills3

build-investor-pipelineskills/build-investor-pipeline/SKILL.md

Build a tiered, stage-fit investor pipeline and a warm-intro-first outreach sequence for a founder running a round. Produces a target list scored by stage-fit + thesis-fit + check-size, a warm-path map for each target, and a sequenced outreach plan that builds momentum. Reach for this when the user asks "who should I pitch?", "build my investor list", or "how do I run outreach?". Used by `fundraising-strategist` (primary); coordinated with `pitch-and-narrative-coach`.

model-cap-table-and-dilutionskills/model-cap-table-and-dilution/SKILL.md

Model a startup cap table and the dilution a round causes — including option-pool shuffle, pro-rata, and post-money SAFE conversion — with worked arithmetic. Produces a post-round ownership table and surfaces the post-money-cap dilution gotcha. Reach for this when the user asks "what does my cap table look like after this round?", "how much do I get diluted?", "how does my SAFE convert?", or "what option pool should I set aside?". Used by `fundraising-strategist` (primary).

prepare-data-roomskills/prepare-data-room/SKILL.md

Assemble a founder's fundraising data room — the structured set of documents investors expect in diligence — so a "send me the data" request never stalls the round. Produces a stage-appropriate checklist organized by section (corporate, financials, cap table, product/tech, traction, team, legal/IP) with a what-to-include and a what-to-redact note per item. Reach for this when the user asks "what goes in a data room?" or "I got a diligence request — am I ready?". Used by `fundraising-strategist` (primary).

Plugin manifests1

plugins/startup-fundraising/.claude-plugin/plugin.json
{
  "name": "startup-fundraising",
  "version": "0.1.1",
  "description": "Startup-fundraising team — agents (fundraising-strategist + pitch-and-narrative-coach) and skills for founders/operators raising venture capital: round strategy (pre-seed/seed/Series A; SAFE vs priced round; how much to raise and runway math), the pitch narrative and deck (problem/solution/market/traction/team/ask), the fundraising financial model, cap-table and dilution math (option pools, pro-rata, post-money SAFE conversion, the post-money cap dilution gotcha), term-sheet and SAFE essentials (valuation cap, discount, liquidation preference, board, pro-rata — ESSENTIALS not legal advice), investor pipeline/CRM and outreach, the data room, and investor updates. Founder-side literacy only. Seams: financial-model mechanics to finance; product what/why to product-management; binding term-sheet legal review to legal-ops-clm. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "fundraising",
    "seed",
    "series-a",
    "safe",
    "cap-table",
    "dilution",
    "pitch-deck",
    "term-sheet",
    "valuation",
    "runway",
    "investor-pipeline",
    "data-room"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[startup-fundraising on Agent Plugins Marketplace](https://pluginsmp.com/plugins/startup-fundraising)