ib-deck

ib-deck is a skill for Claude Code, Codex from daloopa/investing. It costs 17 tokens per session (1,320 once invoked), scanned A, original, Apache-2.0.

A workflow for creating an investment-banking presentation as an HTML file and PDF. Investment banking presentations are formal decks used for work such as mergers, acquisitions, fairness opinions, or shareholder campaigns.

In plain words
What is it for?
Use it to prepare advisory, activist-investor, or long-short investment presentations for a specified company.
Why use it?
It defines the presentation type, scope, branding, and slide requirements so financial analysis can be delivered in a consistent deck format.

Skill for Claude CodeCodex

Install

Getting it into your agent

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

agentmods
npx agentmods add skills/daloopa/investing/ib-deck
Any agent
npx skills add daloopa/investing --skill ib-deck
Clone the repo
git clone --depth 1 https://github.com/daloopa/investing

Made for: Claude Code, Codex.

Wrote this? Show the measurements

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

agentmods badge for ib-deck

README.md
[![agentmods](https://agentmods.dev/badge/skills/daloopa/investing/ib-deck.svg)](https://agentmods.dev/skills/daloopa/investing/ib-deck)
Your own site
<a href="https://agentmods.dev/skills/daloopa/investing/ib-deck"><img src="https://agentmods.dev/badge/skills/daloopa/investing/ib-deck.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,320 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

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

ModelPer sessionOnce invoked
Fable 5 $0.00017 $0.01320
Opus 5 $0.00009 $0.00660
Sonnet 5 $0.00003 $0.00264
Haiku 4.5 $0.00002 $0.00132

Measured 5d ago against content hash 384f6f5e980b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

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

Nothing flagged

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

.claude/skills/ib-deck/SKILL.md · 105 lines

How it starts

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

Build an institutional-grade pitch deck for the company specified by the user: $ARGUMENTS

Before starting, read ../data-access.md for data access methods and ../design-system.md for formatting conventions. Also read the reference files in this skill's references/ directory for slide templates and components.

This is a project-only skill that generates a self-contained HTML presentation and renders it to PDF.

Phase 1 — Requirements

Determine the deck category and scope:

Category (infer from context, or default to IB Advisory):

  • IB Advisory — M&A advisory, fairness opinions, board presentations. Navy/steel/gold palette. "CONFIDENTIAL" marking.
  • Activist / L-S Equity — Shareholder campaigns, investment memos as decks. Navy/blue/orange or navy/sky/green palette.

Firm Attribution:

  • Firm name defaults to "Daloopa". If the user specifies a firm name in their prompt, use that instead.
  • NEVER hallucinate a firm name (Goldman Sachs, Morgan Stanley, JPMorgan, etc.). See ../data-access.md Section 4.5.
  • Include firm name on the cover slide and in all slide footers.

Gather from the user or infer:

  • Target company (ticker)
  • Purpose (M&A pitch, fairness opinion, investment memo, activist campaign)
  • Key thesis or strategic rationale
  • Specific slides needed (or use the default 14-slide deck)

Phase 2 — Data Gathering

Look up the company by ticker using discover_companies. Capture company_id, latest_calendar_quarter, and latest_fiscal_quarter. Use latest_calendar_quarter to anchor all period calculations (see ../data-access.md Section 1.5).

Use Daloopa MCP for all financial data. Target comprehensive coverage:

  • 5+ years of quarterly financials — calculate 20+ quarters backward from latest_calendar_quarter (income statement, balance sheet, cash flow)
  • Segment and geographic breakdowns
  • All company-specific operating KPIs
  • 6-10 peers — get trading multiples and fundamentals from Daloopa + market data (see ../data-access.md Section 2)
  • Guidance and consensus (see ../data-access.md Section 3)
  • SEC filings — risk factors, growth drivers, M&A commentary, strategic language

Read the full file on GitHub · 105 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

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

  1. 5d ago First seen · 105 lines · 17 tokens per session scan A 384f6f5e980b

Subscribe to this mod's changes

ib-deck is a skill published in the GitHub repository daloopa/investing (487 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 17 tokens to every session and 1,320 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

invoice

A printable invoice page — sender + recipient block, line items table, tax breakdown, totals, and payment instructions. Use when the brief mentions "invoice", "bill", "billing statement", or "发票".

nexu-io/open-design · 46 tokens

report-generator

Generate professional HTML/PDF investment reports with interactive visualizations.

yennanliu/InvestSkill · 11 tokens

cwicr-report-generator

Generate professional cost estimation reports from CWICR calculations. HTML, PDF, Excel outputs with charts and breakdowns.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 29 tokens

iflytek-ocr-invoice

Use when user asks to recognize invoices, extract receipt data, or OCR bills and tickets. Recognize and extract structured data from invoices, receipts, and bills using iFlytek OCR API (科大讯飞票据识别). Supports VAT invoices, taxi receipts, train tickets, toll invoices, medical bills, bank receipts, and more.

iflytek/iFly-Skills · 77 tokens

financial-document-parser

Extract and analyze data from invoices, receipts, bank statements, and financial documents. Categorize expenses, track recurring charges, and generate expense reports. Use when user provides financial PDFs or images.

XiaoLuoLYG/GOD · 42 tokens

procesar-mis-estados-de-cuenta

Proceso un lote de estados de cuenta bancarios y de tarjeta de crédito en PDF o CSV de principio a fin: extraigo cada transacción (subagentes Haiku en paralelo), normalizo los nombres de las contrapartes, categorizo contra tu plan de cuentas bloqueado (subagentes Sonnet en paralelo), detecto transferencias entre…

gethouston/houston · 151 tokens