Presentation
Skill shekerkamma/cc-best-practice/.claude/skills/presentation
Personal fork of claude-code-best-practice with tokyo-time skills, hooks demo, and presentation work
npx -y skills add shekerkamma/cc-best-practice --skill presentationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.md
1.5 KB, as published. Nobody here has run it
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:
- Delegate — use the Agent tool to invoke the
presentation-curatoragent:
Agent(subagent_type="presentation-curator", description="Update presentation", prompt="<user's request>")
- 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.