executive-briefing
Builds HTML slide decks for executive reporting using project data.
Install
mkdir -p .claude/skills/executive-briefing-zircote && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16813" && unzip -o skill.zip -d .claude/skills/executive-briefing-zircote && rm skill.zipInstalls to .claude/skills/executive-briefing-zircote
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Generate an executive-ready slide deck as HTML slide sources with Node.js build scripts for PowerPoint assembly. Use as the final deliverable after all artifacts are complete.Key capabilities
- →Read completed project artifacts for key data
- →Create 8 HTML slide sources for a presentation
- →Configure Node.js build scripts for PowerPoint assembly
- →Update `package.json` with the project name
- →Generate an executive-ready slide deck
How it works
The skill reads project artifacts, generates 8 HTML slide sources, configures Node.js build scripts, and updates `package.json` to assemble an executive-ready PowerPoint presentation.
Inputs & outputs
When to use executive-briefing
- →Generating project status reports
- →Creating executive presentations
- →Communicating ROI and project milestones
About this skill
Generate the executive briefing deck in workspace/.
Process
- Read all completed artifacts for key data
- Create 8 HTML slide sources in
workspace/slides/ - Ensure
workspace/generate-assets.jsandworkspace/build-deck.jsare configured - Update
workspace/package.jsonwith project name
Slide Structure (8 slides)
| # | File | Content | Background |
|---|---|---|---|
| 1 | slide1-title.html | Project name, key metric, date range | Dark gradient |
| 2 | slide2-problem.html | Current state metrics, pain points | Light |
| 3 | slide3-before-after.html | Side-by-side comparison, improvement arrow | Light |
| 4 | slide4-phases.html | 4 phase cards, timeline bar, milestones | Light |
| 5 | slide5-roi.html | Bar chart placeholder (built programmatically) | Light |
| 6 | slide6-metrics.html | Primary KPIs with targets | Light |
| 7 | slide7-risks.html | Top 5 risks with mitigation | Light |
| 8 | slide8-next-steps.html | Actions, budget ask, contacts | Blue accent |
HTML Slide Template
Each slide: 720pt x 405pt (16:9), font-family Segoe UI/Arial, with header/content/footer sections.
Design System
| Element | Value |
|---|---|
| Title font | 22-30pt bold |
| Body font | 11-14pt |
| Caption | 7-9pt |
| Phase 1 | #3b82f6 |
| Phase 2 | #10b981 |
| Phase 3 | #f59e0b |
| Phase 4 | #8b5cf6 |
Quality Criteria
- 8 slides covering all executive topics
- Consistent design system
- ROI chart generated programmatically in build-deck.js
- Build scripts produce valid PPTX
- Executive-appropriate language
When not to use it
- →When all project artifacts are not yet complete
- →When a PowerPoint presentation is not the desired final deliverable
- →When Node.js build scripts are not available or preferred for assembly
Limitations
- →Requires all project artifacts to be complete
- →Assumes a specific 8-slide structure and content for the presentation
- →Relies on Node.js build scripts for PowerPoint assembly
How it compares
This skill automates the creation of an executive-ready slide deck from project artifacts using HTML sources and Node.js build scripts, providing a structured and consistent presentation, unlike manual slide creation.
Compared to similar skills
executive-briefing side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| executive-briefing (this skill) | 0 | 6mo | No flags | Intermediate |
| token-data-sources | 0 | 5mo | No flags | Intermediate |
| recharts | 0 | 5mo | Review | Beginner |
| infographic-creator | 1 | 4mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by zircote
View all by zircote →You might also like
token-data-sources
justinchuby
When debugging why the analysis page shows missing or zero token data, or when adding new cost/usage visualizations.
recharts
ihmorol
Build composable, responsive React charts with Recharts library. Use when creating data visualizations including line charts, area charts, bar charts, pie charts, scatter plots, and composed charts. Handles chart customization, responsive sizing, tooltips, legends, axes configuration, performance op
infographic-creator
antvis
基于给定文字内容创建精美信息图。当用户请求创建信息图时使用。
beamer-ppt
zhouziyue233
Create Beamer-style academic PPTX presentations using python-pptx. Produces publication-quality .pptx files with navy-blue Metropolis theme (16:9, frame title bars, progress bar) for conference talks, job market presentations, and seminar slides. Called by /present command.
word
Fergana-Labs
Create, read, edit, and manipulate Microsoft Word documents (.docx files). Use when users ask to work with Word files, create documents, read .docx files, or format text documents.
gmail-manager
jeffvincent
Manage Gmail - send, read, search emails, manage labels and drafts. Use when user wants to interact with their Gmail account for email operations.