43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
---
|
|
name: ckm:slides
|
|
description: Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and contextual slide strategies.
|
|
argument-hint: "[topic] [slide-count]"
|
|
metadata:
|
|
author: claudekit
|
|
version: "1.0.0"
|
|
---
|
|
|
|
# Slides
|
|
|
|
Strategic HTML presentation design with data visualization.
|
|
|
|
<args>$ARGUMENTS</args>
|
|
|
|
## When to Use
|
|
|
|
- Marketing presentations and pitch decks
|
|
- Data-driven slides with Chart.js
|
|
- Strategic slide design with layout patterns
|
|
- Copywriting-optimized presentation content
|
|
|
|
## Subcommands
|
|
|
|
| Subcommand | Description | Reference |
|
|
|------------|-------------|-----------|
|
|
| `create` | Create strategic presentation slides | `references/create.md` |
|
|
|
|
## References (Knowledge Base)
|
|
|
|
| Topic | File |
|
|
|-------|------|
|
|
| Layout Patterns | `references/layout-patterns.md` |
|
|
| HTML Template | `references/html-template.md` |
|
|
| Copywriting Formulas | `references/copywriting-formulas.md` |
|
|
| Slide Strategies | `references/slide-strategies.md` |
|
|
|
|
## Routing
|
|
|
|
1. Parse subcommand from `$ARGUMENTS` (first word)
|
|
2. Load corresponding `references/{subcommand}.md`
|
|
3. Execute with remaining arguments
|