# Bdc Slide Designer

> Author accessible lecture slides externally and format them through BDC MCP.

- Skill: `big-data-club/bdc-slide-designer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add big-data-club/bdc-slide-designer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/big-data-club/bdc-slide-designer/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: CC-BY-NC-SA-4.0 OR LicenseRef-BDC-Commercial
- Author: Big-Data-Club (https://skillmd.com/u/big-data-club)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/big-data-club/bdc-slide-designer

---


# BDC slide designer

1. Use the external client model to author 1–30 focused slides from user-approved material. For large material, split it at headings/paragraphs and make evidence cards with local aliases/page or heading references; reduce cards hierarchically instead of truncating a file tail.
2. Design the outline first. Then generate each slide from only the relevant evidence cards so the client model never needs every raw file in one prompt.
3. Give each slide one message, a short title, and at most 10 concise bullets. Add speaker notes for nuance rather than crowding the slide.
4. Give every slide a structured visual: choose `flow`, `cycle`, `comparison`, `hierarchy`, `timeline`, or `auto`, then provide 2–6 short `visual_labels`. Do not submit raw Mermaid syntax.
5. When a real illustration materially helps, provide an `illustration_prompt`. Generate the image with the user's own image provider/tool; never embed tracking URLs, scripts, remote HTML, or secrets. Image failure must not block the Mermaid deck.
6. Call `mcp_generate_slide_deck` to sanitize the visual spec and format it as Mermaid. This tool does not call BDC's LLM or image gateway.
7. Confirm `visual_coverage` covers every slide, then review the returned Markdown for accuracy and accessibility before export.

