agentsclimarketplace

Presentation

Skill shekerkamma/cc-best-practice/.claude/skills/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.From its SKILL.md

Install
npx -y skills add shekerkamma/cc-best-practice --skill presentation

Assembled 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.

SKILL.md

1.5 KB, 255 tokens by cl100k_base, 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:

  1. Delegate — use the Agent tool to invoke the presentation-curator agent:
Agent(subagent_type="presentation-curator", description="Update presentation", prompt="<user's request>")
  1. 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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.