name: new-slide description: Add a new slide to an existing chapter disable-model-invocation: true argument-hint: [chapter-file] [slide-topic]
Add a new slide to an existing chapter:
- Read
pages/$ARGUMENTS[0]to understand the existing slides and style - Read the existing components in
components/to know what's available - Add a new slide (separated by
---) about "$ARGUMENTS[1]" - Match the style and component usage of the existing slides in that chapter
- Use existing components where they fit — don't use raw HTML when a component exists