[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-funding-digest":3,"mdc--7kc34q-key":36,"related-repo-anthropic-funding-digest":5669,"related-org-anthropic-funding-digest":5783},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":34,"mdContent":35},"funding-digest","generate funding round summary slides","Generate a polished one-page PowerPoint slide summarizing key takeaways from recent funding rounds and notable capital markets activity across a user's watched sectors or companies. Use this skill when the user asks for a deal flow summary, weekly recap, funding digest, transaction roundup, or capital markets briefing. Triggers on: 'deal flow digest', 'weekly funding recap', 'deal roundup', 'transaction summary this week', 'what happened in [sector] this week', 'capital markets update', or any request to compile recent funding activity into a briefing slide. Produces a professional single-slide PPTX with key takeaways, valuation data, and Capital IQ deal links.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,20,23],{"name":14,"slug":15,"type":16},"Presentations","presentations","tag",{"name":18,"slug":19,"type":16},"Reporting","reporting",{"name":21,"slug":22,"type":16},"PowerPoint","powerpoint",{"name":24,"slug":25,"type":16},"Finance","finance",33636,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Ffinancial-services","2026-05-15T06:07:17.551646",null,4964,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":29},[],"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Ffinancial-services\u002Ftree\u002FHEAD\u002Fplugins\u002Fpartner-built\u002Fspglobal\u002Fskills\u002Ffunding-digest","---\nname: funding-digest\ndescription: \"Generate a polished one-page PowerPoint slide summarizing key takeaways from recent funding rounds and notable capital markets activity across a user's watched sectors or companies. Use this skill when the user asks for a deal flow summary, weekly recap, funding digest, transaction roundup, or capital markets briefing. Triggers on: 'deal flow digest', 'weekly funding recap', 'deal roundup', 'transaction summary this week', 'what happened in [sector] this week', 'capital markets update', or any request to compile recent funding activity into a briefing slide. Produces a professional single-slide PPTX with key takeaways, valuation data, and Capital IQ deal links.\"\n---\n\n**AI DISCLAIMER (MANDATORY):**\nYou MUST include the following disclaimer text in the powerpoint footer. This is not optional — the report is incomplete without it:\n\n> **\"Analysis is AI-generated — please confirm all outputs\"**\n\n**Footer** — At the bottom of the generated slide, as a prominent yellow banner: \"Analysis is AI-generated — please confirm all outputs\"\n\n---\n\n# Weekly Deal Flow Digest\n\nGenerate an analyst-quality **single-slide PowerPoint** that summarizes key takeaways from recent funding rounds across watched sectors or companies, using S&P Global Capital IQ data. Each deal links back to its Capital IQ profile for quick drill-down.\n\n## When to Use\n\nTrigger on any of these patterns:\n- \"Give me a deal flow digest for this week\"\n- \"Weekly funding recap for [sector]\"\n- \"What deals closed in [sector\u002Fcompanies] recently?\"\n- \"Transaction roundup\" or \"deal roundup\"\n- \"Capital markets update for my coverage universe\"\n- \"Summarize recent funding activity\"\n- Any periodic briefing request about deals, raises, or rounds\n\n## Nested Skills\n\nThis skill produces a one-slide PPTX briefing:\n- **Read** `\u002Fmnt\u002Fskills\u002Fpublic\u002Fpptx\u002FSKILL.md` before generating the PowerPoint (and its sub-reference `pptxgenjs.md` for creating from scratch)\n\n## Entity Resolution & Tool Robustness\n\nS&P Global's identifier system resolves company names to legal entities. This works well for most companies but has known failure modes that cause empty results. **Apply these rules throughout the workflow to avoid silent data loss.**\n\n### Rule 0: Pre-validate ALL identifiers before querying funding\n\n**Before** calling any funding tools, run every identifier through `get_info_from_identifiers`. This is the cheapest and most reliable way to catch problems early. Check two things in the response:\n\n1. **Did it resolve at all?** If the identifier returns empty\u002Ferror, the name doesn't exist in S&P Global. Try the alias from `references\u002Fsector-seeds.md`, the legal entity name, or the `company_id` directly.\n2. **What is the `status` field?** \n   - `\"Operating\"` → Safe to query for funding rounds.\n   - `\"Operating Subsidiary\"` → The company exists but is owned by a parent. It will return **zero funding rounds**. Note this in the digest as context (e.g., \"acquired by [Parent]\") but do not query for funding.\n   - Any other status (e.g., closed, inactive) → The company is no longer operating. Historical data may exist but no new activity.\n\n**This single pre-validation step prevents the majority of empty-result issues.** Batch all candidates into a single `get_info_from_identifiers` call (it handles large batches well) and triage before proceeding.\n\n### Rule 1: Never trust empty results without a fallback\n\nIf `get_rounds_of_funding_from_identifiers` returns empty for a company you expect to have data:\n1. **Try the legal entity name or company_id.** Brand names usually work, but some don't. See the alias table in `references\u002Fsector-seeds.md` for known mismatches. Common pattern: \"[Brand] AI\" → \"[Legal Name], Inc.\" (e.g., Together AI → \"Together Computer, Inc.\", Character.ai → \"Character Technologies, Inc.\", Runway ML → \"Runway AI, Inc.\").\n2. **Verify the company exists in S&P.** If you skipped Rule 0, call `get_info_from_identifiers(identifiers=[\"Company\"])` now — if this also returns empty, the company may be too early-stage or not yet indexed.\n\n### Rule 2: Subsidiaries have no funding rounds\n\nCompanies that are divisions or wholly-owned subsidiaries of larger companies (e.g., DeepMind under Alphabet, GitHub under Microsoft, BeReal under Voodoo) will return **zero funding rounds**. Their capital events are tracked at the parent level.\n\n**How to detect:** The `status` field from `get_info_from_identifiers` will show `\"Operating Subsidiary\"`. The `references\u002Fsector-seeds.md` file also flags known subsidiaries with ⚠️ warnings. Skip these for funding queries.\n\n### Rule 3: Use `get_rounds_of_funding_from_identifiers` as the primary tool, not `get_funding_summary_from_identifiers`\n\nThe summary tool is faster but less reliable — it can return errors or incomplete data even when detailed rounds exist. Always use the detailed rounds tool as the primary data source. The summary tool is acceptable only for quick aggregate checks (total raised, round count) and should be verified against the rounds tool if results seem low.\n\n### Rule 4: Batch carefully and validate\n\nWhen processing large company universes (50+ companies), batch in groups of 15–20. After each batch, check for companies that returned empty results and run them through the fallback steps in Rule 1 before moving on.\n\n### Rule 5: The `role` parameter is critical\n\n- `company_raising_funds` → \"What rounds did X raise?\" (company perspective)\n- `company_investing_in_round_of_funding` → \"What did investor Y invest in?\" (investor perspective)\n\nUsing the wrong role returns empty results silently. For deal flow digests, you almost always want `company_raising_funds`. Only use the investor role when specifically analyzing an investor's portfolio activity.\n\n### Rule 6: Identifier resolution is case-insensitive but spelling-sensitive\n\nS&P Global handles case variations (\"openai\" = \"OpenAI\") but is strict on spelling and punctuation. \"Character AI\" may fail where \"Character.ai\" succeeds. When in doubt, use the `company_id` (e.g., `C_1829047235`) which is guaranteed to resolve.\n\n## Workflow\n\n### Step 1: Establish Coverage & Period\n\nDetermine what the digest should cover. There are two setups:\n\n**Returning user (has a watchlist):**\nIf the user has previously defined sectors or companies to track, use that list. Check conversation history for prior watchlists.\n\n**New user:**\nAsk for:\n\n| Parameter | Default | Notes |\n|-----------|---------|-------|\n| **Sectors** | *(at least one)* | e.g., \"AI, Fintech, Biotech\" |\n| **Specific companies** | Optional | Supplement sector-level coverage |\n| **Time period** | Last 7 days | \"This week\", \"last 2 weeks\", \"this month\" |\n\nCalculate the exact `start_date` and `end_date` from the time period.\n\n### Step 2: Build the Company Universe\n\nFor each sector specified, build a company universe using a validated bootstrapping approach:\n\n1. **Seed companies** from domain knowledge (see `references\u002Fsector-seeds.md`)\n   - Pay attention to the ⚠️ warnings and alias notes in the seeds file — some well-known companies are subsidiaries, have been acquired, or require a specific legal name to resolve.\n   - The seeds file includes `company_id` values for known alias mismatches. Use these directly if the brand name fails.\n\n2. **Pre-validate all seeds immediately** (Rule 0):\n   ```\n   get_info_from_identifiers(identifiers=[all_seeds_for_this_sector])\n   ```\n   Triage the results into two buckets:\n   - ✅ **Resolved & Operating** (`status` = \"Operating\") → proceed to competitor expansion\n   - ❌ **Unresolved or Subsidiary** → retry with alias\u002Flegal name from seeds file; subsidiaries are noted for context but excluded from funding queries\n\n3. **Expand via competitors** (using only the ✅ resolved seeds):\n   ```\n   get_competitors_from_identifiers(identifiers=[resolved_seeds], competitor_source=\"all\")\n   ```\n\n4. **Validate expanded universe:**\n   ```\n   get_info_from_identifiers(identifiers=[new_competitors])\n   ```\n   Apply the same triage. Filter by `simple_industry` matching the target sector. Drop any unresolved names or subsidiaries.\n\nIf the user provides specific companies, add those directly but still run them through the pre-validation triage. Never skip validation — even well-known brand names can fail silently.\n\nKeep the universe manageable — aim for 15–40 **resolved, operating** companies per sector. For a multi-sector digest, this might total 50–100+ companies.\n\n### Step 3: Pull Funding Rounds\n\nFor all companies in the universe:\n\n```\nget_rounds_of_funding_from_identifiers(\n    identifiers=[batch],\n    role=\"company_raising_funds\",\n    start_date=\"YYYY-MM-DD\",\n    end_date=\"YYYY-MM-DD\"\n)\n```\n\nProcess in batches of 15–20 if the universe is large.\n\n**After each batch, identify companies with empty results.** For any company expected to have activity:\n1. Retry with the legal entity name or alternate identifier (see Entity Resolution rules above).\n2. Log the company as \"no data\" only after exhausting fallbacks.\n\nCollect all `transaction_id` values from successful results, then enrich with detailed round info:\n\n```\nget_rounds_of_funding_info_from_transaction_ids(\n    transaction_ids=[all_funding_ids]\n)\n```\n\nPass ALL transaction IDs in a single call (or small number of calls) rather than one per transaction — the tool handles batches efficiently.\n\n**Extract the following from each round (critical for the slide):**\n- `transaction_id` — needed for the Capital IQ deal link\n- **Announcement date** — when the round was publicly announced\n- **Close date** — when the round officially closed\n- Amount raised\n- **Pre-money valuation** (if disclosed)\n- **Post-money valuation** (if disclosed)\n- Lead investors\n- Round type (Series A, B, C, etc.)\n- Security terms\n- Advisors\n- Pricing trend (up-round \u002F down-round \u002F flat)\n\n> **Dates are required.** The announcement and close dates must always appear in the final slide's deal table. If only one date is available, show it and mark the other as \"—\".\n\n### Step 4: Pull Company Context for Notable Deals\n\nFor any company involved in a significant deal (large round, notable valuation shift), get a brief description:\n\n```\nget_company_summary_from_identifiers(identifiers=[notable_companies])\n```\n\nThis adds context to the narrative (e.g., \"The company, an AI infrastructure startup founded in 2021, is expanding into...\").\n\n### Step 5: Identify Highlights & Trends\n\nBefore designing the slide, analyze the data to surface the story:\n\n**Flag as \"Notable\":**\n- Rounds ≥ $100M\n- Down rounds (pricing trend = down)\n- New unicorns (post-money valuation crossing $1B)\n- Significant valuation jumps (post-money ≥ 2x the last known valuation)\n- Repeat raisers (same company raising again within 6 months)\n- Unusually large investor syndicates\n\n**Identify Trends:**\n- Total capital deployed this period vs. typical (if historical data available)\n- Which sub-sectors are hottest (most rounds, most capital)\n- Round stage distribution (is early-stage or late-stage dominating?)\n- Most active investors across the digest\n- Geographic concentration\n- Valuation trends (are pre-money valuations compressing or expanding?)\n\n**Select Key Takeaways (3–5):**\nDistill the most important signals into 3–5 concise bullet-style takeaways. These are the centerpiece of the slide. Each takeaway should be one sentence, punchy, and data-backed.\n\nExamples:\n- \"AI sector raised $2.4B across 8 rounds — 3x the prior week, led by a $800M mega-round from [Company] at a $12B post-money valuation.\"\n- \"[Company] closed a $200M Series D at $3.5B pre-money, up from $1.8B in its Series C — signaling strong demand for AI developer tools.\"\n- \"Down-round activity ticked up: 2 of 6 late-stage rounds priced below prior valuations.\"\n\n### Step 6: Generate Company Logos\n\nFor each company featured in the key takeaways or notable deals, generate a logo using a two-tier local pipeline. **Do not use Clearbit** (`logo.clearbit.com`) — it is deprecated and consistently fails. External logo CDNs (Brandfetch, logo.dev, Google Favicons) require API keys or are blocked by network restrictions. Instead, use the following approach:\n\n#### Tier 1: `simple-icons` npm Package (3,300+ Brand SVGs, No Network Required)\n\nThe `simple-icons` package bundles high-quality SVG icons for thousands of well-known brands. It works entirely offline — no API keys, no network calls. Install it alongside `sharp` for SVG → PNG conversion:\n\n```bash\nnpm install simple-icons sharp\n```\n\n**Lookup strategy:**\n\n```javascript\nconst si = require('simple-icons');\nconst sharp = require('sharp');\n\n\u002F\u002F Find an icon by exact title match (case-insensitive)\nfunction findSimpleIcon(companyName) {\n    \u002F\u002F Try exact match first\n    for (const [key, val] of Object.entries(si)) {\n        if (!key.startsWith('si') || !val || !val.title) continue;\n        if (val.title.toLowerCase() === companyName.toLowerCase()) return val;\n    }\n    \u002F\u002F Try without common suffixes (AI, Inc., Corp.)\n    const stripped = companyName.replace(\u002F\\s*(AI|Inc\\.?|Corp\\.?|Ltd\\.?)$\u002Fi, '').trim();\n    if (stripped !== companyName) {\n        for (const [key, val] of Object.entries(si)) {\n            if (!key.startsWith('si') || !val || !val.title) continue;\n            if (val.title.toLowerCase() === stripped.toLowerCase()) return val;\n        }\n    }\n    return null;\n}\n\n\u002F\u002F Convert SVG to PNG with the brand's official color\nasync function simpleIconToPng(icon, outputPath) {\n    const coloredSvg = icon.svg.replace('\u003Csvg', `\u003Csvg fill=\"#${icon.hex}\"`);\n    await sharp(Buffer.from(coloredSvg))\n        .resize(128, 128, { fit: 'contain', background: { r: 255, g: 255, b: 255, alpha: 0 } })\n        .png()\n        .toFile(outputPath);\n}\n```\n\n**Coverage:** ~43% of typical deal flow companies (strong for major tech brands like Stripe, Anthropic, Databricks, Snowflake, Discord, Shopify, SpaceX, Mistral AI, Hugging Face; weaker for niche fintech, biotech, or early-stage companies).\n\n#### Tier 2: Initial-Based Fallback via `sharp` (100% Coverage)\n\nFor companies not found in `simple-icons`, generate a clean initial-based logo as a PNG:\n\n```javascript\nasync function generateInitialLogo(companyName, outputPath) {\n    const initial = companyName.charAt(0).toUpperCase();\n    const svg = `\n    \u003Csvg width=\"128\" height=\"128\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\">\n        \u003Ccircle cx=\"64\" cy=\"64\" r=\"64\" fill=\"#BDBDBD\"\u002F>\n        \u003Ctext x=\"64\" y=\"64\" font-family=\"Arial, Helvetica, sans-serif\"\n              font-size=\"56\" font-weight=\"bold\" fill=\"#FFFFFF\"\n              text-anchor=\"middle\" dominant-baseline=\"central\">${initial}\u003C\u002Ftext>\n    \u003C\u002Fsvg>`;\n    await sharp(Buffer.from(svg)).png().toFile(outputPath);\n}\n```\n\n#### Complete Pipeline\n\n```javascript\nasync function fetchLogo(companyName, outputDir) {\n    const fileName = companyName.toLowerCase().replace(\u002F[\\s.]+\u002Fg, '-') + '.png';\n    const outPath = path.join(outputDir, fileName);\n\n    \u002F\u002F Tier 1: Try simple-icons\n    const icon = findSimpleIcon(companyName);\n    if (icon) {\n        await simpleIconToPng(icon, outPath);\n        return { path: outPath, source: 'simple-icons' };\n    }\n\n    \u002F\u002F Tier 2: Generate initial-based fallback\n    await generateInitialLogo(companyName, outPath);\n    return { path: outPath, source: 'initial-fallback' };\n}\n```\n\n**Logo guidelines:**\n- Save all logos to `\u002Fhome\u002Fclaude\u002Flogos\u002F[company-name].png`\n- All logos are 128×128 PNG with transparent backgrounds\n- On the slide, display logos at 0.35\"–0.5\" tall — they're accents, not focal points\n- Initial-fallback circles use gray (`BDBDBD`) fill with white text — consistent with the monochrome palette\n- Never mix logo styles randomly — if most companies resolve to brand icons, the few fallbacks should blend in naturally\n\n### Step 7: Generate the One-Page PPTX\n\nRead `\u002Fmnt\u002Fskills\u002Fpublic\u002Fpptx\u002FSKILL.md` and `\u002Fmnt\u002Fskills\u002Fpublic\u002Fpptx\u002Fpptxgenjs.md` before creating the slide.\n\nCreate a **single-slide** PowerPoint using `pptxgenjs`. The slide should be information-dense but visually clean — think \"executive dashboard\" not \"wall of text.\"\n\n#### Slide Layout\n\n```\n┌─────────────────────────────────────────────────────────────┐\n│  DEAL FLOW DIGEST                                           │\n│  [Period] · [Sectors]                           [Date]      │\n├─────────────────────────────────────────────────────────────┤\n│                                                             │\n│  ┌─────────┐  ┌─────────┐  ┌─────────┐  ┌─────────┐       │\n│  │  $X.XB  │  │  N      │  │  $X.XB  │  │  $X.XB  │       │\n│  │ Raised  │  │ Rounds  │  │ Avg Pre │  │ Largest │       │\n│  └─────────┘  └─────────┘  └─────────┘  └─────────┘       │\n│                                                             │\n│  KEY TAKEAWAYS                                              │\n│  ─────────────────────────────────────────────────          │\n│  [Logo] Takeaway 1 text goes here...                        │\n│  [Logo] Takeaway 2 text goes here...                        │\n│  [Logo] Takeaway 3 text goes here...                        │\n│  [Logo] Takeaway 4 text goes here...                        │\n│                                                             │\n│  TOP DEALS                                                  │\n│  ┌──────────────────────────────────────────────────────────┐│\n│  │Company│Type │Announced│Closed│Amount│Pre-$│Post-$│Lead│🔗││\n│  │───────│─────│─────────│──────│──────│─────│──────│────│──││\n│  │ ...   │ ... │  ...    │ ...  │ ...  │ ... │ ...  │... │🔗││\n│  └──────────────────────────────────────────────────────────┘│\n│                                                             │\n│  [Footer: Deal Flow Digest · Sources: S&P Global Capital IQ]│\n│  [Footer: AI Disclaimer]                                    │\n└─────────────────────────────────────────────────────────────┘\n```\n\n#### Design Specifications\n\n**Color philosophy: Minimal, monochrome-first.** The slide should feel like a high-end financial brief — black, white, and gray dominate. Color is used **only** where it carries meaning (e.g., a red indicator for a down round, a green indicator for a standout metric) or where the reader would naturally expect it (company logos). Never use color for purely decorative purposes like background fills, accent bars, or gradient effects.\n\n**Color palette — Monochrome Executive:**\n- Primary background: `FFFFFF` (white) — clean, open slide background\n- Header bar: `1A1A1A` (near-black) — strong contrast for the title region\n- Primary text: `1A1A1A` (near-black) — all body text, stat numbers, takeaways\n- Secondary text: `6B6B6B` (medium gray) — labels, captions, footer, date stamps\n- Borders & dividers: `D0D0D0` (light gray) — subtle structural lines, card outlines, table borders\n- Card backgrounds: `F5F5F5` (off-white \u002F very light gray) — stat card fills, alternating table rows\n- Link text: `2B5797` (muted blue) — Capital IQ deal links in the table (the only blue on the slide)\n- **Semantic color (sparingly):**\n  - Down rounds or negative signals: `C0392B` (muted red) — use only as a small dot, tag, or single-word highlight, never as a fill or background\n  - Standout positive metrics (new unicorn, outsized round): `2E7D32` (muted green) — same minimal usage: a dot, a small tag, or a single highlighted number\n  - If no data points warrant a color indicator, **use no color at all**. A fully monochrome slide is perfectly correct.\n\n**Typography:**\n- Title: 28–32pt, bold, white on near-black header bar\n- Stat numbers: 36–44pt, bold, near-black\n- Stat labels: 10–12pt, medium gray (`6B6B6B`)\n- Takeaway text: 12–14pt, near-black, left-aligned\n- Table text: 9–11pt, near-black with gray (`6B6B6B`) for secondary columns\n- Link text: 9–10pt, muted blue (`2B5797`)\n- Footer: 8pt, medium gray\n\n**Stat Cards (top row):**\n- 4 key metrics as large-number callouts: Total Raised, # Rounds, Avg Pre-Money Valuation, Largest Round\n- Each in a card with `F5F5F5` fill and a thin `D0D0D0` border — no shadow, no color fills\n- If a stat is surprising or extreme (e.g., 3x normal volume, a record deal), a small colored dot or underline may be placed next to that single number — otherwise keep fully monochrome\n- If pre-money valuations are mostly undisclosed, substitute with a different metric (e.g., Median Round Size, # New Unicorns)\n\n**Key Takeaways (middle section):**\n- 3–5 one-line takeaways, each prefixed with the relevant company logo (small, ~0.35\" tall)\n- If no logo available, use a **gray circle** with the company initial in white — not a colored circle\n- Left-aligned, with enough spacing to breathe\n- Down-round or negative takeaways may use a small red dot prefix; otherwise no color\n- Include valuation context where available (e.g., \"at a $5B post-money valuation\")\n\n**Top Deals Table (bottom section):**\n- Compact table showing the 4–6 most notable deals\n- Columns: Company, Type (Series X), Announced (date), Closed (date), Amount ($M), Pre-Money ($M), Post-Money ($M), Lead Investor, Deal Link\n- **Announced** and **Closed** columns show dates in `MMM DD` format (e.g., \"Jan 15\"). These columns are required and must always be present. If a date is not available, show \"—\".\n- The **Deal Link** column contains a clickable \"View →\" text linking to Capital IQ:\n  ```\n  https:\u002F\u002Fwww.capitaliq.spglobal.com\u002Fweb\u002Fclient?#offering\u002FcapitalOfferingProfile?id=\u003Ctransaction_id>\n  ```\n  where `\u003Ctransaction_id>` is the `transaction_id` from `get_rounds_of_funding_from_identifiers`.\n- If pre-money or post-money valuation is not disclosed, show \"—\" in that cell\n- Header row with near-black (`1A1A1A`) fill and white text; alternating rows in `F5F5F5` and `FFFFFF`\n- **Center the table horizontally** on the slide. Calculate the table's total width, then set `x` so it is centered within the slide width: `x = (slideWidth - tableWidth) \u002F 2`. For a 16:9 layout (13.33\" wide), if the table is 12\" wide, use `x = 0.67`. Never left-align the table to the slide edge.\n- Keep it tight — this is a reference, not the focal point\n- No colored fills in table cells. If a deal is a down round, a small red text tag \"(↓ down)\" may appear next to the amount — that is the only permitted color in the table.\n\n**Deal Link Implementation (pptxgenjs):**\nIn pptxgenjs, hyperlinks are added to table cells using the `options.hyperlink` property on the cell object:\n```javascript\n\u002F\u002F Table cell with Capital IQ deal link\n{\n  text: \"View →\",\n  options: {\n    hyperlink: {\n      url: `https:\u002F\u002Fwww.capitaliq.spglobal.com\u002Fweb\u002Fclient?#offering\u002FcapitalOfferingProfile?id=${transactionId}`\n    },\n    color: \"2B5797\",\n    fontSize: 9,\n    fontFace: \"Arial\"\n  }\n}\n```\n\n**Table Centering (pptxgenjs):**\nAlways center the deal table on the slide. Calculate the x position dynamically:\n```javascript\nconst SLIDE_W = 13.33; \u002F\u002F 16:9 slide width\nconst TABLE_W = 12.5;  \u002F\u002F total table width (sum of all column widths)\nconst TABLE_X = (SLIDE_W - TABLE_W) \u002F 2; \u002F\u002F ≈ 0.42\"\n\nslide.addTable(tableRows, {\n  x: TABLE_X,\n  y: tableY,\n  w: TABLE_W,\n  colW: [1.8, 0.9, 0.9, 0.9, 1.0, 1.1, 1.2, 1.6, 0.7], \u002F\u002F Company, Type, Announced, Closed, Amount, Pre-$, Post-$, Lead, Link\n  \u002F\u002F ... other options\n});\n```\nAdjust `colW` values as needed, but always recompute `TABLE_X` from `(SLIDE_W - sum(colW)) \u002F 2` to keep the table centered.\n\n**Footer:**\n- Small text in medium gray: \"Deal Flow Digest · [Period] · Sources: S&P Global Capital IQ · Generated [Date]\"\n\n**General color rules (enforce strictly):**\n- Company logos are the only \"full color\" elements on the slide — they appear as-is from the source.\n- Deal links use muted blue (`2B5797`) — this is the only non-monochrome text color besides semantic red\u002Fgreen.\n- Outside of logos and links, the slide should look correct printed on a black-and-white printer.\n- Never apply color to backgrounds, accent bars, decorative shapes, or section dividers.\n- When in doubt, leave it gray.\n\n#### Code Structure\n\n```javascript\nconst pptxgen = require(\"pptxgenjs\");\nconst pres = new pptxgen();\npres.layout = \"LAYOUT_16x9\";\npres.title = \"Deal Flow Digest\";\n\nconst slide = pres.addSlide();\nconst SLIDE_W = 13.33; \u002F\u002F 16:9 slide width in inches\n\n\u002F\u002F 1. Dark header bar with title and period\n\u002F\u002F 2. Stat cards row (4 cards: Total Raised, # Rounds, Avg Pre-Money, Largest Round)\n\u002F\u002F 3. Key takeaways section with logos (include valuation context)\n\u002F\u002F 4. Top deals table with Announced, Closed, Pre-Money, Post-Money columns and Capital IQ deal links\n\u002F\u002F    - Center the table: x = (SLIDE_W - tableWidth) \u002F 2\n\u002F\u002F 5. Footer\n\npres.writeFile({ fileName: \"\u002Fhome\u002Fclaude\u002Fdeal-flow-digest.pptx\" });\n```\n\nUse factory functions (not shared objects) for shadows and repeated styles per the pptxgenjs pitfalls guidance.\n\n### Step 8: QA the Slide\n\nFollow the QA process from the PPTX skill:\n\n1. **Content QA:** `python -m markitdown deal-flow-digest.pptx` — verify all text, numbers, company names, valuation figures, and deal links are correct\n2. **Visual QA:** Convert to image and inspect:\n   ```bash\n   python \u002Fmnt\u002Fskills\u002Fpublic\u002Fpptx\u002Fscripts\u002Foffice\u002Fsoffice.py --headless --convert-to pdf deal-flow-digest.pptx\n   pdftoppm -jpeg -r 200 deal-flow-digest.pdf slide\n   ```\n   Check for overlapping elements, text overflow, alignment issues, low-contrast text, logo sizing problems, and that deal link text is visible.\n3. **Link QA:** Verify that the Capital IQ URLs in the table are correctly formatted with the right transaction IDs.\n4. **Fix and re-verify** — at least one fix-and-verify cycle before declaring done.\n\n### Step 9: Present Results\n\n1. Copy the final `.pptx` to `\u002Fmnt\u002Fuser-data\u002Foutputs\u002F`\n2. Use `present_files` to share the slide\n3. Provide a 2–3 sentence verbal summary:\n   - \"Your digest covers X rounds totaling $Y raised across [sectors].\"\n   - Call out the single most notable deal and its valuation\n   - Flag any concerning trends (down rounds, valuation compression, etc.)\n\n## Error Handling\n\n### Entity Resolution Failures\n- **Empty results for a known company:** First check `get_info_from_identifiers` — if that fails, try the alias from `references\u002Fsector-seeds.md` or the `company_id` directly. Common brand→legal mismatches: Together AI → \"Together Computer, Inc.\", Character.ai → \"Character Technologies, Inc.\", Runway ML → \"Runway AI, Inc.\".\n- **Subsidiary companies:** DeepMind, GitHub, Instagram, WhatsApp, YouTube, BeReal, etc. are subsidiaries — they have zero independent funding rounds. Note these as \"acquired\u002Fsubsidiary\" in context but do not report them as \"no activity.\"\n- **Defunct companies:** Companies like Convoy (shut down Oct 2023) still resolve in S&P Global but will never have new activity. The `references\u002Fsector-seeds.md` file flags these — check it before including a company.\n- **`get_funding_summary_from_identifiers` errors or returns zeros:** Fall back to `get_rounds_of_funding_from_identifiers` — the summary tool is less reliable. Never rely on the summary tool as the sole data source.\n- **Wrong `role` parameter:** If investor-perspective queries return empty, verify you're using `company_investing_in_round_of_funding`, not `company_raising_funds` (and vice versa).\n\n### Data Quality Issues\n- **No activity in period:** If a sector had zero funding rounds, note this explicitly on the slide (\"No transactions recorded in [Sector] during the period\") — absence of activity is itself informative.\n- **Sparse valuation data:** If pre-money and post-money valuations are undisclosed for most transactions, note the data limitation in a footer annotation and use \"—\" in the table. Adjust the stat card to show a different metric (e.g., Median Round Size) instead of Avg Pre-Money.\n- **Logo retrieval failures:** The `simple-icons` npm package provides ~43% coverage for typical deal flow companies. For the remainder, use the `sharp`-generated initial-based fallback. Keep a consistent icon style — don't mix random approaches. If `simple-icons` or `sharp` fail to install, fall back to pptxgenjs shape-based initials (gray ellipse + white text overlay) which require no external dependencies.\n- **Too many deals for one slide:** If there are more than 6 notable deals, show the top 6 in the table and add a footnote: \"+N additional deals not shown.\" Prioritize by deal size.\n- **Large universes:** For multi-sector digests with 100+ companies, batch all API calls in groups of 15–20. Prioritize depth on notable deals over completeness on minor ones.\n- **Stale seeds:** If competitor expansion returns very few results for a sector, the seed companies may be too niche. Broaden by adding 2–3 more well-known names and re-expanding.\n- **Invalid transaction IDs for links:** If a `transaction_id` from the funding tool doesn't produce a valid Capital IQ URL, omit the link cell for that row rather than including a broken link.\n\n## Example Prompts\n\n- \"Give me a weekly deal flow digest for AI and fintech\"\n- \"Summarize this week's funding in biotech\"\n- \"Deal roundup for my coverage — cybersecurity, cloud infrastructure, and dev tools — last 2 weeks\"\n- \"What happened in venture this week across all sectors I follow?\"\n- \"Quick deal flow slide for climate tech this month\"",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,55,67,77,81,88,100,107,112,167,173,178,208,214,224,231,249,339,356,362,375,427,433,444,482,501,506,512,517,531,556,568,574,594,600,606,611,621,631,731,752,758,763,914,919,931,937,942,951,956,966,979,992,1001,1006,1014,1096,1109,1115,1120,1129,1134,1140,1145,1153,1186,1194,1227,1237,1242,1272,1278,1297,1312,1332,1368,1376,2713,2723,2736,2748,3032,3038,3527,3535,3577,3583,3602,3622,3628,3637,3643,3660,3668,3810,3818,3875,3883,3920,3928,3963,3971,4123,4141,4359,4369,4712,4740,4748,4769,4777,4812,4818,5171,5176,5182,5187,5312,5318,5383,5389,5395,5509,5515,5629,5635,5663],{"type":42,"tag":43,"props":44,"children":45},"element","p",{},[46,53],{"type":42,"tag":47,"props":48,"children":49},"strong",{},[50],{"type":51,"value":52},"text","AI DISCLAIMER (MANDATORY):",{"type":51,"value":54},"\nYou MUST include the following disclaimer text in the powerpoint footer. This is not optional — the report is incomplete without it:",{"type":42,"tag":56,"props":57,"children":58},"blockquote",{},[59],{"type":42,"tag":43,"props":60,"children":61},{},[62],{"type":42,"tag":47,"props":63,"children":64},{},[65],{"type":51,"value":66},"\"Analysis is AI-generated — please confirm all outputs\"",{"type":42,"tag":43,"props":68,"children":69},{},[70,75],{"type":42,"tag":47,"props":71,"children":72},{},[73],{"type":51,"value":74},"Footer",{"type":51,"value":76}," — At the bottom of the generated slide, as a prominent yellow banner: \"Analysis is AI-generated — please confirm all outputs\"",{"type":42,"tag":78,"props":79,"children":80},"hr",{},[],{"type":42,"tag":82,"props":83,"children":85},"h1",{"id":84},"weekly-deal-flow-digest",[86],{"type":51,"value":87},"Weekly Deal Flow Digest",{"type":42,"tag":43,"props":89,"children":90},{},[91,93,98],{"type":51,"value":92},"Generate an analyst-quality ",{"type":42,"tag":47,"props":94,"children":95},{},[96],{"type":51,"value":97},"single-slide PowerPoint",{"type":51,"value":99}," that summarizes key takeaways from recent funding rounds across watched sectors or companies, using S&P Global Capital IQ data. Each deal links back to its Capital IQ profile for quick drill-down.",{"type":42,"tag":101,"props":102,"children":104},"h2",{"id":103},"when-to-use",[105],{"type":51,"value":106},"When to Use",{"type":42,"tag":43,"props":108,"children":109},{},[110],{"type":51,"value":111},"Trigger on any of these patterns:",{"type":42,"tag":113,"props":114,"children":115},"ul",{},[116,122,135,147,152,157,162],{"type":42,"tag":117,"props":118,"children":119},"li",{},[120],{"type":51,"value":121},"\"Give me a deal flow digest for this week\"",{"type":42,"tag":117,"props":123,"children":124},{},[125,127,133],{"type":51,"value":126},"\"Weekly funding recap for ",{"type":42,"tag":128,"props":129,"children":130},"span",{},[131],{"type":51,"value":132},"sector",{"type":51,"value":134},"\"",{"type":42,"tag":117,"props":136,"children":137},{},[138,140,145],{"type":51,"value":139},"\"What deals closed in ",{"type":42,"tag":128,"props":141,"children":142},{},[143],{"type":51,"value":144},"sector\u002Fcompanies",{"type":51,"value":146}," recently?\"",{"type":42,"tag":117,"props":148,"children":149},{},[150],{"type":51,"value":151},"\"Transaction roundup\" or \"deal roundup\"",{"type":42,"tag":117,"props":153,"children":154},{},[155],{"type":51,"value":156},"\"Capital markets update for my coverage universe\"",{"type":42,"tag":117,"props":158,"children":159},{},[160],{"type":51,"value":161},"\"Summarize recent funding activity\"",{"type":42,"tag":117,"props":163,"children":164},{},[165],{"type":51,"value":166},"Any periodic briefing request about deals, raises, or rounds",{"type":42,"tag":101,"props":168,"children":170},{"id":169},"nested-skills",[171],{"type":51,"value":172},"Nested Skills",{"type":42,"tag":43,"props":174,"children":175},{},[176],{"type":51,"value":177},"This skill produces a one-slide PPTX briefing:",{"type":42,"tag":113,"props":179,"children":180},{},[181],{"type":42,"tag":117,"props":182,"children":183},{},[184,189,191,198,200,206],{"type":42,"tag":47,"props":185,"children":186},{},[187],{"type":51,"value":188},"Read",{"type":51,"value":190}," ",{"type":42,"tag":192,"props":193,"children":195},"code",{"className":194},[],[196],{"type":51,"value":197},"\u002Fmnt\u002Fskills\u002Fpublic\u002Fpptx\u002FSKILL.md",{"type":51,"value":199}," before generating the PowerPoint (and its sub-reference ",{"type":42,"tag":192,"props":201,"children":203},{"className":202},[],[204],{"type":51,"value":205},"pptxgenjs.md",{"type":51,"value":207}," for creating from scratch)",{"type":42,"tag":101,"props":209,"children":211},{"id":210},"entity-resolution-tool-robustness",[212],{"type":51,"value":213},"Entity Resolution & Tool Robustness",{"type":42,"tag":43,"props":215,"children":216},{},[217,219],{"type":51,"value":218},"S&P Global's identifier system resolves company names to legal entities. This works well for most companies but has known failure modes that cause empty results. ",{"type":42,"tag":47,"props":220,"children":221},{},[222],{"type":51,"value":223},"Apply these rules throughout the workflow to avoid silent data loss.",{"type":42,"tag":225,"props":226,"children":228},"h3",{"id":227},"rule-0-pre-validate-all-identifiers-before-querying-funding",[229],{"type":51,"value":230},"Rule 0: Pre-validate ALL identifiers before querying funding",{"type":42,"tag":43,"props":232,"children":233},{},[234,239,241,247],{"type":42,"tag":47,"props":235,"children":236},{},[237],{"type":51,"value":238},"Before",{"type":51,"value":240}," calling any funding tools, run every identifier through ",{"type":42,"tag":192,"props":242,"children":244},{"className":243},[],[245],{"type":51,"value":246},"get_info_from_identifiers",{"type":51,"value":248},". This is the cheapest and most reliable way to catch problems early. Check two things in the response:",{"type":42,"tag":250,"props":251,"children":252},"ol",{},[253,279],{"type":42,"tag":117,"props":254,"children":255},{},[256,261,263,269,271,277],{"type":42,"tag":47,"props":257,"children":258},{},[259],{"type":51,"value":260},"Did it resolve at all?",{"type":51,"value":262}," If the identifier returns empty\u002Ferror, the name doesn't exist in S&P Global. Try the alias from ",{"type":42,"tag":192,"props":264,"children":266},{"className":265},[],[267],{"type":51,"value":268},"references\u002Fsector-seeds.md",{"type":51,"value":270},", the legal entity name, or the ",{"type":42,"tag":192,"props":272,"children":274},{"className":273},[],[275],{"type":51,"value":276},"company_id",{"type":51,"value":278}," directly.",{"type":42,"tag":117,"props":280,"children":281},{},[282,295],{"type":42,"tag":47,"props":283,"children":284},{},[285,287,293],{"type":51,"value":286},"What is the ",{"type":42,"tag":192,"props":288,"children":290},{"className":289},[],[291],{"type":51,"value":292},"status",{"type":51,"value":294}," field?",{"type":42,"tag":113,"props":296,"children":297},{},[298,309,334],{"type":42,"tag":117,"props":299,"children":300},{},[301,307],{"type":42,"tag":192,"props":302,"children":304},{"className":303},[],[305],{"type":51,"value":306},"\"Operating\"",{"type":51,"value":308}," → Safe to query for funding rounds.",{"type":42,"tag":117,"props":310,"children":311},{},[312,318,320,325,327,332],{"type":42,"tag":192,"props":313,"children":315},{"className":314},[],[316],{"type":51,"value":317},"\"Operating Subsidiary\"",{"type":51,"value":319}," → The company exists but is owned by a parent. It will return ",{"type":42,"tag":47,"props":321,"children":322},{},[323],{"type":51,"value":324},"zero funding rounds",{"type":51,"value":326},". Note this in the digest as context (e.g., \"acquired by ",{"type":42,"tag":128,"props":328,"children":329},{},[330],{"type":51,"value":331},"Parent",{"type":51,"value":333},"\") but do not query for funding.",{"type":42,"tag":117,"props":335,"children":336},{},[337],{"type":51,"value":338},"Any other status (e.g., closed, inactive) → The company is no longer operating. Historical data may exist but no new activity.",{"type":42,"tag":43,"props":340,"children":341},{},[342,347,349,354],{"type":42,"tag":47,"props":343,"children":344},{},[345],{"type":51,"value":346},"This single pre-validation step prevents the majority of empty-result issues.",{"type":51,"value":348}," Batch all candidates into a single ",{"type":42,"tag":192,"props":350,"children":352},{"className":351},[],[353],{"type":51,"value":246},{"type":51,"value":355}," call (it handles large batches well) and triage before proceeding.",{"type":42,"tag":225,"props":357,"children":359},{"id":358},"rule-1-never-trust-empty-results-without-a-fallback",[360],{"type":51,"value":361},"Rule 1: Never trust empty results without a fallback",{"type":42,"tag":43,"props":363,"children":364},{},[365,367,373],{"type":51,"value":366},"If ",{"type":42,"tag":192,"props":368,"children":370},{"className":369},[],[371],{"type":51,"value":372},"get_rounds_of_funding_from_identifiers",{"type":51,"value":374}," returns empty for a company you expect to have data:",{"type":42,"tag":250,"props":376,"children":377},{},[378,409],{"type":42,"tag":117,"props":379,"children":380},{},[381,386,388,393,395,400,402,407],{"type":42,"tag":47,"props":382,"children":383},{},[384],{"type":51,"value":385},"Try the legal entity name or company_id.",{"type":51,"value":387}," Brand names usually work, but some don't. See the alias table in ",{"type":42,"tag":192,"props":389,"children":391},{"className":390},[],[392],{"type":51,"value":268},{"type":51,"value":394}," for known mismatches. Common pattern: \"",{"type":42,"tag":128,"props":396,"children":397},{},[398],{"type":51,"value":399},"Brand",{"type":51,"value":401}," AI\" → \"",{"type":42,"tag":128,"props":403,"children":404},{},[405],{"type":51,"value":406},"Legal Name",{"type":51,"value":408},", Inc.\" (e.g., Together AI → \"Together Computer, Inc.\", Character.ai → \"Character Technologies, Inc.\", Runway ML → \"Runway AI, Inc.\").",{"type":42,"tag":117,"props":410,"children":411},{},[412,417,419,425],{"type":42,"tag":47,"props":413,"children":414},{},[415],{"type":51,"value":416},"Verify the company exists in S&P.",{"type":51,"value":418}," If you skipped Rule 0, call ",{"type":42,"tag":192,"props":420,"children":422},{"className":421},[],[423],{"type":51,"value":424},"get_info_from_identifiers(identifiers=[\"Company\"])",{"type":51,"value":426}," now — if this also returns empty, the company may be too early-stage or not yet indexed.",{"type":42,"tag":225,"props":428,"children":430},{"id":429},"rule-2-subsidiaries-have-no-funding-rounds",[431],{"type":51,"value":432},"Rule 2: Subsidiaries have no funding rounds",{"type":42,"tag":43,"props":434,"children":435},{},[436,438,442],{"type":51,"value":437},"Companies that are divisions or wholly-owned subsidiaries of larger companies (e.g., DeepMind under Alphabet, GitHub under Microsoft, BeReal under Voodoo) will return ",{"type":42,"tag":47,"props":439,"children":440},{},[441],{"type":51,"value":324},{"type":51,"value":443},". Their capital events are tracked at the parent level.",{"type":42,"tag":43,"props":445,"children":446},{},[447,452,454,459,461,466,468,473,475,480],{"type":42,"tag":47,"props":448,"children":449},{},[450],{"type":51,"value":451},"How to detect:",{"type":51,"value":453}," The ",{"type":42,"tag":192,"props":455,"children":457},{"className":456},[],[458],{"type":51,"value":292},{"type":51,"value":460}," field from ",{"type":42,"tag":192,"props":462,"children":464},{"className":463},[],[465],{"type":51,"value":246},{"type":51,"value":467}," will show ",{"type":42,"tag":192,"props":469,"children":471},{"className":470},[],[472],{"type":51,"value":317},{"type":51,"value":474},". The ",{"type":42,"tag":192,"props":476,"children":478},{"className":477},[],[479],{"type":51,"value":268},{"type":51,"value":481}," file also flags known subsidiaries with ⚠️ warnings. Skip these for funding queries.",{"type":42,"tag":225,"props":483,"children":485},{"id":484},"rule-3-use-get_rounds_of_funding_from_identifiers-as-the-primary-tool-not-get_funding_summary_from_identifiers",[486,488,493,495],{"type":51,"value":487},"Rule 3: Use ",{"type":42,"tag":192,"props":489,"children":491},{"className":490},[],[492],{"type":51,"value":372},{"type":51,"value":494}," as the primary tool, not ",{"type":42,"tag":192,"props":496,"children":498},{"className":497},[],[499],{"type":51,"value":500},"get_funding_summary_from_identifiers",{"type":42,"tag":43,"props":502,"children":503},{},[504],{"type":51,"value":505},"The summary tool is faster but less reliable — it can return errors or incomplete data even when detailed rounds exist. Always use the detailed rounds tool as the primary data source. The summary tool is acceptable only for quick aggregate checks (total raised, round count) and should be verified against the rounds tool if results seem low.",{"type":42,"tag":225,"props":507,"children":509},{"id":508},"rule-4-batch-carefully-and-validate",[510],{"type":51,"value":511},"Rule 4: Batch carefully and validate",{"type":42,"tag":43,"props":513,"children":514},{},[515],{"type":51,"value":516},"When processing large company universes (50+ companies), batch in groups of 15–20. After each batch, check for companies that returned empty results and run them through the fallback steps in Rule 1 before moving on.",{"type":42,"tag":225,"props":518,"children":520},{"id":519},"rule-5-the-role-parameter-is-critical",[521,523,529],{"type":51,"value":522},"Rule 5: The ",{"type":42,"tag":192,"props":524,"children":526},{"className":525},[],[527],{"type":51,"value":528},"role",{"type":51,"value":530}," parameter is critical",{"type":42,"tag":113,"props":532,"children":533},{},[534,545],{"type":42,"tag":117,"props":535,"children":536},{},[537,543],{"type":42,"tag":192,"props":538,"children":540},{"className":539},[],[541],{"type":51,"value":542},"company_raising_funds",{"type":51,"value":544}," → \"What rounds did X raise?\" (company perspective)",{"type":42,"tag":117,"props":546,"children":547},{},[548,554],{"type":42,"tag":192,"props":549,"children":551},{"className":550},[],[552],{"type":51,"value":553},"company_investing_in_round_of_funding",{"type":51,"value":555}," → \"What did investor Y invest in?\" (investor perspective)",{"type":42,"tag":43,"props":557,"children":558},{},[559,561,566],{"type":51,"value":560},"Using the wrong role returns empty results silently. For deal flow digests, you almost always want ",{"type":42,"tag":192,"props":562,"children":564},{"className":563},[],[565],{"type":51,"value":542},{"type":51,"value":567},". Only use the investor role when specifically analyzing an investor's portfolio activity.",{"type":42,"tag":225,"props":569,"children":571},{"id":570},"rule-6-identifier-resolution-is-case-insensitive-but-spelling-sensitive",[572],{"type":51,"value":573},"Rule 6: Identifier resolution is case-insensitive but spelling-sensitive",{"type":42,"tag":43,"props":575,"children":576},{},[577,579,584,586,592],{"type":51,"value":578},"S&P Global handles case variations (\"openai\" = \"OpenAI\") but is strict on spelling and punctuation. \"Character AI\" may fail where \"Character.ai\" succeeds. When in doubt, use the ",{"type":42,"tag":192,"props":580,"children":582},{"className":581},[],[583],{"type":51,"value":276},{"type":51,"value":585}," (e.g., ",{"type":42,"tag":192,"props":587,"children":589},{"className":588},[],[590],{"type":51,"value":591},"C_1829047235",{"type":51,"value":593},") which is guaranteed to resolve.",{"type":42,"tag":101,"props":595,"children":597},{"id":596},"workflow",[598],{"type":51,"value":599},"Workflow",{"type":42,"tag":225,"props":601,"children":603},{"id":602},"step-1-establish-coverage-period",[604],{"type":51,"value":605},"Step 1: Establish Coverage & Period",{"type":42,"tag":43,"props":607,"children":608},{},[609],{"type":51,"value":610},"Determine what the digest should cover. There are two setups:",{"type":42,"tag":43,"props":612,"children":613},{},[614,619],{"type":42,"tag":47,"props":615,"children":616},{},[617],{"type":51,"value":618},"Returning user (has a watchlist):",{"type":51,"value":620},"\nIf the user has previously defined sectors or companies to track, use that list. Check conversation history for prior watchlists.",{"type":42,"tag":43,"props":622,"children":623},{},[624,629],{"type":42,"tag":47,"props":625,"children":626},{},[627],{"type":51,"value":628},"New user:",{"type":51,"value":630},"\nAsk for:",{"type":42,"tag":632,"props":633,"children":634},"table",{},[635,659],{"type":42,"tag":636,"props":637,"children":638},"thead",{},[639],{"type":42,"tag":640,"props":641,"children":642},"tr",{},[643,649,654],{"type":42,"tag":644,"props":645,"children":646},"th",{},[647],{"type":51,"value":648},"Parameter",{"type":42,"tag":644,"props":650,"children":651},{},[652],{"type":51,"value":653},"Default",{"type":42,"tag":644,"props":655,"children":656},{},[657],{"type":51,"value":658},"Notes",{"type":42,"tag":660,"props":661,"children":662},"tbody",{},[663,689,710],{"type":42,"tag":640,"props":664,"children":665},{},[666,675,684],{"type":42,"tag":667,"props":668,"children":669},"td",{},[670],{"type":42,"tag":47,"props":671,"children":672},{},[673],{"type":51,"value":674},"Sectors",{"type":42,"tag":667,"props":676,"children":677},{},[678],{"type":42,"tag":679,"props":680,"children":681},"em",{},[682],{"type":51,"value":683},"(at least one)",{"type":42,"tag":667,"props":685,"children":686},{},[687],{"type":51,"value":688},"e.g., \"AI, Fintech, Biotech\"",{"type":42,"tag":640,"props":690,"children":691},{},[692,700,705],{"type":42,"tag":667,"props":693,"children":694},{},[695],{"type":42,"tag":47,"props":696,"children":697},{},[698],{"type":51,"value":699},"Specific companies",{"type":42,"tag":667,"props":701,"children":702},{},[703],{"type":51,"value":704},"Optional",{"type":42,"tag":667,"props":706,"children":707},{},[708],{"type":51,"value":709},"Supplement sector-level coverage",{"type":42,"tag":640,"props":711,"children":712},{},[713,721,726],{"type":42,"tag":667,"props":714,"children":715},{},[716],{"type":42,"tag":47,"props":717,"children":718},{},[719],{"type":51,"value":720},"Time period",{"type":42,"tag":667,"props":722,"children":723},{},[724],{"type":51,"value":725},"Last 7 days",{"type":42,"tag":667,"props":727,"children":728},{},[729],{"type":51,"value":730},"\"This week\", \"last 2 weeks\", \"this month\"",{"type":42,"tag":43,"props":732,"children":733},{},[734,736,742,744,750],{"type":51,"value":735},"Calculate the exact ",{"type":42,"tag":192,"props":737,"children":739},{"className":738},[],[740],{"type":51,"value":741},"start_date",{"type":51,"value":743}," and ",{"type":42,"tag":192,"props":745,"children":747},{"className":746},[],[748],{"type":51,"value":749},"end_date",{"type":51,"value":751}," from the time period.",{"type":42,"tag":225,"props":753,"children":755},{"id":754},"step-2-build-the-company-universe",[756],{"type":51,"value":757},"Step 2: Build the Company Universe",{"type":42,"tag":43,"props":759,"children":760},{},[761],{"type":51,"value":762},"For each sector specified, build a company universe using a validated bootstrapping approach:",{"type":42,"tag":250,"props":764,"children":765},{},[766,803,865,884],{"type":42,"tag":117,"props":767,"children":768},{},[769,774,776,781,783],{"type":42,"tag":47,"props":770,"children":771},{},[772],{"type":51,"value":773},"Seed companies",{"type":51,"value":775}," from domain knowledge (see ",{"type":42,"tag":192,"props":777,"children":779},{"className":778},[],[780],{"type":51,"value":268},{"type":51,"value":782},")",{"type":42,"tag":113,"props":784,"children":785},{},[786,791],{"type":42,"tag":117,"props":787,"children":788},{},[789],{"type":51,"value":790},"Pay attention to the ⚠️ warnings and alias notes in the seeds file — some well-known companies are subsidiaries, have been acquired, or require a specific legal name to resolve.",{"type":42,"tag":117,"props":792,"children":793},{},[794,796,801],{"type":51,"value":795},"The seeds file includes ",{"type":42,"tag":192,"props":797,"children":799},{"className":798},[],[800],{"type":51,"value":276},{"type":51,"value":802}," values for known alias mismatches. Use these directly if the brand name fails.",{"type":42,"tag":117,"props":804,"children":805},{},[806,811,813,825,829,831],{"type":42,"tag":47,"props":807,"children":808},{},[809],{"type":51,"value":810},"Pre-validate all seeds immediately",{"type":51,"value":812}," (Rule 0):",{"type":42,"tag":814,"props":815,"children":819},"pre",{"className":816,"code":818,"language":51},[817],"language-text","get_info_from_identifiers(identifiers=[all_seeds_for_this_sector])\n",[820],{"type":42,"tag":192,"props":821,"children":823},{"__ignoreMap":822},"",[824],{"type":51,"value":818},{"type":42,"tag":826,"props":827,"children":828},"br",{},[],{"type":51,"value":830},"Triage the results into two buckets:",{"type":42,"tag":113,"props":832,"children":833},{},[834,853],{"type":42,"tag":117,"props":835,"children":836},{},[837,839,844,846,851],{"type":51,"value":838},"✅ ",{"type":42,"tag":47,"props":840,"children":841},{},[842],{"type":51,"value":843},"Resolved & Operating",{"type":51,"value":845}," (",{"type":42,"tag":192,"props":847,"children":849},{"className":848},[],[850],{"type":51,"value":292},{"type":51,"value":852}," = \"Operating\") → proceed to competitor expansion",{"type":42,"tag":117,"props":854,"children":855},{},[856,858,863],{"type":51,"value":857},"❌ ",{"type":42,"tag":47,"props":859,"children":860},{},[861],{"type":51,"value":862},"Unresolved or Subsidiary",{"type":51,"value":864}," → retry with alias\u002Flegal name from seeds file; subsidiaries are noted for context but excluded from funding queries",{"type":42,"tag":117,"props":866,"children":867},{},[868,873,875],{"type":42,"tag":47,"props":869,"children":870},{},[871],{"type":51,"value":872},"Expand via competitors",{"type":51,"value":874}," (using only the ✅ resolved seeds):",{"type":42,"tag":814,"props":876,"children":879},{"className":877,"code":878,"language":51},[817],"get_competitors_from_identifiers(identifiers=[resolved_seeds], competitor_source=\"all\")\n",[880],{"type":42,"tag":192,"props":881,"children":882},{"__ignoreMap":822},[883],{"type":51,"value":878},{"type":42,"tag":117,"props":885,"children":886},{},[887,892,901,904,906,912],{"type":42,"tag":47,"props":888,"children":889},{},[890],{"type":51,"value":891},"Validate expanded universe:",{"type":42,"tag":814,"props":893,"children":896},{"className":894,"code":895,"language":51},[817],"get_info_from_identifiers(identifiers=[new_competitors])\n",[897],{"type":42,"tag":192,"props":898,"children":899},{"__ignoreMap":822},[900],{"type":51,"value":895},{"type":42,"tag":826,"props":902,"children":903},{},[],{"type":51,"value":905},"Apply the same triage. Filter by ",{"type":42,"tag":192,"props":907,"children":909},{"className":908},[],[910],{"type":51,"value":911},"simple_industry",{"type":51,"value":913}," matching the target sector. Drop any unresolved names or subsidiaries.",{"type":42,"tag":43,"props":915,"children":916},{},[917],{"type":51,"value":918},"If the user provides specific companies, add those directly but still run them through the pre-validation triage. Never skip validation — even well-known brand names can fail silently.",{"type":42,"tag":43,"props":920,"children":921},{},[922,924,929],{"type":51,"value":923},"Keep the universe manageable — aim for 15–40 ",{"type":42,"tag":47,"props":925,"children":926},{},[927],{"type":51,"value":928},"resolved, operating",{"type":51,"value":930}," companies per sector. For a multi-sector digest, this might total 50–100+ companies.",{"type":42,"tag":225,"props":932,"children":934},{"id":933},"step-3-pull-funding-rounds",[935],{"type":51,"value":936},"Step 3: Pull Funding Rounds",{"type":42,"tag":43,"props":938,"children":939},{},[940],{"type":51,"value":941},"For all companies in the universe:",{"type":42,"tag":814,"props":943,"children":946},{"className":944,"code":945,"language":51},[817],"get_rounds_of_funding_from_identifiers(\n    identifiers=[batch],\n    role=\"company_raising_funds\",\n    start_date=\"YYYY-MM-DD\",\n    end_date=\"YYYY-MM-DD\"\n)\n",[947],{"type":42,"tag":192,"props":948,"children":949},{"__ignoreMap":822},[950],{"type":51,"value":945},{"type":42,"tag":43,"props":952,"children":953},{},[954],{"type":51,"value":955},"Process in batches of 15–20 if the universe is large.",{"type":42,"tag":43,"props":957,"children":958},{},[959,964],{"type":42,"tag":47,"props":960,"children":961},{},[962],{"type":51,"value":963},"After each batch, identify companies with empty results.",{"type":51,"value":965}," For any company expected to have activity:",{"type":42,"tag":250,"props":967,"children":968},{},[969,974],{"type":42,"tag":117,"props":970,"children":971},{},[972],{"type":51,"value":973},"Retry with the legal entity name or alternate identifier (see Entity Resolution rules above).",{"type":42,"tag":117,"props":975,"children":976},{},[977],{"type":51,"value":978},"Log the company as \"no data\" only after exhausting fallbacks.",{"type":42,"tag":43,"props":980,"children":981},{},[982,984,990],{"type":51,"value":983},"Collect all ",{"type":42,"tag":192,"props":985,"children":987},{"className":986},[],[988],{"type":51,"value":989},"transaction_id",{"type":51,"value":991}," values from successful results, then enrich with detailed round info:",{"type":42,"tag":814,"props":993,"children":996},{"className":994,"code":995,"language":51},[817],"get_rounds_of_funding_info_from_transaction_ids(\n    transaction_ids=[all_funding_ids]\n)\n",[997],{"type":42,"tag":192,"props":998,"children":999},{"__ignoreMap":822},[1000],{"type":51,"value":995},{"type":42,"tag":43,"props":1002,"children":1003},{},[1004],{"type":51,"value":1005},"Pass ALL transaction IDs in a single call (or small number of calls) rather than one per transaction — the tool handles batches efficiently.",{"type":42,"tag":43,"props":1007,"children":1008},{},[1009],{"type":42,"tag":47,"props":1010,"children":1011},{},[1012],{"type":51,"value":1013},"Extract the following from each round (critical for the slide):",{"type":42,"tag":113,"props":1015,"children":1016},{},[1017,1027,1037,1047,1052,1062,1071,1076,1081,1086,1091],{"type":42,"tag":117,"props":1018,"children":1019},{},[1020,1025],{"type":42,"tag":192,"props":1021,"children":1023},{"className":1022},[],[1024],{"type":51,"value":989},{"type":51,"value":1026}," — needed for the Capital IQ deal link",{"type":42,"tag":117,"props":1028,"children":1029},{},[1030,1035],{"type":42,"tag":47,"props":1031,"children":1032},{},[1033],{"type":51,"value":1034},"Announcement date",{"type":51,"value":1036}," — when the round was publicly announced",{"type":42,"tag":117,"props":1038,"children":1039},{},[1040,1045],{"type":42,"tag":47,"props":1041,"children":1042},{},[1043],{"type":51,"value":1044},"Close date",{"type":51,"value":1046}," — when the round officially closed",{"type":42,"tag":117,"props":1048,"children":1049},{},[1050],{"type":51,"value":1051},"Amount raised",{"type":42,"tag":117,"props":1053,"children":1054},{},[1055,1060],{"type":42,"tag":47,"props":1056,"children":1057},{},[1058],{"type":51,"value":1059},"Pre-money valuation",{"type":51,"value":1061}," (if disclosed)",{"type":42,"tag":117,"props":1063,"children":1064},{},[1065,1070],{"type":42,"tag":47,"props":1066,"children":1067},{},[1068],{"type":51,"value":1069},"Post-money valuation",{"type":51,"value":1061},{"type":42,"tag":117,"props":1072,"children":1073},{},[1074],{"type":51,"value":1075},"Lead investors",{"type":42,"tag":117,"props":1077,"children":1078},{},[1079],{"type":51,"value":1080},"Round type (Series A, B, C, etc.)",{"type":42,"tag":117,"props":1082,"children":1083},{},[1084],{"type":51,"value":1085},"Security terms",{"type":42,"tag":117,"props":1087,"children":1088},{},[1089],{"type":51,"value":1090},"Advisors",{"type":42,"tag":117,"props":1092,"children":1093},{},[1094],{"type":51,"value":1095},"Pricing trend (up-round \u002F down-round \u002F flat)",{"type":42,"tag":56,"props":1097,"children":1098},{},[1099],{"type":42,"tag":43,"props":1100,"children":1101},{},[1102,1107],{"type":42,"tag":47,"props":1103,"children":1104},{},[1105],{"type":51,"value":1106},"Dates are required.",{"type":51,"value":1108}," The announcement and close dates must always appear in the final slide's deal table. If only one date is available, show it and mark the other as \"—\".",{"type":42,"tag":225,"props":1110,"children":1112},{"id":1111},"step-4-pull-company-context-for-notable-deals",[1113],{"type":51,"value":1114},"Step 4: Pull Company Context for Notable Deals",{"type":42,"tag":43,"props":1116,"children":1117},{},[1118],{"type":51,"value":1119},"For any company involved in a significant deal (large round, notable valuation shift), get a brief description:",{"type":42,"tag":814,"props":1121,"children":1124},{"className":1122,"code":1123,"language":51},[817],"get_company_summary_from_identifiers(identifiers=[notable_companies])\n",[1125],{"type":42,"tag":192,"props":1126,"children":1127},{"__ignoreMap":822},[1128],{"type":51,"value":1123},{"type":42,"tag":43,"props":1130,"children":1131},{},[1132],{"type":51,"value":1133},"This adds context to the narrative (e.g., \"The company, an AI infrastructure startup founded in 2021, is expanding into...\").",{"type":42,"tag":225,"props":1135,"children":1137},{"id":1136},"step-5-identify-highlights-trends",[1138],{"type":51,"value":1139},"Step 5: Identify Highlights & Trends",{"type":42,"tag":43,"props":1141,"children":1142},{},[1143],{"type":51,"value":1144},"Before designing the slide, analyze the data to surface the story:",{"type":42,"tag":43,"props":1146,"children":1147},{},[1148],{"type":42,"tag":47,"props":1149,"children":1150},{},[1151],{"type":51,"value":1152},"Flag as \"Notable\":",{"type":42,"tag":113,"props":1154,"children":1155},{},[1156,1161,1166,1171,1176,1181],{"type":42,"tag":117,"props":1157,"children":1158},{},[1159],{"type":51,"value":1160},"Rounds ≥ $100M",{"type":42,"tag":117,"props":1162,"children":1163},{},[1164],{"type":51,"value":1165},"Down rounds (pricing trend = down)",{"type":42,"tag":117,"props":1167,"children":1168},{},[1169],{"type":51,"value":1170},"New unicorns (post-money valuation crossing $1B)",{"type":42,"tag":117,"props":1172,"children":1173},{},[1174],{"type":51,"value":1175},"Significant valuation jumps (post-money ≥ 2x the last known valuation)",{"type":42,"tag":117,"props":1177,"children":1178},{},[1179],{"type":51,"value":1180},"Repeat raisers (same company raising again within 6 months)",{"type":42,"tag":117,"props":1182,"children":1183},{},[1184],{"type":51,"value":1185},"Unusually large investor syndicates",{"type":42,"tag":43,"props":1187,"children":1188},{},[1189],{"type":42,"tag":47,"props":1190,"children":1191},{},[1192],{"type":51,"value":1193},"Identify Trends:",{"type":42,"tag":113,"props":1195,"children":1196},{},[1197,1202,1207,1212,1217,1222],{"type":42,"tag":117,"props":1198,"children":1199},{},[1200],{"type":51,"value":1201},"Total capital deployed this period vs. typical (if historical data available)",{"type":42,"tag":117,"props":1203,"children":1204},{},[1205],{"type":51,"value":1206},"Which sub-sectors are hottest (most rounds, most capital)",{"type":42,"tag":117,"props":1208,"children":1209},{},[1210],{"type":51,"value":1211},"Round stage distribution (is early-stage or late-stage dominating?)",{"type":42,"tag":117,"props":1213,"children":1214},{},[1215],{"type":51,"value":1216},"Most active investors across the digest",{"type":42,"tag":117,"props":1218,"children":1219},{},[1220],{"type":51,"value":1221},"Geographic concentration",{"type":42,"tag":117,"props":1223,"children":1224},{},[1225],{"type":51,"value":1226},"Valuation trends (are pre-money valuations compressing or expanding?)",{"type":42,"tag":43,"props":1228,"children":1229},{},[1230,1235],{"type":42,"tag":47,"props":1231,"children":1232},{},[1233],{"type":51,"value":1234},"Select Key Takeaways (3–5):",{"type":51,"value":1236},"\nDistill the most important signals into 3–5 concise bullet-style takeaways. These are the centerpiece of the slide. Each takeaway should be one sentence, punchy, and data-backed.",{"type":42,"tag":43,"props":1238,"children":1239},{},[1240],{"type":51,"value":1241},"Examples:",{"type":42,"tag":113,"props":1243,"children":1244},{},[1245,1257,1267],{"type":42,"tag":117,"props":1246,"children":1247},{},[1248,1250,1255],{"type":51,"value":1249},"\"AI sector raised $2.4B across 8 rounds — 3x the prior week, led by a $800M mega-round from ",{"type":42,"tag":128,"props":1251,"children":1252},{},[1253],{"type":51,"value":1254},"Company",{"type":51,"value":1256}," at a $12B post-money valuation.\"",{"type":42,"tag":117,"props":1258,"children":1259},{},[1260,1261,1265],{"type":51,"value":134},{"type":42,"tag":128,"props":1262,"children":1263},{},[1264],{"type":51,"value":1254},{"type":51,"value":1266}," closed a $200M Series D at $3.5B pre-money, up from $1.8B in its Series C — signaling strong demand for AI developer tools.\"",{"type":42,"tag":117,"props":1268,"children":1269},{},[1270],{"type":51,"value":1271},"\"Down-round activity ticked up: 2 of 6 late-stage rounds priced below prior valuations.\"",{"type":42,"tag":225,"props":1273,"children":1275},{"id":1274},"step-6-generate-company-logos",[1276],{"type":51,"value":1277},"Step 6: Generate Company Logos",{"type":42,"tag":43,"props":1279,"children":1280},{},[1281,1283,1288,1289,1295],{"type":51,"value":1282},"For each company featured in the key takeaways or notable deals, generate a logo using a two-tier local pipeline. ",{"type":42,"tag":47,"props":1284,"children":1285},{},[1286],{"type":51,"value":1287},"Do not use Clearbit",{"type":51,"value":845},{"type":42,"tag":192,"props":1290,"children":1292},{"className":1291},[],[1293],{"type":51,"value":1294},"logo.clearbit.com",{"type":51,"value":1296},") — it is deprecated and consistently fails. External logo CDNs (Brandfetch, logo.dev, Google Favicons) require API keys or are blocked by network restrictions. Instead, use the following approach:",{"type":42,"tag":1298,"props":1299,"children":1301},"h4",{"id":1300},"tier-1-simple-icons-npm-package-3300-brand-svgs-no-network-required",[1302,1304,1310],{"type":51,"value":1303},"Tier 1: ",{"type":42,"tag":192,"props":1305,"children":1307},{"className":1306},[],[1308],{"type":51,"value":1309},"simple-icons",{"type":51,"value":1311}," npm Package (3,300+ Brand SVGs, No Network Required)",{"type":42,"tag":43,"props":1313,"children":1314},{},[1315,1317,1322,1324,1330],{"type":51,"value":1316},"The ",{"type":42,"tag":192,"props":1318,"children":1320},{"className":1319},[],[1321],{"type":51,"value":1309},{"type":51,"value":1323}," package bundles high-quality SVG icons for thousands of well-known brands. It works entirely offline — no API keys, no network calls. Install it alongside ",{"type":42,"tag":192,"props":1325,"children":1327},{"className":1326},[],[1328],{"type":51,"value":1329},"sharp",{"type":51,"value":1331}," for SVG → PNG conversion:",{"type":42,"tag":814,"props":1333,"children":1337},{"className":1334,"code":1335,"language":1336,"meta":822,"style":822},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npm install simple-icons sharp\n","bash",[1338],{"type":42,"tag":192,"props":1339,"children":1340},{"__ignoreMap":822},[1341],{"type":42,"tag":128,"props":1342,"children":1345},{"class":1343,"line":1344},"line",1,[1346,1352,1358,1363],{"type":42,"tag":128,"props":1347,"children":1349},{"style":1348},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[1350],{"type":51,"value":1351},"npm",{"type":42,"tag":128,"props":1353,"children":1355},{"style":1354},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[1356],{"type":51,"value":1357}," install",{"type":42,"tag":128,"props":1359,"children":1360},{"style":1354},[1361],{"type":51,"value":1362}," simple-icons",{"type":42,"tag":128,"props":1364,"children":1365},{"style":1354},[1366],{"type":51,"value":1367}," sharp\n",{"type":42,"tag":43,"props":1369,"children":1370},{},[1371],{"type":42,"tag":47,"props":1372,"children":1373},{},[1374],{"type":51,"value":1375},"Lookup strategy:",{"type":42,"tag":814,"props":1377,"children":1381},{"className":1378,"code":1379,"language":1380,"meta":822,"style":822},"language-javascript shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","const si = require('simple-icons');\nconst sharp = require('sharp');\n\n\u002F\u002F Find an icon by exact title match (case-insensitive)\nfunction findSimpleIcon(companyName) {\n    \u002F\u002F Try exact match first\n    for (const [key, val] of Object.entries(si)) {\n        if (!key.startsWith('si') || !val || !val.title) continue;\n        if (val.title.toLowerCase() === companyName.toLowerCase()) return val;\n    }\n    \u002F\u002F Try without common suffixes (AI, Inc., Corp.)\n    const stripped = companyName.replace(\u002F\\s*(AI|Inc\\.?|Corp\\.?|Ltd\\.?)$\u002Fi, '').trim();\n    if (stripped !== companyName) {\n        for (const [key, val] of Object.entries(si)) {\n            if (!key.startsWith('si') || !val || !val.title) continue;\n            if (val.title.toLowerCase() === stripped.toLowerCase()) return val;\n        }\n    }\n    return null;\n}\n\n\u002F\u002F Convert SVG to PNG with the brand's official color\nasync function simpleIconToPng(icon, outputPath) {\n    const coloredSvg = icon.svg.replace('\u003Csvg', `\u003Csvg fill=\"#${icon.hex}\"`);\n    await sharp(Buffer.from(coloredSvg))\n        .resize(128, 128, { fit: 'contain', background: { r: 255, g: 255, b: 255, alpha: 0 } })\n        .png()\n        .toFile(outputPath);\n}\n","javascript",[1382],{"type":42,"tag":192,"props":1383,"children":1384},{"__ignoreMap":822},[1385,1439,1484,1494,1504,1537,1546,1629,1731,1805,1814,1823,1972,2007,2076,2169,2237,2246,2254,2268,2277,2285,2294,2339,2449,2495,2657,2675,2705],{"type":42,"tag":128,"props":1386,"children":1387},{"class":1343,"line":1344},[1388,1394,1400,1406,1412,1417,1422,1426,1430,1434],{"type":42,"tag":128,"props":1389,"children":1391},{"style":1390},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[1392],{"type":51,"value":1393},"const",{"type":42,"tag":128,"props":1395,"children":1397},{"style":1396},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[1398],{"type":51,"value":1399}," si ",{"type":42,"tag":128,"props":1401,"children":1403},{"style":1402},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[1404],{"type":51,"value":1405},"=",{"type":42,"tag":128,"props":1407,"children":1409},{"style":1408},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[1410],{"type":51,"value":1411}," require",{"type":42,"tag":128,"props":1413,"children":1414},{"style":1396},[1415],{"type":51,"value":1416},"(",{"type":42,"tag":128,"props":1418,"children":1419},{"style":1402},[1420],{"type":51,"value":1421},"'",{"type":42,"tag":128,"props":1423,"children":1424},{"style":1354},[1425],{"type":51,"value":1309},{"type":42,"tag":128,"props":1427,"children":1428},{"style":1402},[1429],{"type":51,"value":1421},{"type":42,"tag":128,"props":1431,"children":1432},{"style":1396},[1433],{"type":51,"value":782},{"type":42,"tag":128,"props":1435,"children":1436},{"style":1402},[1437],{"type":51,"value":1438},";\n",{"type":42,"tag":128,"props":1440,"children":1442},{"class":1343,"line":1441},2,[1443,1447,1452,1456,1460,1464,1468,1472,1476,1480],{"type":42,"tag":128,"props":1444,"children":1445},{"style":1390},[1446],{"type":51,"value":1393},{"type":42,"tag":128,"props":1448,"children":1449},{"style":1396},[1450],{"type":51,"value":1451}," sharp ",{"type":42,"tag":128,"props":1453,"children":1454},{"style":1402},[1455],{"type":51,"value":1405},{"type":42,"tag":128,"props":1457,"children":1458},{"style":1408},[1459],{"type":51,"value":1411},{"type":42,"tag":128,"props":1461,"children":1462},{"style":1396},[1463],{"type":51,"value":1416},{"type":42,"tag":128,"props":1465,"children":1466},{"style":1402},[1467],{"type":51,"value":1421},{"type":42,"tag":128,"props":1469,"children":1470},{"style":1354},[1471],{"type":51,"value":1329},{"type":42,"tag":128,"props":1473,"children":1474},{"style":1402},[1475],{"type":51,"value":1421},{"type":42,"tag":128,"props":1477,"children":1478},{"style":1396},[1479],{"type":51,"value":782},{"type":42,"tag":128,"props":1481,"children":1482},{"style":1402},[1483],{"type":51,"value":1438},{"type":42,"tag":128,"props":1485,"children":1487},{"class":1343,"line":1486},3,[1488],{"type":42,"tag":128,"props":1489,"children":1491},{"emptyLinePlaceholder":1490},true,[1492],{"type":51,"value":1493},"\n",{"type":42,"tag":128,"props":1495,"children":1497},{"class":1343,"line":1496},4,[1498],{"type":42,"tag":128,"props":1499,"children":1501},{"style":1500},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[1502],{"type":51,"value":1503},"\u002F\u002F Find an icon by exact title match (case-insensitive)\n",{"type":42,"tag":128,"props":1505,"children":1507},{"class":1343,"line":1506},5,[1508,1513,1518,1522,1528,1532],{"type":42,"tag":128,"props":1509,"children":1510},{"style":1390},[1511],{"type":51,"value":1512},"function",{"type":42,"tag":128,"props":1514,"children":1515},{"style":1408},[1516],{"type":51,"value":1517}," findSimpleIcon",{"type":42,"tag":128,"props":1519,"children":1520},{"style":1402},[1521],{"type":51,"value":1416},{"type":42,"tag":128,"props":1523,"children":1525},{"style":1524},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#EEFFFF;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[1526],{"type":51,"value":1527},"companyName",{"type":42,"tag":128,"props":1529,"children":1530},{"style":1402},[1531],{"type":51,"value":782},{"type":42,"tag":128,"props":1533,"children":1534},{"style":1402},[1535],{"type":51,"value":1536}," {\n",{"type":42,"tag":128,"props":1538,"children":1540},{"class":1343,"line":1539},6,[1541],{"type":42,"tag":128,"props":1542,"children":1543},{"style":1500},[1544],{"type":51,"value":1545},"    \u002F\u002F Try exact match first\n",{"type":42,"tag":128,"props":1547,"children":1549},{"class":1343,"line":1548},7,[1550,1556,1561,1565,1570,1575,1580,1585,1590,1595,1600,1605,1610,1614,1619,1624],{"type":42,"tag":128,"props":1551,"children":1553},{"style":1552},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[1554],{"type":51,"value":1555},"    for",{"type":42,"tag":128,"props":1557,"children":1559},{"style":1558},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[1560],{"type":51,"value":845},{"type":42,"tag":128,"props":1562,"children":1563},{"style":1390},[1564],{"type":51,"value":1393},{"type":42,"tag":128,"props":1566,"children":1567},{"style":1402},[1568],{"type":51,"value":1569}," [",{"type":42,"tag":128,"props":1571,"children":1572},{"style":1396},[1573],{"type":51,"value":1574},"key",{"type":42,"tag":128,"props":1576,"children":1577},{"style":1402},[1578],{"type":51,"value":1579},",",{"type":42,"tag":128,"props":1581,"children":1582},{"style":1396},[1583],{"type":51,"value":1584}," val",{"type":42,"tag":128,"props":1586,"children":1587},{"style":1402},[1588],{"type":51,"value":1589},"]",{"type":42,"tag":128,"props":1591,"children":1592},{"style":1402},[1593],{"type":51,"value":1594}," of",{"type":42,"tag":128,"props":1596,"children":1597},{"style":1396},[1598],{"type":51,"value":1599}," Object",{"type":42,"tag":128,"props":1601,"children":1602},{"style":1402},[1603],{"type":51,"value":1604},".",{"type":42,"tag":128,"props":1606,"children":1607},{"style":1408},[1608],{"type":51,"value":1609},"entries",{"type":42,"tag":128,"props":1611,"children":1612},{"style":1558},[1613],{"type":51,"value":1416},{"type":42,"tag":128,"props":1615,"children":1616},{"style":1396},[1617],{"type":51,"value":1618},"si",{"type":42,"tag":128,"props":1620,"children":1621},{"style":1558},[1622],{"type":51,"value":1623},")) ",{"type":42,"tag":128,"props":1625,"children":1626},{"style":1402},[1627],{"type":51,"value":1628},"{\n",{"type":42,"tag":128,"props":1630,"children":1632},{"class":1343,"line":1631},8,[1633,1638,1642,1647,1651,1655,1660,1664,1668,1672,1676,1681,1686,1691,1696,1701,1705,1709,1713,1718,1722,1727],{"type":42,"tag":128,"props":1634,"children":1635},{"style":1552},[1636],{"type":51,"value":1637},"        if",{"type":42,"tag":128,"props":1639,"children":1640},{"style":1558},[1641],{"type":51,"value":845},{"type":42,"tag":128,"props":1643,"children":1644},{"style":1402},[1645],{"type":51,"value":1646},"!",{"type":42,"tag":128,"props":1648,"children":1649},{"style":1396},[1650],{"type":51,"value":1574},{"type":42,"tag":128,"props":1652,"children":1653},{"style":1402},[1654],{"type":51,"value":1604},{"type":42,"tag":128,"props":1656,"children":1657},{"style":1408},[1658],{"type":51,"value":1659},"startsWith",{"type":42,"tag":128,"props":1661,"children":1662},{"style":1558},[1663],{"type":51,"value":1416},{"type":42,"tag":128,"props":1665,"children":1666},{"style":1402},[1667],{"type":51,"value":1421},{"type":42,"tag":128,"props":1669,"children":1670},{"style":1354},[1671],{"type":51,"value":1618},{"type":42,"tag":128,"props":1673,"children":1674},{"style":1402},[1675],{"type":51,"value":1421},{"type":42,"tag":128,"props":1677,"children":1678},{"style":1558},[1679],{"type":51,"value":1680},") ",{"type":42,"tag":128,"props":1682,"children":1683},{"style":1402},[1684],{"type":51,"value":1685},"||",{"type":42,"tag":128,"props":1687,"children":1688},{"style":1402},[1689],{"type":51,"value":1690}," !",{"type":42,"tag":128,"props":1692,"children":1693},{"style":1396},[1694],{"type":51,"value":1695},"val",{"type":42,"tag":128,"props":1697,"children":1698},{"style":1402},[1699],{"type":51,"value":1700}," ||",{"type":42,"tag":128,"props":1702,"children":1703},{"style":1402},[1704],{"type":51,"value":1690},{"type":42,"tag":128,"props":1706,"children":1707},{"style":1396},[1708],{"type":51,"value":1695},{"type":42,"tag":128,"props":1710,"children":1711},{"style":1402},[1712],{"type":51,"value":1604},{"type":42,"tag":128,"props":1714,"children":1715},{"style":1396},[1716],{"type":51,"value":1717},"title",{"type":42,"tag":128,"props":1719,"children":1720},{"style":1558},[1721],{"type":51,"value":1680},{"type":42,"tag":128,"props":1723,"children":1724},{"style":1552},[1725],{"type":51,"value":1726},"continue",{"type":42,"tag":128,"props":1728,"children":1729},{"style":1402},[1730],{"type":51,"value":1438},{"type":42,"tag":128,"props":1732,"children":1734},{"class":1343,"line":1733},9,[1735,1739,1743,1747,1751,1755,1759,1764,1769,1774,1779,1783,1787,1792,1797,1801],{"type":42,"tag":128,"props":1736,"children":1737},{"style":1552},[1738],{"type":51,"value":1637},{"type":42,"tag":128,"props":1740,"children":1741},{"style":1558},[1742],{"type":51,"value":845},{"type":42,"tag":128,"props":1744,"children":1745},{"style":1396},[1746],{"type":51,"value":1695},{"type":42,"tag":128,"props":1748,"children":1749},{"style":1402},[1750],{"type":51,"value":1604},{"type":42,"tag":128,"props":1752,"children":1753},{"style":1396},[1754],{"type":51,"value":1717},{"type":42,"tag":128,"props":1756,"children":1757},{"style":1402},[1758],{"type":51,"value":1604},{"type":42,"tag":128,"props":1760,"children":1761},{"style":1408},[1762],{"type":51,"value":1763},"toLowerCase",{"type":42,"tag":128,"props":1765,"children":1766},{"style":1558},[1767],{"type":51,"value":1768},"() ",{"type":42,"tag":128,"props":1770,"children":1771},{"style":1402},[1772],{"type":51,"value":1773},"===",{"type":42,"tag":128,"props":1775,"children":1776},{"style":1396},[1777],{"type":51,"value":1778}," companyName",{"type":42,"tag":128,"props":1780,"children":1781},{"style":1402},[1782],{"type":51,"value":1604},{"type":42,"tag":128,"props":1784,"children":1785},{"style":1408},[1786],{"type":51,"value":1763},{"type":42,"tag":128,"props":1788,"children":1789},{"style":1558},[1790],{"type":51,"value":1791},"()) ",{"type":42,"tag":128,"props":1793,"children":1794},{"style":1552},[1795],{"type":51,"value":1796},"return",{"type":42,"tag":128,"props":1798,"children":1799},{"style":1396},[1800],{"type":51,"value":1584},{"type":42,"tag":128,"props":1802,"children":1803},{"style":1402},[1804],{"type":51,"value":1438},{"type":42,"tag":128,"props":1806,"children":1808},{"class":1343,"line":1807},10,[1809],{"type":42,"tag":128,"props":1810,"children":1811},{"style":1402},[1812],{"type":51,"value":1813},"    }\n",{"type":42,"tag":128,"props":1815,"children":1817},{"class":1343,"line":1816},11,[1818],{"type":42,"tag":128,"props":1819,"children":1820},{"style":1500},[1821],{"type":51,"value":1822},"    \u002F\u002F Try without common suffixes (AI, Inc., Corp.)\n",{"type":42,"tag":128,"props":1824,"children":1826},{"class":1343,"line":1825},12,[1827,1832,1837,1842,1846,1850,1855,1859,1864,1869,1874,1879,1884,1889,1894,1899,1904,1908,1912,1917,1921,1926,1931,1935,1941,1945,1950,1954,1958,1963,1968],{"type":42,"tag":128,"props":1828,"children":1829},{"style":1390},[1830],{"type":51,"value":1831},"    const",{"type":42,"tag":128,"props":1833,"children":1834},{"style":1396},[1835],{"type":51,"value":1836}," stripped",{"type":42,"tag":128,"props":1838,"children":1839},{"style":1402},[1840],{"type":51,"value":1841}," =",{"type":42,"tag":128,"props":1843,"children":1844},{"style":1396},[1845],{"type":51,"value":1778},{"type":42,"tag":128,"props":1847,"children":1848},{"style":1402},[1849],{"type":51,"value":1604},{"type":42,"tag":128,"props":1851,"children":1852},{"style":1408},[1853],{"type":51,"value":1854},"replace",{"type":42,"tag":128,"props":1856,"children":1857},{"style":1558},[1858],{"type":51,"value":1416},{"type":42,"tag":128,"props":1860,"children":1861},{"style":1402},[1862],{"type":51,"value":1863},"\u002F",{"type":42,"tag":128,"props":1865,"children":1866},{"style":1354},[1867],{"type":51,"value":1868},"\\s",{"type":42,"tag":128,"props":1870,"children":1871},{"style":1402},[1872],{"type":51,"value":1873},"*(",{"type":42,"tag":128,"props":1875,"children":1876},{"style":1354},[1877],{"type":51,"value":1878},"AI",{"type":42,"tag":128,"props":1880,"children":1881},{"style":1402},[1882],{"type":51,"value":1883},"|",{"type":42,"tag":128,"props":1885,"children":1886},{"style":1354},[1887],{"type":51,"value":1888},"Inc",{"type":42,"tag":128,"props":1890,"children":1891},{"style":1396},[1892],{"type":51,"value":1893},"\\.",{"type":42,"tag":128,"props":1895,"children":1896},{"style":1402},[1897],{"type":51,"value":1898},"?|",{"type":42,"tag":128,"props":1900,"children":1901},{"style":1354},[1902],{"type":51,"value":1903},"Corp",{"type":42,"tag":128,"props":1905,"children":1906},{"style":1396},[1907],{"type":51,"value":1893},{"type":42,"tag":128,"props":1909,"children":1910},{"style":1402},[1911],{"type":51,"value":1898},{"type":42,"tag":128,"props":1913,"children":1914},{"style":1354},[1915],{"type":51,"value":1916},"Ltd",{"type":42,"tag":128,"props":1918,"children":1919},{"style":1396},[1920],{"type":51,"value":1893},{"type":42,"tag":128,"props":1922,"children":1923},{"style":1402},[1924],{"type":51,"value":1925},"?)",{"type":42,"tag":128,"props":1927,"children":1928},{"style":1552},[1929],{"type":51,"value":1930},"$",{"type":42,"tag":128,"props":1932,"children":1933},{"style":1402},[1934],{"type":51,"value":1863},{"type":42,"tag":128,"props":1936,"children":1938},{"style":1937},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[1939],{"type":51,"value":1940},"i",{"type":42,"tag":128,"props":1942,"children":1943},{"style":1402},[1944],{"type":51,"value":1579},{"type":42,"tag":128,"props":1946,"children":1947},{"style":1402},[1948],{"type":51,"value":1949}," ''",{"type":42,"tag":128,"props":1951,"children":1952},{"style":1558},[1953],{"type":51,"value":782},{"type":42,"tag":128,"props":1955,"children":1956},{"style":1402},[1957],{"type":51,"value":1604},{"type":42,"tag":128,"props":1959,"children":1960},{"style":1408},[1961],{"type":51,"value":1962},"trim",{"type":42,"tag":128,"props":1964,"children":1965},{"style":1558},[1966],{"type":51,"value":1967},"()",{"type":42,"tag":128,"props":1969,"children":1970},{"style":1402},[1971],{"type":51,"value":1438},{"type":42,"tag":128,"props":1973,"children":1975},{"class":1343,"line":1974},13,[1976,1981,1985,1990,1995,1999,2003],{"type":42,"tag":128,"props":1977,"children":1978},{"style":1552},[1979],{"type":51,"value":1980},"    if",{"type":42,"tag":128,"props":1982,"children":1983},{"style":1558},[1984],{"type":51,"value":845},{"type":42,"tag":128,"props":1986,"children":1987},{"style":1396},[1988],{"type":51,"value":1989},"stripped",{"type":42,"tag":128,"props":1991,"children":1992},{"style":1402},[1993],{"type":51,"value":1994}," !==",{"type":42,"tag":128,"props":1996,"children":1997},{"style":1396},[1998],{"type":51,"value":1778},{"type":42,"tag":128,"props":2000,"children":2001},{"style":1558},[2002],{"type":51,"value":1680},{"type":42,"tag":128,"props":2004,"children":2005},{"style":1402},[2006],{"type":51,"value":1628},{"type":42,"tag":128,"props":2008,"children":2010},{"class":1343,"line":2009},14,[2011,2016,2020,2024,2028,2032,2036,2040,2044,2048,2052,2056,2060,2064,2068,2072],{"type":42,"tag":128,"props":2012,"children":2013},{"style":1552},[2014],{"type":51,"value":2015},"        for",{"type":42,"tag":128,"props":2017,"children":2018},{"style":1558},[2019],{"type":51,"value":845},{"type":42,"tag":128,"props":2021,"children":2022},{"style":1390},[2023],{"type":51,"value":1393},{"type":42,"tag":128,"props":2025,"children":2026},{"style":1402},[2027],{"type":51,"value":1569},{"type":42,"tag":128,"props":2029,"children":2030},{"style":1396},[2031],{"type":51,"value":1574},{"type":42,"tag":128,"props":2033,"children":2034},{"style":1402},[2035],{"type":51,"value":1579},{"type":42,"tag":128,"props":2037,"children":2038},{"style":1396},[2039],{"type":51,"value":1584},{"type":42,"tag":128,"props":2041,"children":2042},{"style":1402},[2043],{"type":51,"value":1589},{"type":42,"tag":128,"props":2045,"children":2046},{"style":1402},[2047],{"type":51,"value":1594},{"type":42,"tag":128,"props":2049,"children":2050},{"style":1396},[2051],{"type":51,"value":1599},{"type":42,"tag":128,"props":2053,"children":2054},{"style":1402},[2055],{"type":51,"value":1604},{"type":42,"tag":128,"props":2057,"children":2058},{"style":1408},[2059],{"type":51,"value":1609},{"type":42,"tag":128,"props":2061,"children":2062},{"style":1558},[2063],{"type":51,"value":1416},{"type":42,"tag":128,"props":2065,"children":2066},{"style":1396},[2067],{"type":51,"value":1618},{"type":42,"tag":128,"props":2069,"children":2070},{"style":1558},[2071],{"type":51,"value":1623},{"type":42,"tag":128,"props":2073,"children":2074},{"style":1402},[2075],{"type":51,"value":1628},{"type":42,"tag":128,"props":2077,"children":2079},{"class":1343,"line":2078},15,[2080,2085,2089,2093,2097,2101,2105,2109,2113,2117,2121,2125,2129,2133,2137,2141,2145,2149,2153,2157,2161,2165],{"type":42,"tag":128,"props":2081,"children":2082},{"style":1552},[2083],{"type":51,"value":2084},"            if",{"type":42,"tag":128,"props":2086,"children":2087},{"style":1558},[2088],{"type":51,"value":845},{"type":42,"tag":128,"props":2090,"children":2091},{"style":1402},[2092],{"type":51,"value":1646},{"type":42,"tag":128,"props":2094,"children":2095},{"style":1396},[2096],{"type":51,"value":1574},{"type":42,"tag":128,"props":2098,"children":2099},{"style":1402},[2100],{"type":51,"value":1604},{"type":42,"tag":128,"props":2102,"children":2103},{"style":1408},[2104],{"type":51,"value":1659},{"type":42,"tag":128,"props":2106,"children":2107},{"style":1558},[2108],{"type":51,"value":1416},{"type":42,"tag":128,"props":2110,"children":2111},{"style":1402},[2112],{"type":51,"value":1421},{"type":42,"tag":128,"props":2114,"children":2115},{"style":1354},[2116],{"type":51,"value":1618},{"type":42,"tag":128,"props":2118,"children":2119},{"style":1402},[2120],{"type":51,"value":1421},{"type":42,"tag":128,"props":2122,"children":2123},{"style":1558},[2124],{"type":51,"value":1680},{"type":42,"tag":128,"props":2126,"children":2127},{"style":1402},[2128],{"type":51,"value":1685},{"type":42,"tag":128,"props":2130,"children":2131},{"style":1402},[2132],{"type":51,"value":1690},{"type":42,"tag":128,"props":2134,"children":2135},{"style":1396},[2136],{"type":51,"value":1695},{"type":42,"tag":128,"props":2138,"children":2139},{"style":1402},[2140],{"type":51,"value":1700},{"type":42,"tag":128,"props":2142,"children":2143},{"style":1402},[2144],{"type":51,"value":1690},{"type":42,"tag":128,"props":2146,"children":2147},{"style":1396},[2148],{"type":51,"value":1695},{"type":42,"tag":128,"props":2150,"children":2151},{"style":1402},[2152],{"type":51,"value":1604},{"type":42,"tag":128,"props":2154,"children":2155},{"style":1396},[2156],{"type":51,"value":1717},{"type":42,"tag":128,"props":2158,"children":2159},{"style":1558},[2160],{"type":51,"value":1680},{"type":42,"tag":128,"props":2162,"children":2163},{"style":1552},[2164],{"type":51,"value":1726},{"type":42,"tag":128,"props":2166,"children":2167},{"style":1402},[2168],{"type":51,"value":1438},{"type":42,"tag":128,"props":2170,"children":2172},{"class":1343,"line":2171},16,[2173,2177,2181,2185,2189,2193,2197,2201,2205,2209,2213,2217,2221,2225,2229,2233],{"type":42,"tag":128,"props":2174,"children":2175},{"style":1552},[2176],{"type":51,"value":2084},{"type":42,"tag":128,"props":2178,"children":2179},{"style":1558},[2180],{"type":51,"value":845},{"type":42,"tag":128,"props":2182,"children":2183},{"style":1396},[2184],{"type":51,"value":1695},{"type":42,"tag":128,"props":2186,"children":2187},{"style":1402},[2188],{"type":51,"value":1604},{"type":42,"tag":128,"props":2190,"children":2191},{"style":1396},[2192],{"type":51,"value":1717},{"type":42,"tag":128,"props":2194,"children":2195},{"style":1402},[2196],{"type":51,"value":1604},{"type":42,"tag":128,"props":2198,"children":2199},{"style":1408},[2200],{"type":51,"value":1763},{"type":42,"tag":128,"props":2202,"children":2203},{"style":1558},[2204],{"type":51,"value":1768},{"type":42,"tag":128,"props":2206,"children":2207},{"style":1402},[2208],{"type":51,"value":1773},{"type":42,"tag":128,"props":2210,"children":2211},{"style":1396},[2212],{"type":51,"value":1836},{"type":42,"tag":128,"props":2214,"children":2215},{"style":1402},[2216],{"type":51,"value":1604},{"type":42,"tag":128,"props":2218,"children":2219},{"style":1408},[2220],{"type":51,"value":1763},{"type":42,"tag":128,"props":2222,"children":2223},{"style":1558},[2224],{"type":51,"value":1791},{"type":42,"tag":128,"props":2226,"children":2227},{"style":1552},[2228],{"type":51,"value":1796},{"type":42,"tag":128,"props":2230,"children":2231},{"style":1396},[2232],{"type":51,"value":1584},{"type":42,"tag":128,"props":2234,"children":2235},{"style":1402},[2236],{"type":51,"value":1438},{"type":42,"tag":128,"props":2238,"children":2240},{"class":1343,"line":2239},17,[2241],{"type":42,"tag":128,"props":2242,"children":2243},{"style":1402},[2244],{"type":51,"value":2245},"        }\n",{"type":42,"tag":128,"props":2247,"children":2249},{"class":1343,"line":2248},18,[2250],{"type":42,"tag":128,"props":2251,"children":2252},{"style":1402},[2253],{"type":51,"value":1813},{"type":42,"tag":128,"props":2255,"children":2257},{"class":1343,"line":2256},19,[2258,2263],{"type":42,"tag":128,"props":2259,"children":2260},{"style":1552},[2261],{"type":51,"value":2262},"    return",{"type":42,"tag":128,"props":2264,"children":2265},{"style":1402},[2266],{"type":51,"value":2267}," null;\n",{"type":42,"tag":128,"props":2269,"children":2271},{"class":1343,"line":2270},20,[2272],{"type":42,"tag":128,"props":2273,"children":2274},{"style":1402},[2275],{"type":51,"value":2276},"}\n",{"type":42,"tag":128,"props":2278,"children":2280},{"class":1343,"line":2279},21,[2281],{"type":42,"tag":128,"props":2282,"children":2283},{"emptyLinePlaceholder":1490},[2284],{"type":51,"value":1493},{"type":42,"tag":128,"props":2286,"children":2288},{"class":1343,"line":2287},22,[2289],{"type":42,"tag":128,"props":2290,"children":2291},{"style":1500},[2292],{"type":51,"value":2293},"\u002F\u002F Convert SVG to PNG with the brand's official color\n",{"type":42,"tag":128,"props":2295,"children":2297},{"class":1343,"line":2296},23,[2298,2303,2308,2313,2317,2322,2326,2331,2335],{"type":42,"tag":128,"props":2299,"children":2300},{"style":1390},[2301],{"type":51,"value":2302},"async",{"type":42,"tag":128,"props":2304,"children":2305},{"style":1390},[2306],{"type":51,"value":2307}," function",{"type":42,"tag":128,"props":2309,"children":2310},{"style":1408},[2311],{"type":51,"value":2312}," simpleIconToPng",{"type":42,"tag":128,"props":2314,"children":2315},{"style":1402},[2316],{"type":51,"value":1416},{"type":42,"tag":128,"props":2318,"children":2319},{"style":1524},[2320],{"type":51,"value":2321},"icon",{"type":42,"tag":128,"props":2323,"children":2324},{"style":1402},[2325],{"type":51,"value":1579},{"type":42,"tag":128,"props":2327,"children":2328},{"style":1524},[2329],{"type":51,"value":2330}," outputPath",{"type":42,"tag":128,"props":2332,"children":2333},{"style":1402},[2334],{"type":51,"value":782},{"type":42,"tag":128,"props":2336,"children":2337},{"style":1402},[2338],{"type":51,"value":1536},{"type":42,"tag":128,"props":2340,"children":2342},{"class":1343,"line":2341},24,[2343,2347,2352,2356,2361,2365,2370,2374,2378,2382,2386,2391,2395,2399,2404,2409,2414,2418,2422,2427,2432,2436,2441,2445],{"type":42,"tag":128,"props":2344,"children":2345},{"style":1390},[2346],{"type":51,"value":1831},{"type":42,"tag":128,"props":2348,"children":2349},{"style":1396},[2350],{"type":51,"value":2351}," coloredSvg",{"type":42,"tag":128,"props":2353,"children":2354},{"style":1402},[2355],{"type":51,"value":1841},{"type":42,"tag":128,"props":2357,"children":2358},{"style":1396},[2359],{"type":51,"value":2360}," icon",{"type":42,"tag":128,"props":2362,"children":2363},{"style":1402},[2364],{"type":51,"value":1604},{"type":42,"tag":128,"props":2366,"children":2367},{"style":1396},[2368],{"type":51,"value":2369},"svg",{"type":42,"tag":128,"props":2371,"children":2372},{"style":1402},[2373],{"type":51,"value":1604},{"type":42,"tag":128,"props":2375,"children":2376},{"style":1408},[2377],{"type":51,"value":1854},{"type":42,"tag":128,"props":2379,"children":2380},{"style":1558},[2381],{"type":51,"value":1416},{"type":42,"tag":128,"props":2383,"children":2384},{"style":1402},[2385],{"type":51,"value":1421},{"type":42,"tag":128,"props":2387,"children":2388},{"style":1354},[2389],{"type":51,"value":2390},"\u003Csvg",{"type":42,"tag":128,"props":2392,"children":2393},{"style":1402},[2394],{"type":51,"value":1421},{"type":42,"tag":128,"props":2396,"children":2397},{"style":1402},[2398],{"type":51,"value":1579},{"type":42,"tag":128,"props":2400,"children":2401},{"style":1402},[2402],{"type":51,"value":2403}," `",{"type":42,"tag":128,"props":2405,"children":2406},{"style":1354},[2407],{"type":51,"value":2408},"\u003Csvg fill=\"#",{"type":42,"tag":128,"props":2410,"children":2411},{"style":1402},[2412],{"type":51,"value":2413},"${",{"type":42,"tag":128,"props":2415,"children":2416},{"style":1396},[2417],{"type":51,"value":2321},{"type":42,"tag":128,"props":2419,"children":2420},{"style":1402},[2421],{"type":51,"value":1604},{"type":42,"tag":128,"props":2423,"children":2424},{"style":1396},[2425],{"type":51,"value":2426},"hex",{"type":42,"tag":128,"props":2428,"children":2429},{"style":1402},[2430],{"type":51,"value":2431},"}",{"type":42,"tag":128,"props":2433,"children":2434},{"style":1354},[2435],{"type":51,"value":134},{"type":42,"tag":128,"props":2437,"children":2438},{"style":1402},[2439],{"type":51,"value":2440},"`",{"type":42,"tag":128,"props":2442,"children":2443},{"style":1558},[2444],{"type":51,"value":782},{"type":42,"tag":128,"props":2446,"children":2447},{"style":1402},[2448],{"type":51,"value":1438},{"type":42,"tag":128,"props":2450,"children":2452},{"class":1343,"line":2451},25,[2453,2458,2463,2467,2472,2476,2481,2485,2490],{"type":42,"tag":128,"props":2454,"children":2455},{"style":1552},[2456],{"type":51,"value":2457},"    await",{"type":42,"tag":128,"props":2459,"children":2460},{"style":1408},[2461],{"type":51,"value":2462}," sharp",{"type":42,"tag":128,"props":2464,"children":2465},{"style":1558},[2466],{"type":51,"value":1416},{"type":42,"tag":128,"props":2468,"children":2469},{"style":1396},[2470],{"type":51,"value":2471},"Buffer",{"type":42,"tag":128,"props":2473,"children":2474},{"style":1402},[2475],{"type":51,"value":1604},{"type":42,"tag":128,"props":2477,"children":2478},{"style":1408},[2479],{"type":51,"value":2480},"from",{"type":42,"tag":128,"props":2482,"children":2483},{"style":1558},[2484],{"type":51,"value":1416},{"type":42,"tag":128,"props":2486,"children":2487},{"style":1396},[2488],{"type":51,"value":2489},"coloredSvg",{"type":42,"tag":128,"props":2491,"children":2492},{"style":1558},[2493],{"type":51,"value":2494},"))\n",{"type":42,"tag":128,"props":2496,"children":2498},{"class":1343,"line":2497},26,[2499,2504,2509,2513,2518,2522,2527,2531,2536,2541,2546,2551,2556,2560,2564,2569,2573,2577,2582,2586,2591,2595,2600,2604,2608,2612,2617,2621,2625,2629,2634,2638,2643,2648,2652],{"type":42,"tag":128,"props":2500,"children":2501},{"style":1402},[2502],{"type":51,"value":2503},"        .",{"type":42,"tag":128,"props":2505,"children":2506},{"style":1408},[2507],{"type":51,"value":2508},"resize",{"type":42,"tag":128,"props":2510,"children":2511},{"style":1558},[2512],{"type":51,"value":1416},{"type":42,"tag":128,"props":2514,"children":2515},{"style":1937},[2516],{"type":51,"value":2517},"128",{"type":42,"tag":128,"props":2519,"children":2520},{"style":1402},[2521],{"type":51,"value":1579},{"type":42,"tag":128,"props":2523,"children":2524},{"style":1937},[2525],{"type":51,"value":2526}," 128",{"type":42,"tag":128,"props":2528,"children":2529},{"style":1402},[2530],{"type":51,"value":1579},{"type":42,"tag":128,"props":2532,"children":2533},{"style":1402},[2534],{"type":51,"value":2535}," {",{"type":42,"tag":128,"props":2537,"children":2538},{"style":1558},[2539],{"type":51,"value":2540}," fit",{"type":42,"tag":128,"props":2542,"children":2543},{"style":1402},[2544],{"type":51,"value":2545},":",{"type":42,"tag":128,"props":2547,"children":2548},{"style":1402},[2549],{"type":51,"value":2550}," '",{"type":42,"tag":128,"props":2552,"children":2553},{"style":1354},[2554],{"type":51,"value":2555},"contain",{"type":42,"tag":128,"props":2557,"children":2558},{"style":1402},[2559],{"type":51,"value":1421},{"type":42,"tag":128,"props":2561,"children":2562},{"style":1402},[2563],{"type":51,"value":1579},{"type":42,"tag":128,"props":2565,"children":2566},{"style":1558},[2567],{"type":51,"value":2568}," background",{"type":42,"tag":128,"props":2570,"children":2571},{"style":1402},[2572],{"type":51,"value":2545},{"type":42,"tag":128,"props":2574,"children":2575},{"style":1402},[2576],{"type":51,"value":2535},{"type":42,"tag":128,"props":2578,"children":2579},{"style":1558},[2580],{"type":51,"value":2581}," r",{"type":42,"tag":128,"props":2583,"children":2584},{"style":1402},[2585],{"type":51,"value":2545},{"type":42,"tag":128,"props":2587,"children":2588},{"style":1937},[2589],{"type":51,"value":2590}," 255",{"type":42,"tag":128,"props":2592,"children":2593},{"style":1402},[2594],{"type":51,"value":1579},{"type":42,"tag":128,"props":2596,"children":2597},{"style":1558},[2598],{"type":51,"value":2599}," g",{"type":42,"tag":128,"props":2601,"children":2602},{"style":1402},[2603],{"type":51,"value":2545},{"type":42,"tag":128,"props":2605,"children":2606},{"style":1937},[2607],{"type":51,"value":2590},{"type":42,"tag":128,"props":2609,"children":2610},{"style":1402},[2611],{"type":51,"value":1579},{"type":42,"tag":128,"props":2613,"children":2614},{"style":1558},[2615],{"type":51,"value":2616}," b",{"type":42,"tag":128,"props":2618,"children":2619},{"style":1402},[2620],{"type":51,"value":2545},{"type":42,"tag":128,"props":2622,"children":2623},{"style":1937},[2624],{"type":51,"value":2590},{"type":42,"tag":128,"props":2626,"children":2627},{"style":1402},[2628],{"type":51,"value":1579},{"type":42,"tag":128,"props":2630,"children":2631},{"style":1558},[2632],{"type":51,"value":2633}," alpha",{"type":42,"tag":128,"props":2635,"children":2636},{"style":1402},[2637],{"type":51,"value":2545},{"type":42,"tag":128,"props":2639,"children":2640},{"style":1937},[2641],{"type":51,"value":2642}," 0",{"type":42,"tag":128,"props":2644,"children":2645},{"style":1402},[2646],{"type":51,"value":2647}," }",{"type":42,"tag":128,"props":2649,"children":2650},{"style":1402},[2651],{"type":51,"value":2647},{"type":42,"tag":128,"props":2653,"children":2654},{"style":1558},[2655],{"type":51,"value":2656},")\n",{"type":42,"tag":128,"props":2658,"children":2660},{"class":1343,"line":2659},27,[2661,2665,2670],{"type":42,"tag":128,"props":2662,"children":2663},{"style":1402},[2664],{"type":51,"value":2503},{"type":42,"tag":128,"props":2666,"children":2667},{"style":1408},[2668],{"type":51,"value":2669},"png",{"type":42,"tag":128,"props":2671,"children":2672},{"style":1558},[2673],{"type":51,"value":2674},"()\n",{"type":42,"tag":128,"props":2676,"children":2678},{"class":1343,"line":2677},28,[2679,2683,2688,2692,2697,2701],{"type":42,"tag":128,"props":2680,"children":2681},{"style":1402},[2682],{"type":51,"value":2503},{"type":42,"tag":128,"props":2684,"children":2685},{"style":1408},[2686],{"type":51,"value":2687},"toFile",{"type":42,"tag":128,"props":2689,"children":2690},{"style":1558},[2691],{"type":51,"value":1416},{"type":42,"tag":128,"props":2693,"children":2694},{"style":1396},[2695],{"type":51,"value":2696},"outputPath",{"type":42,"tag":128,"props":2698,"children":2699},{"style":1558},[2700],{"type":51,"value":782},{"type":42,"tag":128,"props":2702,"children":2703},{"style":1402},[2704],{"type":51,"value":1438},{"type":42,"tag":128,"props":2706,"children":2708},{"class":1343,"line":2707},29,[2709],{"type":42,"tag":128,"props":2710,"children":2711},{"style":1402},[2712],{"type":51,"value":2276},{"type":42,"tag":43,"props":2714,"children":2715},{},[2716,2721],{"type":42,"tag":47,"props":2717,"children":2718},{},[2719],{"type":51,"value":2720},"Coverage:",{"type":51,"value":2722}," ~43% of typical deal flow companies (strong for major tech brands like Stripe, Anthropic, Databricks, Snowflake, Discord, Shopify, SpaceX, Mistral AI, Hugging Face; weaker for niche fintech, biotech, or early-stage companies).",{"type":42,"tag":1298,"props":2724,"children":2726},{"id":2725},"tier-2-initial-based-fallback-via-sharp-100-coverage",[2727,2729,2734],{"type":51,"value":2728},"Tier 2: Initial-Based Fallback via ",{"type":42,"tag":192,"props":2730,"children":2732},{"className":2731},[],[2733],{"type":51,"value":1329},{"type":51,"value":2735}," (100% Coverage)",{"type":42,"tag":43,"props":2737,"children":2738},{},[2739,2741,2746],{"type":51,"value":2740},"For companies not found in ",{"type":42,"tag":192,"props":2742,"children":2744},{"className":2743},[],[2745],{"type":51,"value":1309},{"type":51,"value":2747},", generate a clean initial-based logo as a PNG:",{"type":42,"tag":814,"props":2749,"children":2751},{"className":1378,"code":2750,"language":1380,"meta":822,"style":822},"async function generateInitialLogo(companyName, outputPath) {\n    const initial = companyName.charAt(0).toUpperCase();\n    const svg = `\n    \u003Csvg width=\"128\" height=\"128\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\">\n        \u003Ccircle cx=\"64\" cy=\"64\" r=\"64\" fill=\"#BDBDBD\"\u002F>\n        \u003Ctext x=\"64\" y=\"64\" font-family=\"Arial, Helvetica, sans-serif\"\n              font-size=\"56\" font-weight=\"bold\" fill=\"#FFFFFF\"\n              text-anchor=\"middle\" dominant-baseline=\"central\">${initial}\u003C\u002Ftext>\n    \u003C\u002Fsvg>`;\n    await sharp(Buffer.from(svg)).png().toFile(outputPath);\n}\n",[2752],{"type":42,"tag":192,"props":2753,"children":2754},{"__ignoreMap":822},[2755,2795,2854,2875,2883,2891,2899,2907,2933,2949,3025],{"type":42,"tag":128,"props":2756,"children":2757},{"class":1343,"line":1344},[2758,2762,2766,2771,2775,2779,2783,2787,2791],{"type":42,"tag":128,"props":2759,"children":2760},{"style":1390},[2761],{"type":51,"value":2302},{"type":42,"tag":128,"props":2763,"children":2764},{"style":1390},[2765],{"type":51,"value":2307},{"type":42,"tag":128,"props":2767,"children":2768},{"style":1408},[2769],{"type":51,"value":2770}," generateInitialLogo",{"type":42,"tag":128,"props":2772,"children":2773},{"style":1402},[2774],{"type":51,"value":1416},{"type":42,"tag":128,"props":2776,"children":2777},{"style":1524},[2778],{"type":51,"value":1527},{"type":42,"tag":128,"props":2780,"children":2781},{"style":1402},[2782],{"type":51,"value":1579},{"type":42,"tag":128,"props":2784,"children":2785},{"style":1524},[2786],{"type":51,"value":2330},{"type":42,"tag":128,"props":2788,"children":2789},{"style":1402},[2790],{"type":51,"value":782},{"type":42,"tag":128,"props":2792,"children":2793},{"style":1402},[2794],{"type":51,"value":1536},{"type":42,"tag":128,"props":2796,"children":2797},{"class":1343,"line":1441},[2798,2802,2807,2811,2815,2819,2824,2828,2833,2837,2841,2846,2850],{"type":42,"tag":128,"props":2799,"children":2800},{"style":1390},[2801],{"type":51,"value":1831},{"type":42,"tag":128,"props":2803,"children":2804},{"style":1396},[2805],{"type":51,"value":2806}," initial",{"type":42,"tag":128,"props":2808,"children":2809},{"style":1402},[2810],{"type":51,"value":1841},{"type":42,"tag":128,"props":2812,"children":2813},{"style":1396},[2814],{"type":51,"value":1778},{"type":42,"tag":128,"props":2816,"children":2817},{"style":1402},[2818],{"type":51,"value":1604},{"type":42,"tag":128,"props":2820,"children":2821},{"style":1408},[2822],{"type":51,"value":2823},"charAt",{"type":42,"tag":128,"props":2825,"children":2826},{"style":1558},[2827],{"type":51,"value":1416},{"type":42,"tag":128,"props":2829,"children":2830},{"style":1937},[2831],{"type":51,"value":2832},"0",{"type":42,"tag":128,"props":2834,"children":2835},{"style":1558},[2836],{"type":51,"value":782},{"type":42,"tag":128,"props":2838,"children":2839},{"style":1402},[2840],{"type":51,"value":1604},{"type":42,"tag":128,"props":2842,"children":2843},{"style":1408},[2844],{"type":51,"value":2845},"toUpperCase",{"type":42,"tag":128,"props":2847,"children":2848},{"style":1558},[2849],{"type":51,"value":1967},{"type":42,"tag":128,"props":2851,"children":2852},{"style":1402},[2853],{"type":51,"value":1438},{"type":42,"tag":128,"props":2855,"children":2856},{"class":1343,"line":1486},[2857,2861,2866,2870],{"type":42,"tag":128,"props":2858,"children":2859},{"style":1390},[2860],{"type":51,"value":1831},{"type":42,"tag":128,"props":2862,"children":2863},{"style":1396},[2864],{"type":51,"value":2865}," svg",{"type":42,"tag":128,"props":2867,"children":2868},{"style":1402},[2869],{"type":51,"value":1841},{"type":42,"tag":128,"props":2871,"children":2872},{"style":1402},[2873],{"type":51,"value":2874}," `\n",{"type":42,"tag":128,"props":2876,"children":2877},{"class":1343,"line":1496},[2878],{"type":42,"tag":128,"props":2879,"children":2880},{"style":1354},[2881],{"type":51,"value":2882},"    \u003Csvg width=\"128\" height=\"128\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\">\n",{"type":42,"tag":128,"props":2884,"children":2885},{"class":1343,"line":1506},[2886],{"type":42,"tag":128,"props":2887,"children":2888},{"style":1354},[2889],{"type":51,"value":2890},"        \u003Ccircle cx=\"64\" cy=\"64\" r=\"64\" fill=\"#BDBDBD\"\u002F>\n",{"type":42,"tag":128,"props":2892,"children":2893},{"class":1343,"line":1539},[2894],{"type":42,"tag":128,"props":2895,"children":2896},{"style":1354},[2897],{"type":51,"value":2898},"        \u003Ctext x=\"64\" y=\"64\" font-family=\"Arial, Helvetica, sans-serif\"\n",{"type":42,"tag":128,"props":2900,"children":2901},{"class":1343,"line":1548},[2902],{"type":42,"tag":128,"props":2903,"children":2904},{"style":1354},[2905],{"type":51,"value":2906},"              font-size=\"56\" font-weight=\"bold\" fill=\"#FFFFFF\"\n",{"type":42,"tag":128,"props":2908,"children":2909},{"class":1343,"line":1631},[2910,2915,2919,2924,2928],{"type":42,"tag":128,"props":2911,"children":2912},{"style":1354},[2913],{"type":51,"value":2914},"              text-anchor=\"middle\" dominant-baseline=\"central\">",{"type":42,"tag":128,"props":2916,"children":2917},{"style":1402},[2918],{"type":51,"value":2413},{"type":42,"tag":128,"props":2920,"children":2921},{"style":1396},[2922],{"type":51,"value":2923},"initial",{"type":42,"tag":128,"props":2925,"children":2926},{"style":1402},[2927],{"type":51,"value":2431},{"type":42,"tag":128,"props":2929,"children":2930},{"style":1354},[2931],{"type":51,"value":2932},"\u003C\u002Ftext>\n",{"type":42,"tag":128,"props":2934,"children":2935},{"class":1343,"line":1733},[2936,2941,2945],{"type":42,"tag":128,"props":2937,"children":2938},{"style":1354},[2939],{"type":51,"value":2940},"    \u003C\u002Fsvg>",{"type":42,"tag":128,"props":2942,"children":2943},{"style":1402},[2944],{"type":51,"value":2440},{"type":42,"tag":128,"props":2946,"children":2947},{"style":1402},[2948],{"type":51,"value":1438},{"type":42,"tag":128,"props":2950,"children":2951},{"class":1343,"line":1807},[2952,2956,2960,2964,2968,2972,2976,2980,2984,2989,2993,2997,3001,3005,3009,3013,3017,3021],{"type":42,"tag":128,"props":2953,"children":2954},{"style":1552},[2955],{"type":51,"value":2457},{"type":42,"tag":128,"props":2957,"children":2958},{"style":1408},[2959],{"type":51,"value":2462},{"type":42,"tag":128,"props":2961,"children":2962},{"style":1558},[2963],{"type":51,"value":1416},{"type":42,"tag":128,"props":2965,"children":2966},{"style":1396},[2967],{"type":51,"value":2471},{"type":42,"tag":128,"props":2969,"children":2970},{"style":1402},[2971],{"type":51,"value":1604},{"type":42,"tag":128,"props":2973,"children":2974},{"style":1408},[2975],{"type":51,"value":2480},{"type":42,"tag":128,"props":2977,"children":2978},{"style":1558},[2979],{"type":51,"value":1416},{"type":42,"tag":128,"props":2981,"children":2982},{"style":1396},[2983],{"type":51,"value":2369},{"type":42,"tag":128,"props":2985,"children":2986},{"style":1558},[2987],{"type":51,"value":2988},"))",{"type":42,"tag":128,"props":2990,"children":2991},{"style":1402},[2992],{"type":51,"value":1604},{"type":42,"tag":128,"props":2994,"children":2995},{"style":1408},[2996],{"type":51,"value":2669},{"type":42,"tag":128,"props":2998,"children":2999},{"style":1558},[3000],{"type":51,"value":1967},{"type":42,"tag":128,"props":3002,"children":3003},{"style":1402},[3004],{"type":51,"value":1604},{"type":42,"tag":128,"props":3006,"children":3007},{"style":1408},[3008],{"type":51,"value":2687},{"type":42,"tag":128,"props":3010,"children":3011},{"style":1558},[3012],{"type":51,"value":1416},{"type":42,"tag":128,"props":3014,"children":3015},{"style":1396},[3016],{"type":51,"value":2696},{"type":42,"tag":128,"props":3018,"children":3019},{"style":1558},[3020],{"type":51,"value":782},{"type":42,"tag":128,"props":3022,"children":3023},{"style":1402},[3024],{"type":51,"value":1438},{"type":42,"tag":128,"props":3026,"children":3027},{"class":1343,"line":1816},[3028],{"type":42,"tag":128,"props":3029,"children":3030},{"style":1402},[3031],{"type":51,"value":2276},{"type":42,"tag":1298,"props":3033,"children":3035},{"id":3034},"complete-pipeline",[3036],{"type":51,"value":3037},"Complete Pipeline",{"type":42,"tag":814,"props":3039,"children":3041},{"className":1378,"code":3040,"language":1380,"meta":822,"style":822},"async function fetchLogo(companyName, outputDir) {\n    const fileName = companyName.toLowerCase().replace(\u002F[\\s.]+\u002Fg, '-') + '.png';\n    const outPath = path.join(outputDir, fileName);\n\n    \u002F\u002F Tier 1: Try simple-icons\n    const icon = findSimpleIcon(companyName);\n    if (icon) {\n        await simpleIconToPng(icon, outPath);\n        return { path: outPath, source: 'simple-icons' };\n    }\n\n    \u002F\u002F Tier 2: Generate initial-based fallback\n    await generateInitialLogo(companyName, outPath);\n    return { path: outPath, source: 'initial-fallback' };\n}\n",[3042],{"type":42,"tag":192,"props":3043,"children":3044},{"__ignoreMap":822},[3045,3086,3193,3248,3255,3263,3298,3321,3357,3411,3418,3425,3433,3468,3520],{"type":42,"tag":128,"props":3046,"children":3047},{"class":1343,"line":1344},[3048,3052,3056,3061,3065,3069,3073,3078,3082],{"type":42,"tag":128,"props":3049,"children":3050},{"style":1390},[3051],{"type":51,"value":2302},{"type":42,"tag":128,"props":3053,"children":3054},{"style":1390},[3055],{"type":51,"value":2307},{"type":42,"tag":128,"props":3057,"children":3058},{"style":1408},[3059],{"type":51,"value":3060}," fetchLogo",{"type":42,"tag":128,"props":3062,"children":3063},{"style":1402},[3064],{"type":51,"value":1416},{"type":42,"tag":128,"props":3066,"children":3067},{"style":1524},[3068],{"type":51,"value":1527},{"type":42,"tag":128,"props":3070,"children":3071},{"style":1402},[3072],{"type":51,"value":1579},{"type":42,"tag":128,"props":3074,"children":3075},{"style":1524},[3076],{"type":51,"value":3077}," outputDir",{"type":42,"tag":128,"props":3079,"children":3080},{"style":1402},[3081],{"type":51,"value":782},{"type":42,"tag":128,"props":3083,"children":3084},{"style":1402},[3085],{"type":51,"value":1536},{"type":42,"tag":128,"props":3087,"children":3088},{"class":1343,"line":1441},[3089,3093,3098,3102,3106,3110,3114,3118,3122,3126,3130,3135,3140,3145,3150,3154,3158,3163,3167,3171,3176,3180,3185,3189],{"type":42,"tag":128,"props":3090,"children":3091},{"style":1390},[3092],{"type":51,"value":1831},{"type":42,"tag":128,"props":3094,"children":3095},{"style":1396},[3096],{"type":51,"value":3097}," fileName",{"type":42,"tag":128,"props":3099,"children":3100},{"style":1402},[3101],{"type":51,"value":1841},{"type":42,"tag":128,"props":3103,"children":3104},{"style":1396},[3105],{"type":51,"value":1778},{"type":42,"tag":128,"props":3107,"children":3108},{"style":1402},[3109],{"type":51,"value":1604},{"type":42,"tag":128,"props":3111,"children":3112},{"style":1408},[3113],{"type":51,"value":1763},{"type":42,"tag":128,"props":3115,"children":3116},{"style":1558},[3117],{"type":51,"value":1967},{"type":42,"tag":128,"props":3119,"children":3120},{"style":1402},[3121],{"type":51,"value":1604},{"type":42,"tag":128,"props":3123,"children":3124},{"style":1408},[3125],{"type":51,"value":1854},{"type":42,"tag":128,"props":3127,"children":3128},{"style":1558},[3129],{"type":51,"value":1416},{"type":42,"tag":128,"props":3131,"children":3132},{"style":1402},[3133],{"type":51,"value":3134},"\u002F[",{"type":42,"tag":128,"props":3136,"children":3137},{"style":1354},[3138],{"type":51,"value":3139},"\\s.",{"type":42,"tag":128,"props":3141,"children":3142},{"style":1402},[3143],{"type":51,"value":3144},"]+\u002F",{"type":42,"tag":128,"props":3146,"children":3147},{"style":1937},[3148],{"type":51,"value":3149},"g",{"type":42,"tag":128,"props":3151,"children":3152},{"style":1402},[3153],{"type":51,"value":1579},{"type":42,"tag":128,"props":3155,"children":3156},{"style":1402},[3157],{"type":51,"value":2550},{"type":42,"tag":128,"props":3159,"children":3160},{"style":1354},[3161],{"type":51,"value":3162},"-",{"type":42,"tag":128,"props":3164,"children":3165},{"style":1402},[3166],{"type":51,"value":1421},{"type":42,"tag":128,"props":3168,"children":3169},{"style":1558},[3170],{"type":51,"value":1680},{"type":42,"tag":128,"props":3172,"children":3173},{"style":1402},[3174],{"type":51,"value":3175},"+",{"type":42,"tag":128,"props":3177,"children":3178},{"style":1402},[3179],{"type":51,"value":2550},{"type":42,"tag":128,"props":3181,"children":3182},{"style":1354},[3183],{"type":51,"value":3184},".png",{"type":42,"tag":128,"props":3186,"children":3187},{"style":1402},[3188],{"type":51,"value":1421},{"type":42,"tag":128,"props":3190,"children":3191},{"style":1402},[3192],{"type":51,"value":1438},{"type":42,"tag":128,"props":3194,"children":3195},{"class":1343,"line":1486},[3196,3200,3205,3209,3214,3218,3223,3227,3232,3236,3240,3244],{"type":42,"tag":128,"props":3197,"children":3198},{"style":1390},[3199],{"type":51,"value":1831},{"type":42,"tag":128,"props":3201,"children":3202},{"style":1396},[3203],{"type":51,"value":3204}," outPath",{"type":42,"tag":128,"props":3206,"children":3207},{"style":1402},[3208],{"type":51,"value":1841},{"type":42,"tag":128,"props":3210,"children":3211},{"style":1396},[3212],{"type":51,"value":3213}," path",{"type":42,"tag":128,"props":3215,"children":3216},{"style":1402},[3217],{"type":51,"value":1604},{"type":42,"tag":128,"props":3219,"children":3220},{"style":1408},[3221],{"type":51,"value":3222},"join",{"type":42,"tag":128,"props":3224,"children":3225},{"style":1558},[3226],{"type":51,"value":1416},{"type":42,"tag":128,"props":3228,"children":3229},{"style":1396},[3230],{"type":51,"value":3231},"outputDir",{"type":42,"tag":128,"props":3233,"children":3234},{"style":1402},[3235],{"type":51,"value":1579},{"type":42,"tag":128,"props":3237,"children":3238},{"style":1396},[3239],{"type":51,"value":3097},{"type":42,"tag":128,"props":3241,"children":3242},{"style":1558},[3243],{"type":51,"value":782},{"type":42,"tag":128,"props":3245,"children":3246},{"style":1402},[3247],{"type":51,"value":1438},{"type":42,"tag":128,"props":3249,"children":3250},{"class":1343,"line":1496},[3251],{"type":42,"tag":128,"props":3252,"children":3253},{"emptyLinePlaceholder":1490},[3254],{"type":51,"value":1493},{"type":42,"tag":128,"props":3256,"children":3257},{"class":1343,"line":1506},[3258],{"type":42,"tag":128,"props":3259,"children":3260},{"style":1500},[3261],{"type":51,"value":3262},"    \u002F\u002F Tier 1: Try simple-icons\n",{"type":42,"tag":128,"props":3264,"children":3265},{"class":1343,"line":1539},[3266,3270,3274,3278,3282,3286,3290,3294],{"type":42,"tag":128,"props":3267,"children":3268},{"style":1390},[3269],{"type":51,"value":1831},{"type":42,"tag":128,"props":3271,"children":3272},{"style":1396},[3273],{"type":51,"value":2360},{"type":42,"tag":128,"props":3275,"children":3276},{"style":1402},[3277],{"type":51,"value":1841},{"type":42,"tag":128,"props":3279,"children":3280},{"style":1408},[3281],{"type":51,"value":1517},{"type":42,"tag":128,"props":3283,"children":3284},{"style":1558},[3285],{"type":51,"value":1416},{"type":42,"tag":128,"props":3287,"children":3288},{"style":1396},[3289],{"type":51,"value":1527},{"type":42,"tag":128,"props":3291,"children":3292},{"style":1558},[3293],{"type":51,"value":782},{"type":42,"tag":128,"props":3295,"children":3296},{"style":1402},[3297],{"type":51,"value":1438},{"type":42,"tag":128,"props":3299,"children":3300},{"class":1343,"line":1548},[3301,3305,3309,3313,3317],{"type":42,"tag":128,"props":3302,"children":3303},{"style":1552},[3304],{"type":51,"value":1980},{"type":42,"tag":128,"props":3306,"children":3307},{"style":1558},[3308],{"type":51,"value":845},{"type":42,"tag":128,"props":3310,"children":3311},{"style":1396},[3312],{"type":51,"value":2321},{"type":42,"tag":128,"props":3314,"children":3315},{"style":1558},[3316],{"type":51,"value":1680},{"type":42,"tag":128,"props":3318,"children":3319},{"style":1402},[3320],{"type":51,"value":1628},{"type":42,"tag":128,"props":3322,"children":3323},{"class":1343,"line":1631},[3324,3329,3333,3337,3341,3345,3349,3353],{"type":42,"tag":128,"props":3325,"children":3326},{"style":1552},[3327],{"type":51,"value":3328},"        await",{"type":42,"tag":128,"props":3330,"children":3331},{"style":1408},[3332],{"type":51,"value":2312},{"type":42,"tag":128,"props":3334,"children":3335},{"style":1558},[3336],{"type":51,"value":1416},{"type":42,"tag":128,"props":3338,"children":3339},{"style":1396},[3340],{"type":51,"value":2321},{"type":42,"tag":128,"props":3342,"children":3343},{"style":1402},[3344],{"type":51,"value":1579},{"type":42,"tag":128,"props":3346,"children":3347},{"style":1396},[3348],{"type":51,"value":3204},{"type":42,"tag":128,"props":3350,"children":3351},{"style":1558},[3352],{"type":51,"value":782},{"type":42,"tag":128,"props":3354,"children":3355},{"style":1402},[3356],{"type":51,"value":1438},{"type":42,"tag":128,"props":3358,"children":3359},{"class":1343,"line":1733},[3360,3365,3369,3373,3377,3381,3385,3390,3394,3398,3402,3406],{"type":42,"tag":128,"props":3361,"children":3362},{"style":1552},[3363],{"type":51,"value":3364},"        return",{"type":42,"tag":128,"props":3366,"children":3367},{"style":1402},[3368],{"type":51,"value":2535},{"type":42,"tag":128,"props":3370,"children":3371},{"style":1558},[3372],{"type":51,"value":3213},{"type":42,"tag":128,"props":3374,"children":3375},{"style":1402},[3376],{"type":51,"value":2545},{"type":42,"tag":128,"props":3378,"children":3379},{"style":1396},[3380],{"type":51,"value":3204},{"type":42,"tag":128,"props":3382,"children":3383},{"style":1402},[3384],{"type":51,"value":1579},{"type":42,"tag":128,"props":3386,"children":3387},{"style":1558},[3388],{"type":51,"value":3389}," source",{"type":42,"tag":128,"props":3391,"children":3392},{"style":1402},[3393],{"type":51,"value":2545},{"type":42,"tag":128,"props":3395,"children":3396},{"style":1402},[3397],{"type":51,"value":2550},{"type":42,"tag":128,"props":3399,"children":3400},{"style":1354},[3401],{"type":51,"value":1309},{"type":42,"tag":128,"props":3403,"children":3404},{"style":1402},[3405],{"type":51,"value":1421},{"type":42,"tag":128,"props":3407,"children":3408},{"style":1402},[3409],{"type":51,"value":3410}," };\n",{"type":42,"tag":128,"props":3412,"children":3413},{"class":1343,"line":1807},[3414],{"type":42,"tag":128,"props":3415,"children":3416},{"style":1402},[3417],{"type":51,"value":1813},{"type":42,"tag":128,"props":3419,"children":3420},{"class":1343,"line":1816},[3421],{"type":42,"tag":128,"props":3422,"children":3423},{"emptyLinePlaceholder":1490},[3424],{"type":51,"value":1493},{"type":42,"tag":128,"props":3426,"children":3427},{"class":1343,"line":1825},[3428],{"type":42,"tag":128,"props":3429,"children":3430},{"style":1500},[3431],{"type":51,"value":3432},"    \u002F\u002F Tier 2: Generate initial-based fallback\n",{"type":42,"tag":128,"props":3434,"children":3435},{"class":1343,"line":1974},[3436,3440,3444,3448,3452,3456,3460,3464],{"type":42,"tag":128,"props":3437,"children":3438},{"style":1552},[3439],{"type":51,"value":2457},{"type":42,"tag":128,"props":3441,"children":3442},{"style":1408},[3443],{"type":51,"value":2770},{"type":42,"tag":128,"props":3445,"children":3446},{"style":1558},[3447],{"type":51,"value":1416},{"type":42,"tag":128,"props":3449,"children":3450},{"style":1396},[3451],{"type":51,"value":1527},{"type":42,"tag":128,"props":3453,"children":3454},{"style":1402},[3455],{"type":51,"value":1579},{"type":42,"tag":128,"props":3457,"children":3458},{"style":1396},[3459],{"type":51,"value":3204},{"type":42,"tag":128,"props":3461,"children":3462},{"style":1558},[3463],{"type":51,"value":782},{"type":42,"tag":128,"props":3465,"children":3466},{"style":1402},[3467],{"type":51,"value":1438},{"type":42,"tag":128,"props":3469,"children":3470},{"class":1343,"line":2009},[3471,3475,3479,3483,3487,3491,3495,3499,3503,3507,3512,3516],{"type":42,"tag":128,"props":3472,"children":3473},{"style":1552},[3474],{"type":51,"value":2262},{"type":42,"tag":128,"props":3476,"children":3477},{"style":1402},[3478],{"type":51,"value":2535},{"type":42,"tag":128,"props":3480,"children":3481},{"style":1558},[3482],{"type":51,"value":3213},{"type":42,"tag":128,"props":3484,"children":3485},{"style":1402},[3486],{"type":51,"value":2545},{"type":42,"tag":128,"props":3488,"children":3489},{"style":1396},[3490],{"type":51,"value":3204},{"type":42,"tag":128,"props":3492,"children":3493},{"style":1402},[3494],{"type":51,"value":1579},{"type":42,"tag":128,"props":3496,"children":3497},{"style":1558},[3498],{"type":51,"value":3389},{"type":42,"tag":128,"props":3500,"children":3501},{"style":1402},[3502],{"type":51,"value":2545},{"type":42,"tag":128,"props":3504,"children":3505},{"style":1402},[3506],{"type":51,"value":2550},{"type":42,"tag":128,"props":3508,"children":3509},{"style":1354},[3510],{"type":51,"value":3511},"initial-fallback",{"type":42,"tag":128,"props":3513,"children":3514},{"style":1402},[3515],{"type":51,"value":1421},{"type":42,"tag":128,"props":3517,"children":3518},{"style":1402},[3519],{"type":51,"value":3410},{"type":42,"tag":128,"props":3521,"children":3522},{"class":1343,"line":2078},[3523],{"type":42,"tag":128,"props":3524,"children":3525},{"style":1402},[3526],{"type":51,"value":2276},{"type":42,"tag":43,"props":3528,"children":3529},{},[3530],{"type":42,"tag":47,"props":3531,"children":3532},{},[3533],{"type":51,"value":3534},"Logo guidelines:",{"type":42,"tag":113,"props":3536,"children":3537},{},[3538,3549,3554,3559,3572],{"type":42,"tag":117,"props":3539,"children":3540},{},[3541,3543],{"type":51,"value":3542},"Save all logos to ",{"type":42,"tag":192,"props":3544,"children":3546},{"className":3545},[],[3547],{"type":51,"value":3548},"\u002Fhome\u002Fclaude\u002Flogos\u002F[company-name].png",{"type":42,"tag":117,"props":3550,"children":3551},{},[3552],{"type":51,"value":3553},"All logos are 128×128 PNG with transparent backgrounds",{"type":42,"tag":117,"props":3555,"children":3556},{},[3557],{"type":51,"value":3558},"On the slide, display logos at 0.35\"–0.5\" tall — they're accents, not focal points",{"type":42,"tag":117,"props":3560,"children":3561},{},[3562,3564,3570],{"type":51,"value":3563},"Initial-fallback circles use gray (",{"type":42,"tag":192,"props":3565,"children":3567},{"className":3566},[],[3568],{"type":51,"value":3569},"BDBDBD",{"type":51,"value":3571},") fill with white text — consistent with the monochrome palette",{"type":42,"tag":117,"props":3573,"children":3574},{},[3575],{"type":51,"value":3576},"Never mix logo styles randomly — if most companies resolve to brand icons, the few fallbacks should blend in naturally",{"type":42,"tag":225,"props":3578,"children":3580},{"id":3579},"step-7-generate-the-one-page-pptx",[3581],{"type":51,"value":3582},"Step 7: Generate the One-Page PPTX",{"type":42,"tag":43,"props":3584,"children":3585},{},[3586,3588,3593,3594,3600],{"type":51,"value":3587},"Read ",{"type":42,"tag":192,"props":3589,"children":3591},{"className":3590},[],[3592],{"type":51,"value":197},{"type":51,"value":743},{"type":42,"tag":192,"props":3595,"children":3597},{"className":3596},[],[3598],{"type":51,"value":3599},"\u002Fmnt\u002Fskills\u002Fpublic\u002Fpptx\u002Fpptxgenjs.md",{"type":51,"value":3601}," before creating the slide.",{"type":42,"tag":43,"props":3603,"children":3604},{},[3605,3607,3612,3614,3620],{"type":51,"value":3606},"Create a ",{"type":42,"tag":47,"props":3608,"children":3609},{},[3610],{"type":51,"value":3611},"single-slide",{"type":51,"value":3613}," PowerPoint using ",{"type":42,"tag":192,"props":3615,"children":3617},{"className":3616},[],[3618],{"type":51,"value":3619},"pptxgenjs",{"type":51,"value":3621},". The slide should be information-dense but visually clean — think \"executive dashboard\" not \"wall of text.\"",{"type":42,"tag":1298,"props":3623,"children":3625},{"id":3624},"slide-layout",[3626],{"type":51,"value":3627},"Slide Layout",{"type":42,"tag":814,"props":3629,"children":3632},{"className":3630,"code":3631,"language":51},[817],"┌─────────────────────────────────────────────────────────────┐\n│  DEAL FLOW DIGEST                                           │\n│  [Period] · [Sectors]                           [Date]      │\n├─────────────────────────────────────────────────────────────┤\n│                                                             │\n│  ┌─────────┐  ┌─────────┐  ┌─────────┐  ┌─────────┐       │\n│  │  $X.XB  │  │  N      │  │  $X.XB  │  │  $X.XB  │       │\n│  │ Raised  │  │ Rounds  │  │ Avg Pre │  │ Largest │       │\n│  └─────────┘  └─────────┘  └─────────┘  └─────────┘       │\n│                                                             │\n│  KEY TAKEAWAYS                                              │\n│  ─────────────────────────────────────────────────          │\n│  [Logo] Takeaway 1 text goes here...                        │\n│  [Logo] Takeaway 2 text goes here...                        │\n│  [Logo] Takeaway 3 text goes here...                        │\n│  [Logo] Takeaway 4 text goes here...                        │\n│                                                             │\n│  TOP DEALS                                                  │\n│  ┌──────────────────────────────────────────────────────────┐│\n│  │Company│Type │Announced│Closed│Amount│Pre-$│Post-$│Lead│🔗││\n│  │───────│─────│─────────│──────│──────│─────│──────│────│──││\n│  │ ...   │ ... │  ...    │ ...  │ ...  │ ... │ ...  │... │🔗││\n│  └──────────────────────────────────────────────────────────┘│\n│                                                             │\n│  [Footer: Deal Flow Digest · Sources: S&P Global Capital IQ]│\n│  [Footer: AI Disclaimer]                                    │\n└─────────────────────────────────────────────────────────────┘\n",[3633],{"type":42,"tag":192,"props":3634,"children":3635},{"__ignoreMap":822},[3636],{"type":51,"value":3631},{"type":42,"tag":1298,"props":3638,"children":3640},{"id":3639},"design-specifications",[3641],{"type":51,"value":3642},"Design Specifications",{"type":42,"tag":43,"props":3644,"children":3645},{},[3646,3651,3653,3658],{"type":42,"tag":47,"props":3647,"children":3648},{},[3649],{"type":51,"value":3650},"Color philosophy: Minimal, monochrome-first.",{"type":51,"value":3652}," The slide should feel like a high-end financial brief — black, white, and gray dominate. Color is used ",{"type":42,"tag":47,"props":3654,"children":3655},{},[3656],{"type":51,"value":3657},"only",{"type":51,"value":3659}," where it carries meaning (e.g., a red indicator for a down round, a green indicator for a standout metric) or where the reader would naturally expect it (company logos). Never use color for purely decorative purposes like background fills, accent bars, or gradient effects.",{"type":42,"tag":43,"props":3661,"children":3662},{},[3663],{"type":42,"tag":47,"props":3664,"children":3665},{},[3666],{"type":51,"value":3667},"Color palette — Monochrome Executive:",{"type":42,"tag":113,"props":3669,"children":3670},{},[3671,3684,3697,3709,3722,3735,3748,3761],{"type":42,"tag":117,"props":3672,"children":3673},{},[3674,3676,3682],{"type":51,"value":3675},"Primary background: ",{"type":42,"tag":192,"props":3677,"children":3679},{"className":3678},[],[3680],{"type":51,"value":3681},"FFFFFF",{"type":51,"value":3683}," (white) — clean, open slide background",{"type":42,"tag":117,"props":3685,"children":3686},{},[3687,3689,3695],{"type":51,"value":3688},"Header bar: ",{"type":42,"tag":192,"props":3690,"children":3692},{"className":3691},[],[3693],{"type":51,"value":3694},"1A1A1A",{"type":51,"value":3696}," (near-black) — strong contrast for the title region",{"type":42,"tag":117,"props":3698,"children":3699},{},[3700,3702,3707],{"type":51,"value":3701},"Primary text: ",{"type":42,"tag":192,"props":3703,"children":3705},{"className":3704},[],[3706],{"type":51,"value":3694},{"type":51,"value":3708}," (near-black) — all body text, stat numbers, takeaways",{"type":42,"tag":117,"props":3710,"children":3711},{},[3712,3714,3720],{"type":51,"value":3713},"Secondary text: ",{"type":42,"tag":192,"props":3715,"children":3717},{"className":3716},[],[3718],{"type":51,"value":3719},"6B6B6B",{"type":51,"value":3721}," (medium gray) — labels, captions, footer, date stamps",{"type":42,"tag":117,"props":3723,"children":3724},{},[3725,3727,3733],{"type":51,"value":3726},"Borders & dividers: ",{"type":42,"tag":192,"props":3728,"children":3730},{"className":3729},[],[3731],{"type":51,"value":3732},"D0D0D0",{"type":51,"value":3734}," (light gray) — subtle structural lines, card outlines, table borders",{"type":42,"tag":117,"props":3736,"children":3737},{},[3738,3740,3746],{"type":51,"value":3739},"Card backgrounds: ",{"type":42,"tag":192,"props":3741,"children":3743},{"className":3742},[],[3744],{"type":51,"value":3745},"F5F5F5",{"type":51,"value":3747}," (off-white \u002F very light gray) — stat card fills, alternating table rows",{"type":42,"tag":117,"props":3749,"children":3750},{},[3751,3753,3759],{"type":51,"value":3752},"Link text: ",{"type":42,"tag":192,"props":3754,"children":3756},{"className":3755},[],[3757],{"type":51,"value":3758},"2B5797",{"type":51,"value":3760}," (muted blue) — Capital IQ deal links in the table (the only blue on the slide)",{"type":42,"tag":117,"props":3762,"children":3763},{},[3764,3769],{"type":42,"tag":47,"props":3765,"children":3766},{},[3767],{"type":51,"value":3768},"Semantic color (sparingly):",{"type":42,"tag":113,"props":3770,"children":3771},{},[3772,3785,3798],{"type":42,"tag":117,"props":3773,"children":3774},{},[3775,3777,3783],{"type":51,"value":3776},"Down rounds or negative signals: ",{"type":42,"tag":192,"props":3778,"children":3780},{"className":3779},[],[3781],{"type":51,"value":3782},"C0392B",{"type":51,"value":3784}," (muted red) — use only as a small dot, tag, or single-word highlight, never as a fill or background",{"type":42,"tag":117,"props":3786,"children":3787},{},[3788,3790,3796],{"type":51,"value":3789},"Standout positive metrics (new unicorn, outsized round): ",{"type":42,"tag":192,"props":3791,"children":3793},{"className":3792},[],[3794],{"type":51,"value":3795},"2E7D32",{"type":51,"value":3797}," (muted green) — same minimal usage: a dot, a small tag, or a single highlighted number",{"type":42,"tag":117,"props":3799,"children":3800},{},[3801,3803,3808],{"type":51,"value":3802},"If no data points warrant a color indicator, ",{"type":42,"tag":47,"props":3804,"children":3805},{},[3806],{"type":51,"value":3807},"use no color at all",{"type":51,"value":3809},". A fully monochrome slide is perfectly correct.",{"type":42,"tag":43,"props":3811,"children":3812},{},[3813],{"type":42,"tag":47,"props":3814,"children":3815},{},[3816],{"type":51,"value":3817},"Typography:",{"type":42,"tag":113,"props":3819,"children":3820},{},[3821,3826,3831,3842,3847,3859,3870],{"type":42,"tag":117,"props":3822,"children":3823},{},[3824],{"type":51,"value":3825},"Title: 28–32pt, bold, white on near-black header bar",{"type":42,"tag":117,"props":3827,"children":3828},{},[3829],{"type":51,"value":3830},"Stat numbers: 36–44pt, bold, near-black",{"type":42,"tag":117,"props":3832,"children":3833},{},[3834,3836,3841],{"type":51,"value":3835},"Stat labels: 10–12pt, medium gray (",{"type":42,"tag":192,"props":3837,"children":3839},{"className":3838},[],[3840],{"type":51,"value":3719},{"type":51,"value":782},{"type":42,"tag":117,"props":3843,"children":3844},{},[3845],{"type":51,"value":3846},"Takeaway text: 12–14pt, near-black, left-aligned",{"type":42,"tag":117,"props":3848,"children":3849},{},[3850,3852,3857],{"type":51,"value":3851},"Table text: 9–11pt, near-black with gray (",{"type":42,"tag":192,"props":3853,"children":3855},{"className":3854},[],[3856],{"type":51,"value":3719},{"type":51,"value":3858},") for secondary columns",{"type":42,"tag":117,"props":3860,"children":3861},{},[3862,3864,3869],{"type":51,"value":3863},"Link text: 9–10pt, muted blue (",{"type":42,"tag":192,"props":3865,"children":3867},{"className":3866},[],[3868],{"type":51,"value":3758},{"type":51,"value":782},{"type":42,"tag":117,"props":3871,"children":3872},{},[3873],{"type":51,"value":3874},"Footer: 8pt, medium gray",{"type":42,"tag":43,"props":3876,"children":3877},{},[3878],{"type":42,"tag":47,"props":3879,"children":3880},{},[3881],{"type":51,"value":3882},"Stat Cards (top row):",{"type":42,"tag":113,"props":3884,"children":3885},{},[3886,3891,3910,3915],{"type":42,"tag":117,"props":3887,"children":3888},{},[3889],{"type":51,"value":3890},"4 key metrics as large-number callouts: Total Raised, # Rounds, Avg Pre-Money Valuation, Largest Round",{"type":42,"tag":117,"props":3892,"children":3893},{},[3894,3896,3901,3903,3908],{"type":51,"value":3895},"Each in a card with ",{"type":42,"tag":192,"props":3897,"children":3899},{"className":3898},[],[3900],{"type":51,"value":3745},{"type":51,"value":3902}," fill and a thin ",{"type":42,"tag":192,"props":3904,"children":3906},{"className":3905},[],[3907],{"type":51,"value":3732},{"type":51,"value":3909}," border — no shadow, no color fills",{"type":42,"tag":117,"props":3911,"children":3912},{},[3913],{"type":51,"value":3914},"If a stat is surprising or extreme (e.g., 3x normal volume, a record deal), a small colored dot or underline may be placed next to that single number — otherwise keep fully monochrome",{"type":42,"tag":117,"props":3916,"children":3917},{},[3918],{"type":51,"value":3919},"If pre-money valuations are mostly undisclosed, substitute with a different metric (e.g., Median Round Size, # New Unicorns)",{"type":42,"tag":43,"props":3921,"children":3922},{},[3923],{"type":42,"tag":47,"props":3924,"children":3925},{},[3926],{"type":51,"value":3927},"Key Takeaways (middle section):",{"type":42,"tag":113,"props":3929,"children":3930},{},[3931,3936,3948,3953,3958],{"type":42,"tag":117,"props":3932,"children":3933},{},[3934],{"type":51,"value":3935},"3–5 one-line takeaways, each prefixed with the relevant company logo (small, ~0.35\" tall)",{"type":42,"tag":117,"props":3937,"children":3938},{},[3939,3941,3946],{"type":51,"value":3940},"If no logo available, use a ",{"type":42,"tag":47,"props":3942,"children":3943},{},[3944],{"type":51,"value":3945},"gray circle",{"type":51,"value":3947}," with the company initial in white — not a colored circle",{"type":42,"tag":117,"props":3949,"children":3950},{},[3951],{"type":51,"value":3952},"Left-aligned, with enough spacing to breathe",{"type":42,"tag":117,"props":3954,"children":3955},{},[3956],{"type":51,"value":3957},"Down-round or negative takeaways may use a small red dot prefix; otherwise no color",{"type":42,"tag":117,"props":3959,"children":3960},{},[3961],{"type":51,"value":3962},"Include valuation context where available (e.g., \"at a $5B post-money valuation\")",{"type":42,"tag":43,"props":3964,"children":3965},{},[3966],{"type":42,"tag":47,"props":3967,"children":3968},{},[3969],{"type":51,"value":3970},"Top Deals Table (bottom section):",{"type":42,"tag":113,"props":3972,"children":3973},{},[3974,3979,3984,4008,4051,4056,4079,4113,4118],{"type":42,"tag":117,"props":3975,"children":3976},{},[3977],{"type":51,"value":3978},"Compact table showing the 4–6 most notable deals",{"type":42,"tag":117,"props":3980,"children":3981},{},[3982],{"type":51,"value":3983},"Columns: Company, Type (Series X), Announced (date), Closed (date), Amount ($M), Pre-Money ($M), Post-Money ($M), Lead Investor, Deal Link",{"type":42,"tag":117,"props":3985,"children":3986},{},[3987,3992,3993,3998,4000,4006],{"type":42,"tag":47,"props":3988,"children":3989},{},[3990],{"type":51,"value":3991},"Announced",{"type":51,"value":743},{"type":42,"tag":47,"props":3994,"children":3995},{},[3996],{"type":51,"value":3997},"Closed",{"type":51,"value":3999}," columns show dates in ",{"type":42,"tag":192,"props":4001,"children":4003},{"className":4002},[],[4004],{"type":51,"value":4005},"MMM DD",{"type":51,"value":4007}," format (e.g., \"Jan 15\"). These columns are required and must always be present. If a date is not available, show \"—\".",{"type":42,"tag":117,"props":4009,"children":4010},{},[4011,4012,4017,4019,4028,4030,4036,4038,4043,4045,4050],{"type":51,"value":1316},{"type":42,"tag":47,"props":4013,"children":4014},{},[4015],{"type":51,"value":4016},"Deal Link",{"type":51,"value":4018}," column contains a clickable \"View →\" text linking to Capital IQ:\n",{"type":42,"tag":814,"props":4020,"children":4023},{"className":4021,"code":4022,"language":51},[817],"https:\u002F\u002Fwww.capitaliq.spglobal.com\u002Fweb\u002Fclient?#offering\u002FcapitalOfferingProfile?id=\u003Ctransaction_id>\n",[4024],{"type":42,"tag":192,"props":4025,"children":4026},{"__ignoreMap":822},[4027],{"type":51,"value":4022},{"type":51,"value":4029},"\nwhere ",{"type":42,"tag":192,"props":4031,"children":4033},{"className":4032},[],[4034],{"type":51,"value":4035},"\u003Ctransaction_id>",{"type":51,"value":4037}," is the ",{"type":42,"tag":192,"props":4039,"children":4041},{"className":4040},[],[4042],{"type":51,"value":989},{"type":51,"value":4044}," from ",{"type":42,"tag":192,"props":4046,"children":4048},{"className":4047},[],[4049],{"type":51,"value":372},{"type":51,"value":1604},{"type":42,"tag":117,"props":4052,"children":4053},{},[4054],{"type":51,"value":4055},"If pre-money or post-money valuation is not disclosed, show \"—\" in that cell",{"type":42,"tag":117,"props":4057,"children":4058},{},[4059,4061,4066,4068,4073,4074],{"type":51,"value":4060},"Header row with near-black (",{"type":42,"tag":192,"props":4062,"children":4064},{"className":4063},[],[4065],{"type":51,"value":3694},{"type":51,"value":4067},") fill and white text; alternating rows in ",{"type":42,"tag":192,"props":4069,"children":4071},{"className":4070},[],[4072],{"type":51,"value":3745},{"type":51,"value":743},{"type":42,"tag":192,"props":4075,"children":4077},{"className":4076},[],[4078],{"type":51,"value":3681},{"type":42,"tag":117,"props":4080,"children":4081},{},[4082,4087,4089,4095,4097,4103,4105,4111],{"type":42,"tag":47,"props":4083,"children":4084},{},[4085],{"type":51,"value":4086},"Center the table horizontally",{"type":51,"value":4088}," on the slide. Calculate the table's total width, then set ",{"type":42,"tag":192,"props":4090,"children":4092},{"className":4091},[],[4093],{"type":51,"value":4094},"x",{"type":51,"value":4096}," so it is centered within the slide width: ",{"type":42,"tag":192,"props":4098,"children":4100},{"className":4099},[],[4101],{"type":51,"value":4102},"x = (slideWidth - tableWidth) \u002F 2",{"type":51,"value":4104},". For a 16:9 layout (13.33\" wide), if the table is 12\" wide, use ",{"type":42,"tag":192,"props":4106,"children":4108},{"className":4107},[],[4109],{"type":51,"value":4110},"x = 0.67",{"type":51,"value":4112},". Never left-align the table to the slide edge.",{"type":42,"tag":117,"props":4114,"children":4115},{},[4116],{"type":51,"value":4117},"Keep it tight — this is a reference, not the focal point",{"type":42,"tag":117,"props":4119,"children":4120},{},[4121],{"type":51,"value":4122},"No colored fills in table cells. If a deal is a down round, a small red text tag \"(↓ down)\" may appear next to the amount — that is the only permitted color in the table.",{"type":42,"tag":43,"props":4124,"children":4125},{},[4126,4131,4133,4139],{"type":42,"tag":47,"props":4127,"children":4128},{},[4129],{"type":51,"value":4130},"Deal Link Implementation (pptxgenjs):",{"type":51,"value":4132},"\nIn pptxgenjs, hyperlinks are added to table cells using the ",{"type":42,"tag":192,"props":4134,"children":4136},{"className":4135},[],[4137],{"type":51,"value":4138},"options.hyperlink",{"type":51,"value":4140}," property on the cell object:",{"type":42,"tag":814,"props":4142,"children":4144},{"className":1378,"code":4143,"language":1380,"meta":822,"style":822},"\u002F\u002F Table cell with Capital IQ deal link\n{\n  text: \"View →\",\n  options: {\n    hyperlink: {\n      url: `https:\u002F\u002Fwww.capitaliq.spglobal.com\u002Fweb\u002Fclient?#offering\u002FcapitalOfferingProfile?id=${transactionId}`\n    },\n    color: \"2B5797\",\n    fontSize: 9,\n    fontFace: \"Arial\"\n  }\n}\n",[4145],{"type":42,"tag":192,"props":4146,"children":4147},{"__ignoreMap":822},[4148,4156,4163,4194,4210,4226,4261,4269,4297,4318,4344,4352],{"type":42,"tag":128,"props":4149,"children":4150},{"class":1343,"line":1344},[4151],{"type":42,"tag":128,"props":4152,"children":4153},{"style":1500},[4154],{"type":51,"value":4155},"\u002F\u002F Table cell with Capital IQ deal link\n",{"type":42,"tag":128,"props":4157,"children":4158},{"class":1343,"line":1441},[4159],{"type":42,"tag":128,"props":4160,"children":4161},{"style":1402},[4162],{"type":51,"value":1628},{"type":42,"tag":128,"props":4164,"children":4165},{"class":1343,"line":1486},[4166,4171,4175,4180,4185,4189],{"type":42,"tag":128,"props":4167,"children":4168},{"style":1348},[4169],{"type":51,"value":4170},"  text",{"type":42,"tag":128,"props":4172,"children":4173},{"style":1402},[4174],{"type":51,"value":2545},{"type":42,"tag":128,"props":4176,"children":4177},{"style":1402},[4178],{"type":51,"value":4179}," \"",{"type":42,"tag":128,"props":4181,"children":4182},{"style":1354},[4183],{"type":51,"value":4184},"View →",{"type":42,"tag":128,"props":4186,"children":4187},{"style":1402},[4188],{"type":51,"value":134},{"type":42,"tag":128,"props":4190,"children":4191},{"style":1402},[4192],{"type":51,"value":4193},",\n",{"type":42,"tag":128,"props":4195,"children":4196},{"class":1343,"line":1496},[4197,4202,4206],{"type":42,"tag":128,"props":4198,"children":4199},{"style":1348},[4200],{"type":51,"value":4201},"  options",{"type":42,"tag":128,"props":4203,"children":4204},{"style":1402},[4205],{"type":51,"value":2545},{"type":42,"tag":128,"props":4207,"children":4208},{"style":1402},[4209],{"type":51,"value":1536},{"type":42,"tag":128,"props":4211,"children":4212},{"class":1343,"line":1506},[4213,4218,4222],{"type":42,"tag":128,"props":4214,"children":4215},{"style":1348},[4216],{"type":51,"value":4217},"    hyperlink",{"type":42,"tag":128,"props":4219,"children":4220},{"style":1402},[4221],{"type":51,"value":2545},{"type":42,"tag":128,"props":4223,"children":4224},{"style":1402},[4225],{"type":51,"value":1536},{"type":42,"tag":128,"props":4227,"children":4228},{"class":1343,"line":1539},[4229,4234,4238,4242,4247,4251,4256],{"type":42,"tag":128,"props":4230,"children":4231},{"style":1348},[4232],{"type":51,"value":4233},"      url",{"type":42,"tag":128,"props":4235,"children":4236},{"style":1402},[4237],{"type":51,"value":2545},{"type":42,"tag":128,"props":4239,"children":4240},{"style":1402},[4241],{"type":51,"value":2403},{"type":42,"tag":128,"props":4243,"children":4244},{"style":1354},[4245],{"type":51,"value":4246},"https:\u002F\u002Fwww.capitaliq.spglobal.com\u002Fweb\u002Fclient?#offering\u002FcapitalOfferingProfile?id=",{"type":42,"tag":128,"props":4248,"children":4249},{"style":1402},[4250],{"type":51,"value":2413},{"type":42,"tag":128,"props":4252,"children":4253},{"style":1396},[4254],{"type":51,"value":4255},"transactionId",{"type":42,"tag":128,"props":4257,"children":4258},{"style":1402},[4259],{"type":51,"value":4260},"}`\n",{"type":42,"tag":128,"props":4262,"children":4263},{"class":1343,"line":1548},[4264],{"type":42,"tag":128,"props":4265,"children":4266},{"style":1402},[4267],{"type":51,"value":4268},"    },\n",{"type":42,"tag":128,"props":4270,"children":4271},{"class":1343,"line":1631},[4272,4277,4281,4285,4289,4293],{"type":42,"tag":128,"props":4273,"children":4274},{"style":1348},[4275],{"type":51,"value":4276},"    color",{"type":42,"tag":128,"props":4278,"children":4279},{"style":1402},[4280],{"type":51,"value":2545},{"type":42,"tag":128,"props":4282,"children":4283},{"style":1402},[4284],{"type":51,"value":4179},{"type":42,"tag":128,"props":4286,"children":4287},{"style":1354},[4288],{"type":51,"value":3758},{"type":42,"tag":128,"props":4290,"children":4291},{"style":1402},[4292],{"type":51,"value":134},{"type":42,"tag":128,"props":4294,"children":4295},{"style":1402},[4296],{"type":51,"value":4193},{"type":42,"tag":128,"props":4298,"children":4299},{"class":1343,"line":1733},[4300,4305,4309,4314],{"type":42,"tag":128,"props":4301,"children":4302},{"style":1348},[4303],{"type":51,"value":4304},"    fontSize",{"type":42,"tag":128,"props":4306,"children":4307},{"style":1402},[4308],{"type":51,"value":2545},{"type":42,"tag":128,"props":4310,"children":4311},{"style":1937},[4312],{"type":51,"value":4313}," 9",{"type":42,"tag":128,"props":4315,"children":4316},{"style":1402},[4317],{"type":51,"value":4193},{"type":42,"tag":128,"props":4319,"children":4320},{"class":1343,"line":1807},[4321,4326,4330,4334,4339],{"type":42,"tag":128,"props":4322,"children":4323},{"style":1348},[4324],{"type":51,"value":4325},"    fontFace",{"type":42,"tag":128,"props":4327,"children":4328},{"style":1402},[4329],{"type":51,"value":2545},{"type":42,"tag":128,"props":4331,"children":4332},{"style":1402},[4333],{"type":51,"value":4179},{"type":42,"tag":128,"props":4335,"children":4336},{"style":1354},[4337],{"type":51,"value":4338},"Arial",{"type":42,"tag":128,"props":4340,"children":4341},{"style":1402},[4342],{"type":51,"value":4343},"\"\n",{"type":42,"tag":128,"props":4345,"children":4346},{"class":1343,"line":1816},[4347],{"type":42,"tag":128,"props":4348,"children":4349},{"style":1402},[4350],{"type":51,"value":4351},"  }\n",{"type":42,"tag":128,"props":4353,"children":4354},{"class":1343,"line":1825},[4355],{"type":42,"tag":128,"props":4356,"children":4357},{"style":1402},[4358],{"type":51,"value":2276},{"type":42,"tag":43,"props":4360,"children":4361},{},[4362,4367],{"type":42,"tag":47,"props":4363,"children":4364},{},[4365],{"type":51,"value":4366},"Table Centering (pptxgenjs):",{"type":51,"value":4368},"\nAlways center the deal table on the slide. Calculate the x position dynamically:",{"type":42,"tag":814,"props":4370,"children":4372},{"className":1378,"code":4371,"language":1380,"meta":822,"style":822},"const SLIDE_W = 13.33; \u002F\u002F 16:9 slide width\nconst TABLE_W = 12.5;  \u002F\u002F total table width (sum of all column widths)\nconst TABLE_X = (SLIDE_W - TABLE_W) \u002F 2; \u002F\u002F ≈ 0.42\"\n\nslide.addTable(tableRows, {\n  x: TABLE_X,\n  y: tableY,\n  w: TABLE_W,\n  colW: [1.8, 0.9, 0.9, 0.9, 1.0, 1.1, 1.2, 1.6, 0.7], \u002F\u002F Company, Type, Announced, Closed, Amount, Pre-$, Post-$, Lead, Link\n  \u002F\u002F ... other options\n});\n",[4373],{"type":42,"tag":192,"props":4374,"children":4375},{"__ignoreMap":822},[4376,4407,4437,4485,4492,4522,4543,4564,4585,4689,4697],{"type":42,"tag":128,"props":4377,"children":4378},{"class":1343,"line":1344},[4379,4383,4388,4392,4397,4402],{"type":42,"tag":128,"props":4380,"children":4381},{"style":1390},[4382],{"type":51,"value":1393},{"type":42,"tag":128,"props":4384,"children":4385},{"style":1396},[4386],{"type":51,"value":4387}," SLIDE_W ",{"type":42,"tag":128,"props":4389,"children":4390},{"style":1402},[4391],{"type":51,"value":1405},{"type":42,"tag":128,"props":4393,"children":4394},{"style":1937},[4395],{"type":51,"value":4396}," 13.33",{"type":42,"tag":128,"props":4398,"children":4399},{"style":1402},[4400],{"type":51,"value":4401},";",{"type":42,"tag":128,"props":4403,"children":4404},{"style":1500},[4405],{"type":51,"value":4406}," \u002F\u002F 16:9 slide width\n",{"type":42,"tag":128,"props":4408,"children":4409},{"class":1343,"line":1441},[4410,4414,4419,4423,4428,4432],{"type":42,"tag":128,"props":4411,"children":4412},{"style":1390},[4413],{"type":51,"value":1393},{"type":42,"tag":128,"props":4415,"children":4416},{"style":1396},[4417],{"type":51,"value":4418}," TABLE_W ",{"type":42,"tag":128,"props":4420,"children":4421},{"style":1402},[4422],{"type":51,"value":1405},{"type":42,"tag":128,"props":4424,"children":4425},{"style":1937},[4426],{"type":51,"value":4427}," 12.5",{"type":42,"tag":128,"props":4429,"children":4430},{"style":1402},[4431],{"type":51,"value":4401},{"type":42,"tag":128,"props":4433,"children":4434},{"style":1500},[4435],{"type":51,"value":4436},"  \u002F\u002F total table width (sum of all column widths)\n",{"type":42,"tag":128,"props":4438,"children":4439},{"class":1343,"line":1486},[4440,4444,4449,4453,4458,4462,4467,4471,4476,4480],{"type":42,"tag":128,"props":4441,"children":4442},{"style":1390},[4443],{"type":51,"value":1393},{"type":42,"tag":128,"props":4445,"children":4446},{"style":1396},[4447],{"type":51,"value":4448}," TABLE_X ",{"type":42,"tag":128,"props":4450,"children":4451},{"style":1402},[4452],{"type":51,"value":1405},{"type":42,"tag":128,"props":4454,"children":4455},{"style":1396},[4456],{"type":51,"value":4457}," (SLIDE_W ",{"type":42,"tag":128,"props":4459,"children":4460},{"style":1402},[4461],{"type":51,"value":3162},{"type":42,"tag":128,"props":4463,"children":4464},{"style":1396},[4465],{"type":51,"value":4466}," TABLE_W) ",{"type":42,"tag":128,"props":4468,"children":4469},{"style":1402},[4470],{"type":51,"value":1863},{"type":42,"tag":128,"props":4472,"children":4473},{"style":1937},[4474],{"type":51,"value":4475}," 2",{"type":42,"tag":128,"props":4477,"children":4478},{"style":1402},[4479],{"type":51,"value":4401},{"type":42,"tag":128,"props":4481,"children":4482},{"style":1500},[4483],{"type":51,"value":4484}," \u002F\u002F ≈ 0.42\"\n",{"type":42,"tag":128,"props":4486,"children":4487},{"class":1343,"line":1496},[4488],{"type":42,"tag":128,"props":4489,"children":4490},{"emptyLinePlaceholder":1490},[4491],{"type":51,"value":1493},{"type":42,"tag":128,"props":4493,"children":4494},{"class":1343,"line":1506},[4495,4500,4504,4509,4514,4518],{"type":42,"tag":128,"props":4496,"children":4497},{"style":1396},[4498],{"type":51,"value":4499},"slide",{"type":42,"tag":128,"props":4501,"children":4502},{"style":1402},[4503],{"type":51,"value":1604},{"type":42,"tag":128,"props":4505,"children":4506},{"style":1408},[4507],{"type":51,"value":4508},"addTable",{"type":42,"tag":128,"props":4510,"children":4511},{"style":1396},[4512],{"type":51,"value":4513},"(tableRows",{"type":42,"tag":128,"props":4515,"children":4516},{"style":1402},[4517],{"type":51,"value":1579},{"type":42,"tag":128,"props":4519,"children":4520},{"style":1402},[4521],{"type":51,"value":1536},{"type":42,"tag":128,"props":4523,"children":4524},{"class":1343,"line":1539},[4525,4530,4534,4539],{"type":42,"tag":128,"props":4526,"children":4527},{"style":1558},[4528],{"type":51,"value":4529},"  x",{"type":42,"tag":128,"props":4531,"children":4532},{"style":1402},[4533],{"type":51,"value":2545},{"type":42,"tag":128,"props":4535,"children":4536},{"style":1396},[4537],{"type":51,"value":4538}," TABLE_X",{"type":42,"tag":128,"props":4540,"children":4541},{"style":1402},[4542],{"type":51,"value":4193},{"type":42,"tag":128,"props":4544,"children":4545},{"class":1343,"line":1548},[4546,4551,4555,4560],{"type":42,"tag":128,"props":4547,"children":4548},{"style":1558},[4549],{"type":51,"value":4550},"  y",{"type":42,"tag":128,"props":4552,"children":4553},{"style":1402},[4554],{"type":51,"value":2545},{"type":42,"tag":128,"props":4556,"children":4557},{"style":1396},[4558],{"type":51,"value":4559}," tableY",{"type":42,"tag":128,"props":4561,"children":4562},{"style":1402},[4563],{"type":51,"value":4193},{"type":42,"tag":128,"props":4565,"children":4566},{"class":1343,"line":1631},[4567,4572,4576,4581],{"type":42,"tag":128,"props":4568,"children":4569},{"style":1558},[4570],{"type":51,"value":4571},"  w",{"type":42,"tag":128,"props":4573,"children":4574},{"style":1402},[4575],{"type":51,"value":2545},{"type":42,"tag":128,"props":4577,"children":4578},{"style":1396},[4579],{"type":51,"value":4580}," TABLE_W",{"type":42,"tag":128,"props":4582,"children":4583},{"style":1402},[4584],{"type":51,"value":4193},{"type":42,"tag":128,"props":4586,"children":4587},{"class":1343,"line":1733},[4588,4593,4597,4601,4606,4610,4615,4619,4623,4627,4631,4635,4640,4644,4649,4653,4658,4662,4667,4671,4676,4680,4684],{"type":42,"tag":128,"props":4589,"children":4590},{"style":1558},[4591],{"type":51,"value":4592},"  colW",{"type":42,"tag":128,"props":4594,"children":4595},{"style":1402},[4596],{"type":51,"value":2545},{"type":42,"tag":128,"props":4598,"children":4599},{"style":1396},[4600],{"type":51,"value":1569},{"type":42,"tag":128,"props":4602,"children":4603},{"style":1937},[4604],{"type":51,"value":4605},"1.8",{"type":42,"tag":128,"props":4607,"children":4608},{"style":1402},[4609],{"type":51,"value":1579},{"type":42,"tag":128,"props":4611,"children":4612},{"style":1937},[4613],{"type":51,"value":4614}," 0.9",{"type":42,"tag":128,"props":4616,"children":4617},{"style":1402},[4618],{"type":51,"value":1579},{"type":42,"tag":128,"props":4620,"children":4621},{"style":1937},[4622],{"type":51,"value":4614},{"type":42,"tag":128,"props":4624,"children":4625},{"style":1402},[4626],{"type":51,"value":1579},{"type":42,"tag":128,"props":4628,"children":4629},{"style":1937},[4630],{"type":51,"value":4614},{"type":42,"tag":128,"props":4632,"children":4633},{"style":1402},[4634],{"type":51,"value":1579},{"type":42,"tag":128,"props":4636,"children":4637},{"style":1937},[4638],{"type":51,"value":4639}," 1.0",{"type":42,"tag":128,"props":4641,"children":4642},{"style":1402},[4643],{"type":51,"value":1579},{"type":42,"tag":128,"props":4645,"children":4646},{"style":1937},[4647],{"type":51,"value":4648}," 1.1",{"type":42,"tag":128,"props":4650,"children":4651},{"style":1402},[4652],{"type":51,"value":1579},{"type":42,"tag":128,"props":4654,"children":4655},{"style":1937},[4656],{"type":51,"value":4657}," 1.2",{"type":42,"tag":128,"props":4659,"children":4660},{"style":1402},[4661],{"type":51,"value":1579},{"type":42,"tag":128,"props":4663,"children":4664},{"style":1937},[4665],{"type":51,"value":4666}," 1.6",{"type":42,"tag":128,"props":4668,"children":4669},{"style":1402},[4670],{"type":51,"value":1579},{"type":42,"tag":128,"props":4672,"children":4673},{"style":1937},[4674],{"type":51,"value":4675}," 0.7",{"type":42,"tag":128,"props":4677,"children":4678},{"style":1396},[4679],{"type":51,"value":1589},{"type":42,"tag":128,"props":4681,"children":4682},{"style":1402},[4683],{"type":51,"value":1579},{"type":42,"tag":128,"props":4685,"children":4686},{"style":1500},[4687],{"type":51,"value":4688}," \u002F\u002F Company, Type, Announced, Closed, Amount, Pre-$, Post-$, Lead, Link\n",{"type":42,"tag":128,"props":4690,"children":4691},{"class":1343,"line":1807},[4692],{"type":42,"tag":128,"props":4693,"children":4694},{"style":1500},[4695],{"type":51,"value":4696},"  \u002F\u002F ... other options\n",{"type":42,"tag":128,"props":4698,"children":4699},{"class":1343,"line":1816},[4700,4704,4708],{"type":42,"tag":128,"props":4701,"children":4702},{"style":1402},[4703],{"type":51,"value":2431},{"type":42,"tag":128,"props":4705,"children":4706},{"style":1396},[4707],{"type":51,"value":782},{"type":42,"tag":128,"props":4709,"children":4710},{"style":1402},[4711],{"type":51,"value":1438},{"type":42,"tag":43,"props":4713,"children":4714},{},[4715,4717,4723,4725,4731,4732,4738],{"type":51,"value":4716},"Adjust ",{"type":42,"tag":192,"props":4718,"children":4720},{"className":4719},[],[4721],{"type":51,"value":4722},"colW",{"type":51,"value":4724}," values as needed, but always recompute ",{"type":42,"tag":192,"props":4726,"children":4728},{"className":4727},[],[4729],{"type":51,"value":4730},"TABLE_X",{"type":51,"value":4044},{"type":42,"tag":192,"props":4733,"children":4735},{"className":4734},[],[4736],{"type":51,"value":4737},"(SLIDE_W - sum(colW)) \u002F 2",{"type":51,"value":4739}," to keep the table centered.",{"type":42,"tag":43,"props":4741,"children":4742},{},[4743],{"type":42,"tag":47,"props":4744,"children":4745},{},[4746],{"type":51,"value":4747},"Footer:",{"type":42,"tag":113,"props":4749,"children":4750},{},[4751],{"type":42,"tag":117,"props":4752,"children":4753},{},[4754,4756,4761,4763,4768],{"type":51,"value":4755},"Small text in medium gray: \"Deal Flow Digest · ",{"type":42,"tag":128,"props":4757,"children":4758},{},[4759],{"type":51,"value":4760},"Period",{"type":51,"value":4762}," · Sources: S&P Global Capital IQ · Generated ",{"type":42,"tag":128,"props":4764,"children":4765},{},[4766],{"type":51,"value":4767},"Date",{"type":51,"value":134},{"type":42,"tag":43,"props":4770,"children":4771},{},[4772],{"type":42,"tag":47,"props":4773,"children":4774},{},[4775],{"type":51,"value":4776},"General color rules (enforce strictly):",{"type":42,"tag":113,"props":4778,"children":4779},{},[4780,4785,4797,4802,4807],{"type":42,"tag":117,"props":4781,"children":4782},{},[4783],{"type":51,"value":4784},"Company logos are the only \"full color\" elements on the slide — they appear as-is from the source.",{"type":42,"tag":117,"props":4786,"children":4787},{},[4788,4790,4795],{"type":51,"value":4789},"Deal links use muted blue (",{"type":42,"tag":192,"props":4791,"children":4793},{"className":4792},[],[4794],{"type":51,"value":3758},{"type":51,"value":4796},") — this is the only non-monochrome text color besides semantic red\u002Fgreen.",{"type":42,"tag":117,"props":4798,"children":4799},{},[4800],{"type":51,"value":4801},"Outside of logos and links, the slide should look correct printed on a black-and-white printer.",{"type":42,"tag":117,"props":4803,"children":4804},{},[4805],{"type":51,"value":4806},"Never apply color to backgrounds, accent bars, decorative shapes, or section dividers.",{"type":42,"tag":117,"props":4808,"children":4809},{},[4810],{"type":51,"value":4811},"When in doubt, leave it gray.",{"type":42,"tag":1298,"props":4813,"children":4815},{"id":4814},"code-structure",[4816],{"type":51,"value":4817},"Code Structure",{"type":42,"tag":814,"props":4819,"children":4821},{"className":1378,"code":4820,"language":1380,"meta":822,"style":822},"const pptxgen = require(\"pptxgenjs\");\nconst pres = new pptxgen();\npres.layout = \"LAYOUT_16x9\";\npres.title = \"Deal Flow Digest\";\n\nconst slide = pres.addSlide();\nconst SLIDE_W = 13.33; \u002F\u002F 16:9 slide width in inches\n\n\u002F\u002F 1. Dark header bar with title and period\n\u002F\u002F 2. Stat cards row (4 cards: Total Raised, # Rounds, Avg Pre-Money, Largest Round)\n\u002F\u002F 3. Key takeaways section with logos (include valuation context)\n\u002F\u002F 4. Top deals table with Announced, Closed, Pre-Money, Post-Money columns and Capital IQ deal links\n\u002F\u002F    - Center the table: x = (SLIDE_W - tableWidth) \u002F 2\n\u002F\u002F 5. Footer\n\npres.writeFile({ fileName: \"\u002Fhome\u002Fclaude\u002Fdeal-flow-digest.pptx\" });\n",[4822],{"type":42,"tag":192,"props":4823,"children":4824},{"__ignoreMap":822},[4825,4869,4903,4941,4978,4985,5023,5051,5058,5066,5074,5082,5090,5098,5106,5113],{"type":42,"tag":128,"props":4826,"children":4827},{"class":1343,"line":1344},[4828,4832,4837,4841,4845,4849,4853,4857,4861,4865],{"type":42,"tag":128,"props":4829,"children":4830},{"style":1390},[4831],{"type":51,"value":1393},{"type":42,"tag":128,"props":4833,"children":4834},{"style":1396},[4835],{"type":51,"value":4836}," pptxgen ",{"type":42,"tag":128,"props":4838,"children":4839},{"style":1402},[4840],{"type":51,"value":1405},{"type":42,"tag":128,"props":4842,"children":4843},{"style":1408},[4844],{"type":51,"value":1411},{"type":42,"tag":128,"props":4846,"children":4847},{"style":1396},[4848],{"type":51,"value":1416},{"type":42,"tag":128,"props":4850,"children":4851},{"style":1402},[4852],{"type":51,"value":134},{"type":42,"tag":128,"props":4854,"children":4855},{"style":1354},[4856],{"type":51,"value":3619},{"type":42,"tag":128,"props":4858,"children":4859},{"style":1402},[4860],{"type":51,"value":134},{"type":42,"tag":128,"props":4862,"children":4863},{"style":1396},[4864],{"type":51,"value":782},{"type":42,"tag":128,"props":4866,"children":4867},{"style":1402},[4868],{"type":51,"value":1438},{"type":42,"tag":128,"props":4870,"children":4871},{"class":1343,"line":1441},[4872,4876,4881,4885,4890,4895,4899],{"type":42,"tag":128,"props":4873,"children":4874},{"style":1390},[4875],{"type":51,"value":1393},{"type":42,"tag":128,"props":4877,"children":4878},{"style":1396},[4879],{"type":51,"value":4880}," pres ",{"type":42,"tag":128,"props":4882,"children":4883},{"style":1402},[4884],{"type":51,"value":1405},{"type":42,"tag":128,"props":4886,"children":4887},{"style":1402},[4888],{"type":51,"value":4889}," new",{"type":42,"tag":128,"props":4891,"children":4892},{"style":1408},[4893],{"type":51,"value":4894}," pptxgen",{"type":42,"tag":128,"props":4896,"children":4897},{"style":1396},[4898],{"type":51,"value":1967},{"type":42,"tag":128,"props":4900,"children":4901},{"style":1402},[4902],{"type":51,"value":1438},{"type":42,"tag":128,"props":4904,"children":4905},{"class":1343,"line":1486},[4906,4911,4915,4920,4924,4928,4933,4937],{"type":42,"tag":128,"props":4907,"children":4908},{"style":1396},[4909],{"type":51,"value":4910},"pres",{"type":42,"tag":128,"props":4912,"children":4913},{"style":1402},[4914],{"type":51,"value":1604},{"type":42,"tag":128,"props":4916,"children":4917},{"style":1396},[4918],{"type":51,"value":4919},"layout ",{"type":42,"tag":128,"props":4921,"children":4922},{"style":1402},[4923],{"type":51,"value":1405},{"type":42,"tag":128,"props":4925,"children":4926},{"style":1402},[4927],{"type":51,"value":4179},{"type":42,"tag":128,"props":4929,"children":4930},{"style":1354},[4931],{"type":51,"value":4932},"LAYOUT_16x9",{"type":42,"tag":128,"props":4934,"children":4935},{"style":1402},[4936],{"type":51,"value":134},{"type":42,"tag":128,"props":4938,"children":4939},{"style":1402},[4940],{"type":51,"value":1438},{"type":42,"tag":128,"props":4942,"children":4943},{"class":1343,"line":1496},[4944,4948,4952,4957,4961,4965,4970,4974],{"type":42,"tag":128,"props":4945,"children":4946},{"style":1396},[4947],{"type":51,"value":4910},{"type":42,"tag":128,"props":4949,"children":4950},{"style":1402},[4951],{"type":51,"value":1604},{"type":42,"tag":128,"props":4953,"children":4954},{"style":1396},[4955],{"type":51,"value":4956},"title ",{"type":42,"tag":128,"props":4958,"children":4959},{"style":1402},[4960],{"type":51,"value":1405},{"type":42,"tag":128,"props":4962,"children":4963},{"style":1402},[4964],{"type":51,"value":4179},{"type":42,"tag":128,"props":4966,"children":4967},{"style":1354},[4968],{"type":51,"value":4969},"Deal Flow Digest",{"type":42,"tag":128,"props":4971,"children":4972},{"style":1402},[4973],{"type":51,"value":134},{"type":42,"tag":128,"props":4975,"children":4976},{"style":1402},[4977],{"type":51,"value":1438},{"type":42,"tag":128,"props":4979,"children":4980},{"class":1343,"line":1506},[4981],{"type":42,"tag":128,"props":4982,"children":4983},{"emptyLinePlaceholder":1490},[4984],{"type":51,"value":1493},{"type":42,"tag":128,"props":4986,"children":4987},{"class":1343,"line":1539},[4988,4992,4997,5001,5006,5010,5015,5019],{"type":42,"tag":128,"props":4989,"children":4990},{"style":1390},[4991],{"type":51,"value":1393},{"type":42,"tag":128,"props":4993,"children":4994},{"style":1396},[4995],{"type":51,"value":4996}," slide ",{"type":42,"tag":128,"props":4998,"children":4999},{"style":1402},[5000],{"type":51,"value":1405},{"type":42,"tag":128,"props":5002,"children":5003},{"style":1396},[5004],{"type":51,"value":5005}," pres",{"type":42,"tag":128,"props":5007,"children":5008},{"style":1402},[5009],{"type":51,"value":1604},{"type":42,"tag":128,"props":5011,"children":5012},{"style":1408},[5013],{"type":51,"value":5014},"addSlide",{"type":42,"tag":128,"props":5016,"children":5017},{"style":1396},[5018],{"type":51,"value":1967},{"type":42,"tag":128,"props":5020,"children":5021},{"style":1402},[5022],{"type":51,"value":1438},{"type":42,"tag":128,"props":5024,"children":5025},{"class":1343,"line":1548},[5026,5030,5034,5038,5042,5046],{"type":42,"tag":128,"props":5027,"children":5028},{"style":1390},[5029],{"type":51,"value":1393},{"type":42,"tag":128,"props":5031,"children":5032},{"style":1396},[5033],{"type":51,"value":4387},{"type":42,"tag":128,"props":5035,"children":5036},{"style":1402},[5037],{"type":51,"value":1405},{"type":42,"tag":128,"props":5039,"children":5040},{"style":1937},[5041],{"type":51,"value":4396},{"type":42,"tag":128,"props":5043,"children":5044},{"style":1402},[5045],{"type":51,"value":4401},{"type":42,"tag":128,"props":5047,"children":5048},{"style":1500},[5049],{"type":51,"value":5050}," \u002F\u002F 16:9 slide width in inches\n",{"type":42,"tag":128,"props":5052,"children":5053},{"class":1343,"line":1631},[5054],{"type":42,"tag":128,"props":5055,"children":5056},{"emptyLinePlaceholder":1490},[5057],{"type":51,"value":1493},{"type":42,"tag":128,"props":5059,"children":5060},{"class":1343,"line":1733},[5061],{"type":42,"tag":128,"props":5062,"children":5063},{"style":1500},[5064],{"type":51,"value":5065},"\u002F\u002F 1. Dark header bar with title and period\n",{"type":42,"tag":128,"props":5067,"children":5068},{"class":1343,"line":1807},[5069],{"type":42,"tag":128,"props":5070,"children":5071},{"style":1500},[5072],{"type":51,"value":5073},"\u002F\u002F 2. Stat cards row (4 cards: Total Raised, # Rounds, Avg Pre-Money, Largest Round)\n",{"type":42,"tag":128,"props":5075,"children":5076},{"class":1343,"line":1816},[5077],{"type":42,"tag":128,"props":5078,"children":5079},{"style":1500},[5080],{"type":51,"value":5081},"\u002F\u002F 3. Key takeaways section with logos (include valuation context)\n",{"type":42,"tag":128,"props":5083,"children":5084},{"class":1343,"line":1825},[5085],{"type":42,"tag":128,"props":5086,"children":5087},{"style":1500},[5088],{"type":51,"value":5089},"\u002F\u002F 4. Top deals table with Announced, Closed, Pre-Money, Post-Money columns and Capital IQ deal links\n",{"type":42,"tag":128,"props":5091,"children":5092},{"class":1343,"line":1974},[5093],{"type":42,"tag":128,"props":5094,"children":5095},{"style":1500},[5096],{"type":51,"value":5097},"\u002F\u002F    - Center the table: x = (SLIDE_W - tableWidth) \u002F 2\n",{"type":42,"tag":128,"props":5099,"children":5100},{"class":1343,"line":2009},[5101],{"type":42,"tag":128,"props":5102,"children":5103},{"style":1500},[5104],{"type":51,"value":5105},"\u002F\u002F 5. Footer\n",{"type":42,"tag":128,"props":5107,"children":5108},{"class":1343,"line":2078},[5109],{"type":42,"tag":128,"props":5110,"children":5111},{"emptyLinePlaceholder":1490},[5112],{"type":51,"value":1493},{"type":42,"tag":128,"props":5114,"children":5115},{"class":1343,"line":2171},[5116,5120,5124,5129,5133,5138,5142,5146,5150,5155,5159,5163,5167],{"type":42,"tag":128,"props":5117,"children":5118},{"style":1396},[5119],{"type":51,"value":4910},{"type":42,"tag":128,"props":5121,"children":5122},{"style":1402},[5123],{"type":51,"value":1604},{"type":42,"tag":128,"props":5125,"children":5126},{"style":1408},[5127],{"type":51,"value":5128},"writeFile",{"type":42,"tag":128,"props":5130,"children":5131},{"style":1396},[5132],{"type":51,"value":1416},{"type":42,"tag":128,"props":5134,"children":5135},{"style":1402},[5136],{"type":51,"value":5137},"{",{"type":42,"tag":128,"props":5139,"children":5140},{"style":1558},[5141],{"type":51,"value":3097},{"type":42,"tag":128,"props":5143,"children":5144},{"style":1402},[5145],{"type":51,"value":2545},{"type":42,"tag":128,"props":5147,"children":5148},{"style":1402},[5149],{"type":51,"value":4179},{"type":42,"tag":128,"props":5151,"children":5152},{"style":1354},[5153],{"type":51,"value":5154},"\u002Fhome\u002Fclaude\u002Fdeal-flow-digest.pptx",{"type":42,"tag":128,"props":5156,"children":5157},{"style":1402},[5158],{"type":51,"value":134},{"type":42,"tag":128,"props":5160,"children":5161},{"style":1402},[5162],{"type":51,"value":2647},{"type":42,"tag":128,"props":5164,"children":5165},{"style":1396},[5166],{"type":51,"value":782},{"type":42,"tag":128,"props":5168,"children":5169},{"style":1402},[5170],{"type":51,"value":1438},{"type":42,"tag":43,"props":5172,"children":5173},{},[5174],{"type":51,"value":5175},"Use factory functions (not shared objects) for shadows and repeated styles per the pptxgenjs pitfalls guidance.",{"type":42,"tag":225,"props":5177,"children":5179},{"id":5178},"step-8-qa-the-slide",[5180],{"type":51,"value":5181},"Step 8: QA the Slide",{"type":42,"tag":43,"props":5183,"children":5184},{},[5185],{"type":51,"value":5186},"Follow the QA process from the PPTX skill:",{"type":42,"tag":250,"props":5188,"children":5189},{},[5190,5207,5292,5302],{"type":42,"tag":117,"props":5191,"children":5192},{},[5193,5198,5199,5205],{"type":42,"tag":47,"props":5194,"children":5195},{},[5196],{"type":51,"value":5197},"Content QA:",{"type":51,"value":190},{"type":42,"tag":192,"props":5200,"children":5202},{"className":5201},[],[5203],{"type":51,"value":5204},"python -m markitdown deal-flow-digest.pptx",{"type":51,"value":5206}," — verify all text, numbers, company names, valuation figures, and deal links are correct",{"type":42,"tag":117,"props":5208,"children":5209},{},[5210,5215,5217,5290],{"type":42,"tag":47,"props":5211,"children":5212},{},[5213],{"type":51,"value":5214},"Visual QA:",{"type":51,"value":5216}," Convert to image and inspect:\n",{"type":42,"tag":814,"props":5218,"children":5220},{"className":1334,"code":5219,"language":1336,"meta":822,"style":822},"python \u002Fmnt\u002Fskills\u002Fpublic\u002Fpptx\u002Fscripts\u002Foffice\u002Fsoffice.py --headless --convert-to pdf deal-flow-digest.pptx\npdftoppm -jpeg -r 200 deal-flow-digest.pdf slide\n",[5221],{"type":42,"tag":192,"props":5222,"children":5223},{"__ignoreMap":822},[5224,5257],{"type":42,"tag":128,"props":5225,"children":5226},{"class":1343,"line":1344},[5227,5232,5237,5242,5247,5252],{"type":42,"tag":128,"props":5228,"children":5229},{"style":1348},[5230],{"type":51,"value":5231},"python",{"type":42,"tag":128,"props":5233,"children":5234},{"style":1354},[5235],{"type":51,"value":5236}," \u002Fmnt\u002Fskills\u002Fpublic\u002Fpptx\u002Fscripts\u002Foffice\u002Fsoffice.py",{"type":42,"tag":128,"props":5238,"children":5239},{"style":1354},[5240],{"type":51,"value":5241}," --headless",{"type":42,"tag":128,"props":5243,"children":5244},{"style":1354},[5245],{"type":51,"value":5246}," --convert-to",{"type":42,"tag":128,"props":5248,"children":5249},{"style":1354},[5250],{"type":51,"value":5251}," pdf",{"type":42,"tag":128,"props":5253,"children":5254},{"style":1354},[5255],{"type":51,"value":5256}," deal-flow-digest.pptx\n",{"type":42,"tag":128,"props":5258,"children":5259},{"class":1343,"line":1441},[5260,5265,5270,5275,5280,5285],{"type":42,"tag":128,"props":5261,"children":5262},{"style":1348},[5263],{"type":51,"value":5264},"pdftoppm",{"type":42,"tag":128,"props":5266,"children":5267},{"style":1354},[5268],{"type":51,"value":5269}," -jpeg",{"type":42,"tag":128,"props":5271,"children":5272},{"style":1354},[5273],{"type":51,"value":5274}," -r",{"type":42,"tag":128,"props":5276,"children":5277},{"style":1937},[5278],{"type":51,"value":5279}," 200",{"type":42,"tag":128,"props":5281,"children":5282},{"style":1354},[5283],{"type":51,"value":5284}," deal-flow-digest.pdf",{"type":42,"tag":128,"props":5286,"children":5287},{"style":1354},[5288],{"type":51,"value":5289}," slide\n",{"type":51,"value":5291},"\nCheck for overlapping elements, text overflow, alignment issues, low-contrast text, logo sizing problems, and that deal link text is visible.",{"type":42,"tag":117,"props":5293,"children":5294},{},[5295,5300],{"type":42,"tag":47,"props":5296,"children":5297},{},[5298],{"type":51,"value":5299},"Link QA:",{"type":51,"value":5301}," Verify that the Capital IQ URLs in the table are correctly formatted with the right transaction IDs.",{"type":42,"tag":117,"props":5303,"children":5304},{},[5305,5310],{"type":42,"tag":47,"props":5306,"children":5307},{},[5308],{"type":51,"value":5309},"Fix and re-verify",{"type":51,"value":5311}," — at least one fix-and-verify cycle before declaring done.",{"type":42,"tag":225,"props":5313,"children":5315},{"id":5314},"step-9-present-results",[5316],{"type":51,"value":5317},"Step 9: Present Results",{"type":42,"tag":250,"props":5319,"children":5320},{},[5321,5340,5353],{"type":42,"tag":117,"props":5322,"children":5323},{},[5324,5326,5332,5334],{"type":51,"value":5325},"Copy the final ",{"type":42,"tag":192,"props":5327,"children":5329},{"className":5328},[],[5330],{"type":51,"value":5331},".pptx",{"type":51,"value":5333}," to ",{"type":42,"tag":192,"props":5335,"children":5337},{"className":5336},[],[5338],{"type":51,"value":5339},"\u002Fmnt\u002Fuser-data\u002Foutputs\u002F",{"type":42,"tag":117,"props":5341,"children":5342},{},[5343,5345,5351],{"type":51,"value":5344},"Use ",{"type":42,"tag":192,"props":5346,"children":5348},{"className":5347},[],[5349],{"type":51,"value":5350},"present_files",{"type":51,"value":5352}," to share the slide",{"type":42,"tag":117,"props":5354,"children":5355},{},[5356,5358],{"type":51,"value":5357},"Provide a 2–3 sentence verbal summary:\n",{"type":42,"tag":113,"props":5359,"children":5360},{},[5361,5373,5378],{"type":42,"tag":117,"props":5362,"children":5363},{},[5364,5366,5371],{"type":51,"value":5365},"\"Your digest covers X rounds totaling $Y raised across ",{"type":42,"tag":128,"props":5367,"children":5368},{},[5369],{"type":51,"value":5370},"sectors",{"type":51,"value":5372},".\"",{"type":42,"tag":117,"props":5374,"children":5375},{},[5376],{"type":51,"value":5377},"Call out the single most notable deal and its valuation",{"type":42,"tag":117,"props":5379,"children":5380},{},[5381],{"type":51,"value":5382},"Flag any concerning trends (down rounds, valuation compression, etc.)",{"type":42,"tag":101,"props":5384,"children":5386},{"id":5385},"error-handling",[5387],{"type":51,"value":5388},"Error Handling",{"type":42,"tag":225,"props":5390,"children":5392},{"id":5391},"entity-resolution-failures",[5393],{"type":51,"value":5394},"Entity Resolution Failures",{"type":42,"tag":113,"props":5396,"children":5397},{},[5398,5429,5439,5456,5478],{"type":42,"tag":117,"props":5399,"children":5400},{},[5401,5406,5408,5413,5415,5420,5422,5427],{"type":42,"tag":47,"props":5402,"children":5403},{},[5404],{"type":51,"value":5405},"Empty results for a known company:",{"type":51,"value":5407}," First check ",{"type":42,"tag":192,"props":5409,"children":5411},{"className":5410},[],[5412],{"type":51,"value":246},{"type":51,"value":5414}," — if that fails, try the alias from ",{"type":42,"tag":192,"props":5416,"children":5418},{"className":5417},[],[5419],{"type":51,"value":268},{"type":51,"value":5421}," or the ",{"type":42,"tag":192,"props":5423,"children":5425},{"className":5424},[],[5426],{"type":51,"value":276},{"type":51,"value":5428}," directly. Common brand→legal mismatches: Together AI → \"Together Computer, Inc.\", Character.ai → \"Character Technologies, Inc.\", Runway ML → \"Runway AI, Inc.\".",{"type":42,"tag":117,"props":5430,"children":5431},{},[5432,5437],{"type":42,"tag":47,"props":5433,"children":5434},{},[5435],{"type":51,"value":5436},"Subsidiary companies:",{"type":51,"value":5438}," DeepMind, GitHub, Instagram, WhatsApp, YouTube, BeReal, etc. are subsidiaries — they have zero independent funding rounds. Note these as \"acquired\u002Fsubsidiary\" in context but do not report them as \"no activity.\"",{"type":42,"tag":117,"props":5440,"children":5441},{},[5442,5447,5449,5454],{"type":42,"tag":47,"props":5443,"children":5444},{},[5445],{"type":51,"value":5446},"Defunct companies:",{"type":51,"value":5448}," Companies like Convoy (shut down Oct 2023) still resolve in S&P Global but will never have new activity. The ",{"type":42,"tag":192,"props":5450,"children":5452},{"className":5451},[],[5453],{"type":51,"value":268},{"type":51,"value":5455}," file flags these — check it before including a company.",{"type":42,"tag":117,"props":5457,"children":5458},{},[5459,5469,5471,5476],{"type":42,"tag":47,"props":5460,"children":5461},{},[5462,5467],{"type":42,"tag":192,"props":5463,"children":5465},{"className":5464},[],[5466],{"type":51,"value":500},{"type":51,"value":5468}," errors or returns zeros:",{"type":51,"value":5470}," Fall back to ",{"type":42,"tag":192,"props":5472,"children":5474},{"className":5473},[],[5475],{"type":51,"value":372},{"type":51,"value":5477}," — the summary tool is less reliable. Never rely on the summary tool as the sole data source.",{"type":42,"tag":117,"props":5479,"children":5480},{},[5481,5493,5495,5500,5502,5507],{"type":42,"tag":47,"props":5482,"children":5483},{},[5484,5486,5491],{"type":51,"value":5485},"Wrong ",{"type":42,"tag":192,"props":5487,"children":5489},{"className":5488},[],[5490],{"type":51,"value":528},{"type":51,"value":5492}," parameter:",{"type":51,"value":5494}," If investor-perspective queries return empty, verify you're using ",{"type":42,"tag":192,"props":5496,"children":5498},{"className":5497},[],[5499],{"type":51,"value":553},{"type":51,"value":5501},", not ",{"type":42,"tag":192,"props":5503,"children":5505},{"className":5504},[],[5506],{"type":51,"value":542},{"type":51,"value":5508}," (and vice versa).",{"type":42,"tag":225,"props":5510,"children":5512},{"id":5511},"data-quality-issues",[5513],{"type":51,"value":5514},"Data Quality Issues",{"type":42,"tag":113,"props":5516,"children":5517},{},[5518,5535,5545,5582,5592,5602,5612],{"type":42,"tag":117,"props":5519,"children":5520},{},[5521,5526,5528,5533],{"type":42,"tag":47,"props":5522,"children":5523},{},[5524],{"type":51,"value":5525},"No activity in period:",{"type":51,"value":5527}," If a sector had zero funding rounds, note this explicitly on the slide (\"No transactions recorded in ",{"type":42,"tag":128,"props":5529,"children":5530},{},[5531],{"type":51,"value":5532},"Sector",{"type":51,"value":5534}," during the period\") — absence of activity is itself informative.",{"type":42,"tag":117,"props":5536,"children":5537},{},[5538,5543],{"type":42,"tag":47,"props":5539,"children":5540},{},[5541],{"type":51,"value":5542},"Sparse valuation data:",{"type":51,"value":5544}," If pre-money and post-money valuations are undisclosed for most transactions, note the data limitation in a footer annotation and use \"—\" in the table. Adjust the stat card to show a different metric (e.g., Median Round Size) instead of Avg Pre-Money.",{"type":42,"tag":117,"props":5546,"children":5547},{},[5548,5553,5554,5559,5561,5566,5568,5573,5575,5580],{"type":42,"tag":47,"props":5549,"children":5550},{},[5551],{"type":51,"value":5552},"Logo retrieval failures:",{"type":51,"value":453},{"type":42,"tag":192,"props":5555,"children":5557},{"className":5556},[],[5558],{"type":51,"value":1309},{"type":51,"value":5560}," npm package provides ~43% coverage for typical deal flow companies. For the remainder, use the ",{"type":42,"tag":192,"props":5562,"children":5564},{"className":5563},[],[5565],{"type":51,"value":1329},{"type":51,"value":5567},"-generated initial-based fallback. Keep a consistent icon style — don't mix random approaches. If ",{"type":42,"tag":192,"props":5569,"children":5571},{"className":5570},[],[5572],{"type":51,"value":1309},{"type":51,"value":5574}," or ",{"type":42,"tag":192,"props":5576,"children":5578},{"className":5577},[],[5579],{"type":51,"value":1329},{"type":51,"value":5581}," fail to install, fall back to pptxgenjs shape-based initials (gray ellipse + white text overlay) which require no external dependencies.",{"type":42,"tag":117,"props":5583,"children":5584},{},[5585,5590],{"type":42,"tag":47,"props":5586,"children":5587},{},[5588],{"type":51,"value":5589},"Too many deals for one slide:",{"type":51,"value":5591}," If there are more than 6 notable deals, show the top 6 in the table and add a footnote: \"+N additional deals not shown.\" Prioritize by deal size.",{"type":42,"tag":117,"props":5593,"children":5594},{},[5595,5600],{"type":42,"tag":47,"props":5596,"children":5597},{},[5598],{"type":51,"value":5599},"Large universes:",{"type":51,"value":5601}," For multi-sector digests with 100+ companies, batch all API calls in groups of 15–20. Prioritize depth on notable deals over completeness on minor ones.",{"type":42,"tag":117,"props":5603,"children":5604},{},[5605,5610],{"type":42,"tag":47,"props":5606,"children":5607},{},[5608],{"type":51,"value":5609},"Stale seeds:",{"type":51,"value":5611}," If competitor expansion returns very few results for a sector, the seed companies may be too niche. Broaden by adding 2–3 more well-known names and re-expanding.",{"type":42,"tag":117,"props":5613,"children":5614},{},[5615,5620,5622,5627],{"type":42,"tag":47,"props":5616,"children":5617},{},[5618],{"type":51,"value":5619},"Invalid transaction IDs for links:",{"type":51,"value":5621}," If a ",{"type":42,"tag":192,"props":5623,"children":5625},{"className":5624},[],[5626],{"type":51,"value":989},{"type":51,"value":5628}," from the funding tool doesn't produce a valid Capital IQ URL, omit the link cell for that row rather than including a broken link.",{"type":42,"tag":101,"props":5630,"children":5632},{"id":5631},"example-prompts",[5633],{"type":51,"value":5634},"Example Prompts",{"type":42,"tag":113,"props":5636,"children":5637},{},[5638,5643,5648,5653,5658],{"type":42,"tag":117,"props":5639,"children":5640},{},[5641],{"type":51,"value":5642},"\"Give me a weekly deal flow digest for AI and fintech\"",{"type":42,"tag":117,"props":5644,"children":5645},{},[5646],{"type":51,"value":5647},"\"Summarize this week's funding in biotech\"",{"type":42,"tag":117,"props":5649,"children":5650},{},[5651],{"type":51,"value":5652},"\"Deal roundup for my coverage — cybersecurity, cloud infrastructure, and dev tools — last 2 weeks\"",{"type":42,"tag":117,"props":5654,"children":5655},{},[5656],{"type":51,"value":5657},"\"What happened in venture this week across all sectors I follow?\"",{"type":42,"tag":117,"props":5659,"children":5660},{},[5661],{"type":51,"value":5662},"\"Quick deal flow slide for climate tech this month\"",{"type":42,"tag":5664,"props":5665,"children":5666},"style",{},[5667],{"type":51,"value":5668},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":5670,"total":5782},[5671,5688,5705,5724,5739,5756,5766],{"slug":5672,"name":5672,"fn":5673,"description":5674,"org":5675,"tags":5676,"stars":26,"repoUrl":27,"updatedAt":5687},"3-statement-model","fill out 3-statement financial models","Complete, populate and fill out 3-statement financial model templates (Income Statement, Balance Sheet, Cash Flow Statement) . Use when asked to fill out model templates, complete existing model frameworks, populate financial models with data, complete a partially filled IS\u002FBS\u002FCF framework, or link integrated financial statements within an existing template structure. Triggers include requests to fill in, complete, or populate a 3-statement model template",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5677,5680,5681,5684],{"name":5678,"slug":5679,"type":16},"Excel","excel",{"name":24,"slug":25,"type":16},{"name":5682,"slug":5683,"type":16},"Financial Modeling","financial-modeling",{"name":5685,"slug":5686,"type":16},"Financial Statements","financial-statements","2026-05-15T06:08:35.416766",{"slug":5689,"name":5689,"fn":5690,"description":5691,"org":5692,"tags":5693,"stars":26,"repoUrl":27,"updatedAt":5704},"accrual-schedule","build period-end accrual schedules","Build the period-end accrual schedule — for each accrual, compute the entry, cite the support, and draft the JE. Use during month-end close; the JE is a draft for controller approval, not a posting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5694,5697,5698,5701],{"name":5695,"slug":5696,"type":16},"Accounting","accounting",{"name":24,"slug":25,"type":16},{"name":5699,"slug":5700,"type":16},"Journal Entry","journal-entry",{"name":5702,"slug":5703,"type":16},"Month-End Close","month-end-close","2026-05-06T05:38:41.445686",{"slug":5706,"name":5706,"fn":5707,"description":5708,"org":5709,"tags":5710,"stars":26,"repoUrl":27,"updatedAt":5723},"ai-readiness","identify AI opportunities in portfolio companies","Scan the portfolio for the highest-leverage AI opportunities and rank where to deploy operating-partner time. Ingests quarterly updates and financials across multiple portfolio companies, identifies quick wins at each, and stacks them into a single ranked action list. Use during quarterly portfolio reviews, annual planning, or when deciding which companies get AI investment first. Triggers on \"AI readiness\", \"AI opportunity scan\", \"where should we deploy AI\", \"AI across the portfolio\", \"AI quick wins\", or \"which portcos are ready for AI\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5711,5714,5717,5720],{"name":5712,"slug":5713,"type":16},"AI Infrastructure","ai-infrastructure",{"name":5715,"slug":5716,"type":16},"Operations","operations",{"name":5718,"slug":5719,"type":16},"Private Equity","private-equity",{"name":5721,"slug":5722,"type":16},"Strategy","strategy","2026-05-21T06:50:36.056814",{"slug":5725,"name":5725,"fn":5726,"description":5727,"org":5728,"tags":5729,"stars":26,"repoUrl":27,"updatedAt":5738},"audit-xls","audit spreadsheets for formula accuracy","Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on \"audit this sheet\", \"check my formulas\", \"find formula errors\", \"QA this spreadsheet\", \"sanity check this\", \"debug model\", \"model check\", \"model won't balance\", \"something's off in my model\", \"model review\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5730,5733,5734,5735],{"name":5731,"slug":5732,"type":16},"Audit","audit",{"name":5678,"slug":5679,"type":16},{"name":24,"slug":25,"type":16},{"name":5736,"slug":5737,"type":16},"Spreadsheets","spreadsheets","2026-05-15T06:07:23.536125",{"slug":5740,"name":5740,"fn":5741,"description":5742,"org":5743,"tags":5744,"stars":26,"repoUrl":27,"updatedAt":5755},"bond-futures-basis","analyze bond futures basis","Analyze the bond futures basis by pricing futures, identifying the cheapest-to-deliver, and comparing with yield curves to assess delivery option value and basis trading opportunities. Use when analyzing bond futures, computing the basis, identifying CTD bonds, calculating implied repo rates, or evaluating basis trades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5745,5748,5749,5752],{"name":5746,"slug":5747,"type":16},"Derivatives","derivatives",{"name":24,"slug":25,"type":16},{"name":5750,"slug":5751,"type":16},"Fixed Income","fixed-income",{"name":5753,"slug":5754,"type":16},"Trading","trading","2026-05-15T06:08:13.647174",{"slug":5757,"name":5757,"fn":5758,"description":5759,"org":5760,"tags":5761,"stars":26,"repoUrl":27,"updatedAt":5765},"bond-relative-value","perform bond relative value analysis","Perform relative value analysis on bonds by combining pricing, yield curve context, credit spreads, and scenario stress testing. Use when analyzing bond richness\u002Fcheapness, computing spread decomposition, comparing bonds, assessing bond value vs curves, or running rate shock scenarios.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5762,5763,5764],{"name":24,"slug":25,"type":16},{"name":5750,"slug":5751,"type":16},{"name":5753,"slug":5754,"type":16},"2026-05-15T06:08:11.151011",{"slug":5767,"name":5767,"fn":5768,"description":5769,"org":5770,"tags":5771,"stars":26,"repoUrl":27,"updatedAt":5781},"break-trace","trace reconciliation breaks to source transactions","Root-cause a reconciliation break to its source transaction or posting — follow the audit trail from the break row back to the originating entry on each side and state what differs and why. Use after gl-recon has classified a break.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5772,5773,5774,5777,5778],{"name":5695,"slug":5696,"type":16},{"name":5731,"slug":5732,"type":16},{"name":5775,"slug":5776,"type":16},"Debugging","debugging",{"name":24,"slug":25,"type":16},{"name":5779,"slug":5780,"type":16},"Reconciliation","reconciliation","2026-05-06T05:37:42.364074",62,{"items":5784,"total":5966},[5785,5805,5819,5831,5850,5863,5884,5904,5918,5933,5941,5950],{"slug":5786,"name":5786,"fn":5787,"description":5788,"org":5789,"tags":5790,"stars":5802,"repoUrl":5803,"updatedAt":5804},"algorithmic-art","create algorithmic art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5791,5794,5797,5800],{"name":5792,"slug":5793,"type":16},"Creative","creative",{"name":5795,"slug":5796,"type":16},"Design","design",{"name":5798,"slug":5799,"type":16},"Generative Art","generative-art",{"name":5801,"slug":1380,"type":16},"JavaScript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":5806,"name":5806,"fn":5807,"description":5808,"org":5809,"tags":5810,"stars":5802,"repoUrl":5803,"updatedAt":5818},"brand-guidelines","apply Anthropic brand colors and typography","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5811,5814,5815],{"name":5812,"slug":5813,"type":16},"Branding","branding",{"name":5795,"slug":5796,"type":16},{"name":5816,"slug":5817,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":5820,"name":5820,"fn":5821,"description":5822,"org":5823,"tags":5824,"stars":5802,"repoUrl":5803,"updatedAt":5830},"canvas-design","create posters and visual art as PNG or PDF","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5825,5826,5827],{"name":5792,"slug":5793,"type":16},{"name":5795,"slug":5796,"type":16},{"name":5828,"slug":5829,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":5832,"name":5832,"fn":5833,"description":5834,"org":5835,"tags":5836,"stars":5802,"repoUrl":5803,"updatedAt":5849},"claude-api","build apps with the Claude API","Reference for the Claude API \u002F Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude\u002FAnthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing\u002Fmodel choice\u002Flimits\u002Fcaching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent\u002FMCP\u002Ftool-definition\u002Fmulti-agent\u002FRAG\u002FLLM-judge\u002Fcomputer-use; generate\u002Fsummarize\u002Fextract\u002Fclassify\u002Frewrite\u002Fconverse over NL; debugging refusals\u002Fcutoffs\u002Fstreaming\u002Ftool-calls\u002Ftokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI\u002FGPT\u002FGemini\u002FLlama\u002FMistral\u002FCohere\u002FOllama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5837,5840,5841,5844,5846],{"name":5838,"slug":5839,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":5842,"slug":5843,"type":16},"Anthropic SDK","anthropic-sdk",{"name":5845,"slug":5832,"type":16},"Claude API",{"name":5847,"slug":5848,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":5851,"name":5851,"fn":5852,"description":5853,"org":5854,"tags":5855,"stars":5802,"repoUrl":5803,"updatedAt":5862},"doc-coauthoring","co-author documentation and technical specs","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5856,5859],{"name":5857,"slug":5858,"type":16},"Documentation","documentation",{"name":5860,"slug":5861,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":5864,"name":5864,"fn":5865,"description":5866,"org":5867,"tags":5868,"stars":5802,"repoUrl":5803,"updatedAt":5883},"docx","create and edit Word documents","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5869,5872,5874,5877,5880],{"name":5870,"slug":5871,"type":16},"Documents","documents",{"name":5873,"slug":5864,"type":16},"DOCX",{"name":5875,"slug":5876,"type":16},"Office","office",{"name":5878,"slug":5879,"type":16},"Templates","templates",{"name":5881,"slug":5882,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":5885,"name":5885,"fn":5886,"description":5887,"org":5888,"tags":5889,"stars":5802,"repoUrl":5803,"updatedAt":5903},"frontend-design","design production-grade frontend interfaces","Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5890,5891,5894,5897,5900],{"name":5795,"slug":5796,"type":16},{"name":5892,"slug":5893,"type":16},"Frontend","frontend",{"name":5895,"slug":5896,"type":16},"React","react",{"name":5898,"slug":5899,"type":16},"Tailwind CSS","tailwind-css",{"name":5901,"slug":5902,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":5905,"name":5905,"fn":5906,"description":5907,"org":5908,"tags":5909,"stars":5802,"repoUrl":5803,"updatedAt":5917},"internal-comms","write internal company communications","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5910,5913,5914],{"name":5911,"slug":5912,"type":16},"Communications","communications",{"name":5878,"slug":5879,"type":16},{"name":5915,"slug":5916,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":5919,"name":5919,"fn":5920,"description":5921,"org":5922,"tags":5923,"stars":5802,"repoUrl":5803,"updatedAt":5932},"mcp-builder","build MCP servers","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node\u002FTypeScript (MCP SDK).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5924,5925,5928,5929],{"name":5838,"slug":5839,"type":16},{"name":5926,"slug":5927,"type":16},"API Development","api-development",{"name":5847,"slug":5848,"type":16},{"name":5930,"slug":5931,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":5829,"name":5829,"fn":5934,"description":5935,"org":5936,"tags":5937,"stars":5802,"repoUrl":5803,"updatedAt":5940},"read edit and manipulate PDF files","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5938,5939],{"name":5870,"slug":5871,"type":16},{"name":5828,"slug":5829,"type":16},"2026-04-06T17:56:02.483316",{"slug":5942,"name":5942,"fn":5943,"description":5944,"org":5945,"tags":5946,"stars":5802,"repoUrl":5803,"updatedAt":5949},"pptx","create and edit PowerPoint presentations","Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5947,5948],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},"2026-07-18T05:16:24.1471",{"slug":5951,"name":5951,"fn":5952,"description":5953,"org":5954,"tags":5955,"stars":5802,"repoUrl":5803,"updatedAt":5965},"skill-creator","create and optimize agent skills","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[5956,5957,5958,5961,5964],{"name":5838,"slug":5839,"type":16},{"name":5857,"slug":5858,"type":16},{"name":5959,"slug":5960,"type":16},"Evals","evals",{"name":5962,"slug":5963,"type":16},"Performance","performance",{"name":5860,"slug":5861,"type":16},"2026-04-19T06:45:40.804",490]