plugins/daloopa/skills/ib-deck/SKILL.md
Generate an institutional-grade investment banking pitch deck (HTML)
npx skillsauth add openai/plugins ib-deckInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Build an institutional-grade pitch deck for the company named in the user's request. If no ticker or company is provided, ask for one before proceeding.
Before starting, read ../design-system.md for formatting conventions and ../data-access.md for data access methods. Also read the reference files in this skill's references/ directory for slide templates and components.
This skill generates a self-contained HTML presentation that can be opened in a browser and printed to PDF if needed.
Determine the deck category and scope:
Category (infer from context, or default to IB Advisory):
Firm Attribution:
../data-access.md Section 4.5.Gather from the user or infer:
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:
latest_calendar_quarter (income statement, balance sheet, cash flow)../data-access.md Section 2)../data-access.md Section 3)Get market data for the target and all peers:
Market data resolution order (see ../data-access.md Section 2):
Run the core analyses needed for the deck:
DCF Methodology (inline calculation):
Critical assessment: The deck should present an honest analytical view, not a promotional pitch. If the valuation looks stretched, say so. If growth is decelerating, show it clearly. If risks are material, give them proper weight. Institutional investors will dismiss analysis that reads as advocacy rather than research.
Generate a self-contained HTML file following the templates in references/slide-templates.md. Use components from references/financial-components.md.
Slide structure (default 14-slide deck — adapt based on purpose):
Key rules:
../design-system.md for colors, typography, number formatting@page with landscape orientation, 16:9 aspect ratio (1280×720px per slide)<div class="slide"> with page-break-after: alwaysSee references/ib-advisory-patterns.md for valuation methodology templates.
Save the complete HTML deck as a local file and summarize the output. Use the HTML Report Template structure from ../design-system.md with slide-specific CSS from references/slide-templates.md.
Tell the user:
Every financial figure must use Daloopa citation format: $X.XX million
All tables must follow the standard financial analysis format:
Data sourced from Daloopa.
development
Use when the user wants to spin up / create / launch / provision a DigitalOcean droplet (or "a remote dev box on DO") and connect to it from Codex as a remote SSH workspace.
data-ai
Search through Microsoft Teams chats or channels, triage unread or recent activity, draft follow-ups, and manage Planner tasks through connected Teams data.
tools
Motion / animation context for the `use_figma` MCP tool — animating Figma nodes via manual keyframes, animation styles, easing, and timeline duration. Load alongside figma-use whenever a task involves adding, editing, or inspecting animation on a node.
development
SwiftUI ↔ Figma translation. Use whenever the user mentions Swift, SwiftUI, iOS, iPhone, or iPad — in EITHER direction — translating a Figma design into SwiftUI (design → code), or pushing SwiftUI views / screens / tokens back into a Figma file (code → design). Triggers on phrases like 'implement this Figma design in SwiftUI', 'build this screen in Swift', 'push this SwiftUI view to Figma', 'mirror my Swift code in a Figma file', or whenever a Figma URL appears alongside `.swift` files / an `.xcodeproj`. Routes to a direction-specific reference doc; loads alongside `figma-use` for the code → design path.