Generate a complete branded HTML presentation from a bullet-point outline. Paste your outline, get a polished deck.
From slidesnpx claudepluginhub sureagentai/agentai-tcap-claude-marketplace --plugin slidesThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Generate a complete AgentAI-branded HTML presentation from a structured outline. No design skills needed — just provide bullet points and get a polished deck.
The user provides a bullet-point outline. You generate a complete single-file HTML presentation.
Extract structure from the user's outline:
| Outline Pattern | Slide Type |
|---|---|
# Main Title | Title slide |
## Section Name | Content slide heading |
- Bullet point | Body content |
Revenue: $X (+Y%) | Metric card |
Step 1, Step 2... | Process/timeline slide |
Before: X / After: Y | Comparison slide |
"Quote text" — Author | Quote/testimonial slide |
Thank you / Questions? | Closing slide |
Based on the audience (ask if unclear):
| Audience | Default Preset |
|---|---|
| Investors | Executive Green |
| Board | Executive Green |
| Clients | Warm Editorial |
| Team | Fresh Modern |
| Technical | Midnight Authority |
If the user doesn't specify, use Executive Green — it works for everything.
Map each section to the right slide pattern. Rules:
Use the slides skill for the HTML structure, CSS, and JavaScript. Apply the chosen style preset.
agentai-[topic]-[YYYY-MM-DD].htmlWhen the outline contains metrics:
- Revenue: $8.2M (+18% QoQ)
- Gross margin: 72%
- Clinics: 145
- Claims/month: 52K
Generate a 4-column metric card grid:
<div class="grid grid-4 metrics-grid" data-animate-stagger>
<div class="metric-card">
<div class="metric-icon">$</div>
<div class="metric-value">$8.2M</div>
<div class="metric-label">Revenue</div>
<div class="metric-trend trend-up">+18% QoQ</div>
</div>
<!-- ... more cards -->
</div>
When the outline has sequential steps:
- Step 1: Claim intake
- Step 2: AI validation
- Step 3: Payer submission
- Step 4: Payment posting
Generate a horizontal timeline or vertical step list.
When the outline has before/after or vs. content:
Before: Manual, 72h turnaround, 15% denials
After: Automated, 4h turnaround, 3% denials
Generate a two-column comparison card layout.
When the outline has feature descriptions:
- AI-powered coding and validation
- Automated claim scrubbing
- Real-time eligibility checks
Generate feature cards with icons in a grid.
Input:
# Q2 2026 Board Meeting
## Agenda
- Financial review
- Operations update
- Technology roadmap
- Strategic initiatives
## Financial Highlights
- Revenue: $8.2M (+18% QoQ)
- Gross margin: 72%
- Cash: $4.1M
- Monthly burn: $320K
## Operations
- Team size: 85 employees (+12)
- Clinics: 145 active
- Claims: 52K/month processed
- SLA compliance: 99.2%
## Technology
- V2 platform 80% complete
- 3 new AI models in production
- Mobile app beta with 200 users
## Strategy
- Close 2 acquisitions by Q3
- Expand to 5 new states
- Launch enterprise pricing tier
## Thank You
- Zorik Gordon, CEO, zorik@agentai.app
Output: A complete HTML file with:
## for sections — each ## becomes a slide