Presentation Skills
Description
Agent skills for presentations: rebuild a Canva design with new content, and build a talk that fits its clock.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Presentation skills for AI agents
Two agent skills for presentations, both written from a single real project rather than from general advice
| Skill | For |
|---|---|
| `canva-recontent` | Reusing an existing Canva design with new content |
| `timed-talk` | Any talk with a hard clock, script in the speaker notes |
Install with the [skills CLI](https://github.com/vercel-labs/skills):
npx skills add aminehaddad-git/presentation-skills
Or pick one:
npx skills add aminehaddad-git/presentation-skills --skill canva-recontent
`canva-recontent`
**Rebuild an existing Canva design with new content while its layout, build steps and animations survive intact.**
A finished deck is a solved problem — someone already worked out the spacing, the rhythm, the progressive reveals. Rebuilding from scratch throws that away. This re-contents it: keep the design, replace what it says.
Handles template filling, reusing a deck a colleague shared, rebranding, and translating a presentation into another language.
Why it exists
The Canva connector's tool descriptions are accurate but incomplete, and the gaps are expensive. This skill is mostly a cache of what a 70-page rebuild cost to discover:
| Behaviour | What actually happens |
|---|---|
| Bare element ids | Fail with "Page ID did not match the expected pattern" — which blames the page, not the element. Use the full PAGE-GROUP-ELEMENT path. |
| Reading four pages | ~64,000 characters. Exceeds the limit; the call fails. One page per read. |
filter.element_ids: [] |
Returns zero elements, not all of them. The page looks empty. |
add_text |
Lands at 16px regardless of context. Needs a format_text pass behind it. |
replace_text |
Silently wipes list markers, and collapses multi-region titles to one style. |
unsupported elements |
Cannot be text-replaced. Deleting one may take its decoration with it. |
| Delete page | Does not exist. Nei |
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://