# Presentation

> Update, modify, or fix presentation slides, structure, styling, or weights. Use when the user mentions presentation, slides, slide deck, or wants to edit presentation content.

- Skill: `shekerkamma/presentation` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add shekerkamma/presentation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shekerkamma/presentation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: shekerkamma (https://skillmd.com/u/shekerkamma)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shekerkamma/presentation

---


# Presentation Skill

Delegates all presentation work to the `presentation-curator` agent, which has three preloaded sub-skills:

- **presentation-structure** — slide format, weight system, navigation, section structure
- **presentation-styling** — CSS classes, component patterns, syntax highlighting
- **vibe-to-agentic-framework** — conceptual framework, narrative arc, level system

## Workflow

When the user asks to update, modify, or fix a presentation:

1. **Delegate** — use the Agent tool to invoke the `presentation-curator` agent:

```
Agent(subagent_type="presentation-curator", description="Update presentation", prompt="<user's request>")
```

2. **Report back** — relay the agent's summary: slides changed, total count, level transitions, renumbering.

## Why Delegate

The presentation-curator agent:
- Has all three sub-skills preloaded (structure, styling, framework)
- Self-evolves after every execution, updating its own skills to prevent knowledge drift
- Enforces sequential slide numbering, level integrity, and pattern consistency
- Knows the 4-level journey system (Low → Medium → High → Pro)

Never edit presentation files directly — always go through the agent.

