---
name: motion-help
description: "Aide rapide — commandes et pipeline Motion Design"
argument-hint: "[commande (optionnel)]"
---

# Help

Si `$ARGUMENTS[0]` est fourni → aide détaillée de cette commande (lis son SKILL.md).
Sinon → affiche le guide ci-dessous.

## Affiche EXACTEMENT ce texte :

```
MOTION DESIGN — Aide rapide
1080×1920 vertical · 24fps · Remotion

─── COMMANDES ──────────────────────────────────────────────────

  /motion-from-transcript [nom] [texte] [template?]
      Transcription → JSON → images AI → TSX → MP4. Tout-en-un.

  /motion-scenario [nom] [sujet] [template?]
      Étape 1/2 — Crée le scénario JSON.

  /motion-animate [nom-scenario] [NomComposant]
      Étape 2/2 — JSON → images AI → TSX → MP4.

  /motion-render [NomComposant]
      Re-rendre un MP4 (après modif manuelle du TSX).

  /motion-list-designs
      Catalogue des templates de direction artistique.

  /motion-design [nom] [ambiance]
      Crée un nouveau template DA.

  /motion-scrape [nb] [recherche]
      Télécharge des vidéos de référence.

  /motion-analyse [fichier.mp4 | all]
      Analyse une vidéo → génère un template DA.

  /motion-help [commande?]
      Cette aide, ou aide détaillée d'une commande.

─── PIPELINE ───────────────────────────────────────────────────

  Pas-à-pas :  /motion-scenario → /motion-animate → MP4
  One-shot  :  /motion-from-transcript → MP4

  Le render MP4 est inclus. /motion-render sert à re-rendre.

─── TEMPLATES DA ───────────────────────────────────────────────

  /motion-list-designs pour voir les 16 templates disponibles.
  Sans template → design par défaut (rouge/noir, Inter + Playfair).

─── PREVIEW ────────────────────────────────────────────────────

  npm run dev → Remotion Studio (preview navigateur)
```

## Aide détaillée par commande

Si `$ARGUMENTS[0]` correspond à une commande, lis son SKILL.md et résume :

| Argument | Fichier skill |
|----------|---------------|
| `motion-from-transcript` | `.claude/skills/motion-from-transcript/SKILL.md` |
| `motion-scenario` | `.claude/skills/motion-scenario/SKILL.md` |
| `motion-animate` | `.claude/skills/motion-animate/SKILL.md` |
| `motion-render` | `.claude/skills/motion-render/SKILL.md` |
| `motion-list-designs` | `.claude/skills/motion-list-designs/SKILL.md` |
| `motion-design` | `.claude/skills/motion-design/SKILL.md` |
| `motion-scrape` | `.claude/skills/motion-scrape/SKILL.md` |
| `motion-analyse` | `.claude/skills/motion-analyse/SKILL.md` |
