funding-rounds-analysis

funding-rounds-analysis is a skill for Claude Code from Global-Slice/claude-plugin. It costs 80 tokens per session (638 once invoked), scanned A, original, MIT.

A guide for analyzing company funding rounds, including investments, share classes, price per share, convertibles, SAFEs, option-pool changes, total money raised, and dilution. Dilution means existing owners hold a smaller percentage after new shares are issued.

In plain words
What is it for?
Use it to review seed or Series rounds, investor positions, share-class terms, round history, proceeds, valuations, and changes in ownership.
Why use it?
It keeps round calculations and ownership comparisons tied to the right Slice records and dates, reducing confusion between primary investments, secondary sales, and other securities.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the slice-global plugin — 8 skills, 1 MCP server shipped together

Good fit Use it to review seed or Series rounds, investor positions, share-class terms, round history, proceeds, valuations, and changes in ownership.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/global-slice/claude-plugin/funding-rounds-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Global-Slice/claude-plugin --skill funding-rounds-analysis
Clone the repo
git clone --depth 1 https://github.com/Global-Slice/claude-plugin

Made for: Claude Code.

Or install slice-global, the plugin that ships this one along with the rest of its 8 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for funding-rounds-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/global-slice/claude-plugin/funding-rounds-analysis.svg)](https://agentmods.dev/skills/global-slice/claude-plugin/funding-rounds-analysis)
Your own site
<a href="https://agentmods.dev/skills/global-slice/claude-plugin/funding-rounds-analysis"><img src="https://agentmods.dev/badge/skills/global-slice/claude-plugin/funding-rounds-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 638 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.00638
Opus 5 $0.00040 $0.00319
Sonnet 5 $0.00016 $0.00128
Haiku 4.5 $0.00008 $0.00064

Measured 8d ago against content hash 93b8d49d351d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

funding-rounds-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/slice-global/skills/funding-rounds-analysis/SKILL.md · 43 lines

How it starts

The opening of the file, as written. The whole thing — 43 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Funding Rounds Analysis

Scope

Use for round mechanics, proceeds, and dilution. For company-wide cap-table structure without round focus, use cap-table-analysis. For exit proceeds allocation, use waterfall-analysis.

Tool Workflow

  1. Use rounds_list to discover rounds and the share classes associated with each round.
  2. Use rounds_get_display_data only when names/IDs are enough.
  3. Use rounds_get_total_raised after collecting the target round's share class IDs from rounds_list.
  4. Use share_classes_list and share_classes_get_one for share-class terms and names.
  5. Use cap_table_get_summary, cap_table_search_entries, securities_find, and securities_search to inspect investors, issued shares, convertibles, warrants, and stakeholder positions around the round.
  6. Use valuations_list when valuation/FMV context is relevant.

Keep the same as-of date across tools when comparing pre/post or current round effects.

Round Mechanics

A priced round usually has: pre-money valuation, pre-money fully diluted share count, optional pool top-up, price per share, new primary shares issued, post-money valuation, and post-money fully diluted ownership.

Do not conflate primary and secondary transactions. Primary issuances create new shares and cash goes to the company. Secondary transfers move existing shares between stakeholders and cash goes to the seller, so they do not increase company proceeds or outstanding shares.

Founder shares issued at nil or nominal consideration are normal formation shares. SAFE and convertible instruments may affect fully diluted calculations before they convert and become shares at a priced round.

Option Pool Top-Ups

Investors often require the unissued option pool to be refreshed before closing. That top-up is typically pre-money, diluting existing holders before the new investment price is set. Use equity pool and cap-table tools to understand pool size and availability; do not infer a top-up unless round, pool, or share-class data supports it.

Read the full file on GitHub · 43 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 43 lines · 80 tokens per session scan A 93b8d49d351d

Subscribe to this mod's changes

funding-rounds-analysis is a skill published in the GitHub repository Global-Slice/claude-plugin (9 stars, last pushed 1mo ago), licensed MIT. It adds 80 tokens to every session and 638 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

better-auth

Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.

secondsky/claude-skills · 53 tokens

cloudflare-cron-triggers

Cloudflare Cron Triggers for scheduled Workers execution. Use for periodic tasks, scheduled jobs, or encountering handler not found, invalid cron expression, timezone errors.

secondsky/claude-skills · 38 tokens

aceternity-ui

100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.

secondsky/claude-skills · 48 tokens

cloudflare-durable-objects

Cloudflare Durable Objects for stateful coordination and real-time apps. Use for chat, multiplayer games, WebSocket hibernation, or encountering class export, migration, alarm errors.

secondsky/claude-skills · 43 tokens

cloudflare-nextjs

Deploy Next.js to Cloudflare Workers via the OpenNext adapter (@opennextjs/cloudflare). Use for SSR/ISR/SSG/App or Pages Router, getCloudflareContext, bindings (D1/R2/KV/AI/Hyperdrive), caching tiers, skew protection, multi-worker, custom worker, env vars, or worker…

secondsky/claude-skills · 89 tokens

cloudflare-sandbox

Cloudflare Sandboxes SDK for secure code execution in Linux containers at edge. Use for untrusted code, Python/Node.js scripts, AI code interpreters, git operations.

secondsky/claude-skills · 40 tokens