new-presentatie

Create a Reveal.js presentation scaffold with Hugo under presentaties/.

2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/MinBZK/moza-site --skill new-presentatie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-presentatie
Source: https://github.com/MinBZK/moza-site/tree/main/.claude/skills/new-presentatie
Command: npx skills add https://github.com/MinBZK/moza-site --skill new-presentatie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users bootstrap a new Reveal.js presentation by automating Hugo content creation, reducing manual setup.

Core Features & Use Cases

  • Bootstrap a new presentation: Create the initial Hugo content file under presentaties/NAME (NAME in kebab-case).
  • Slide syntax overview: Use Reveal.js sections for slides, with nested sections for vertical slides.
  • Output: Returns the path to the created presentation and offers to help craft the first slides.

Quick Start

  1. Provide the presentation name in kebab-case, e.g. my-presentation
  2. Run: hugo new content presentaties/name-of-presentation
  3. Use the slide syntax described above to craft slides

Frequently Asked Questions about new-presentatie

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new Reveal.js presentation using Hugo?

To create a Reveal.js presentation with Hugo, provide a kebab-case name and run the Hugo command to generate a new content scaffold under the presentaties/ directory. This automates the initial file setup for your deck.

What is the required naming format for Hugo presentation files?

The required naming format for Hugo presentation files is kebab-case. You must provide a kebab-case name, such as my-presentation, so the Skill can correctly generate the content path under presentaties/.

How does Reveal.js slide syntax work for nested sections?

Reveal.js slide syntax uses sections for horizontal slides and nested sections for vertical slides. The Skill documents this syntax after scaffolding the Hugo content, guiding you in structuring your presentation.

Can I automate Hugo content creation for meeting and training decks?

Yes, you can automate Hugo content creation for meeting, training, or talk decks. The Skill bootstraps the presentation scaffold, reducing manual setup by executing the Hugo new content command directly.

What do I need to start building Reveal.js slides with this automation?

You need a Hugo environment and a kebab-case name to start building Reveal.js slides. The Skill executes the Hugo command to create the initial file and then provides slide syntax and image guidelines.