mirror of
https://github.com/calesthio/OpenMontage.git
synced 2026-08-26 01:52:30 +08:00
feat: discoverability + cross-agent slash commands for Ink Theater / Animated Drawing
Makes the doodle-animation capability findable instead of hidden. Routing (OpenMontage-internal): - AGENT_GUIDE: Style Playbooks gets an ink-sketch row + a 'hand-drawn doodle' routing note (it's a style + engine on the animation / character-animation pipelines, NOT a new pipeline). - animation/idea-director + character-animation/character-design-director point to the Ink Theater / Ink Puppet skills for hand-drawn character briefs. Cross-agent slash commands (/ink-art, /animated-drawing) for Claude Code, Copilot, Cursor, and Codex — thin pointers to the canonical skills so they stay in sync. /ink-art = create a vector doodle from scratch (Ink Theater + Ink Puppet mocap); /animated-drawing = animate a SUPPLIED drawing via Meta AnimatedDrawings (raster). New skills/creative/animated-drawing.md documents the Path A setup/run/limits. Codex prompts are user-home only — .codex/prompts/README explains the copy/symlink step. .claude/commands/*.md (Claude Code) .github/prompts/*.prompt.md (Copilot) .cursor/commands/*.md (Cursor) .codex/prompts/*.md + README (Codex; copy to ~/.codex/prompts)
This commit is contained in:
9
.cursor/commands/animated-drawing.md
Normal file
9
.cursor/commands/animated-drawing.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# /animated-drawing — animate a supplied drawing with real mocap
|
||||
|
||||
Turn a user-supplied drawing/photo of a humanoid into a raster GIF/MP4 of that drawing moving (dance / walk / jump / wave), via Meta's open-source AnimatedDrawings. To *create* a vector doodle from scratch that draws itself, use `/ink-art`.
|
||||
|
||||
Read `skills/creative/animated-drawing.md`, then set up and run AnimatedDrawings on the user's drawing with the requested motion.
|
||||
|
||||
- Only for animating an *existing* humanoid drawing/photo (single figure, plain light background).
|
||||
- Output is **raster** (original drawing warped) — no vector, no draw-on reveal.
|
||||
- Prefer the turnkey bundled-character path; auto-rig needs Docker + ~670 MB models.
|
||||
10
.cursor/commands/ink-art.md
Normal file
10
.cursor/commands/ink-art.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# /ink-art — hand-drawn ink doodle animation
|
||||
|
||||
A character that draws itself then walks/dances/waves, or a deadpan contraption explainer. Vector, deterministic, rendered via HyperFrames to MP4.
|
||||
|
||||
Read `skills/creative/ink-theater.md` and `ink-theater/README.md`, then build what the user asks:
|
||||
|
||||
- **Ink Theater** engine (`ink-theater/ink-theater.js`): variable-width ink strokes, seek-safe boil, closed-form spring eases, FABRIK IK, contraption grammar.
|
||||
- For a **character that walks / dances / waves / jumps**, use the **Ink Puppet** mocap system: `InkPuppet.create` → `p.drawIn` (self-drawing reveal) → `InkPuppet.choreograph([{clip:'wave_hello'},{clip:'dab'},…])`. **Never hand-tune motion**; add moves via `ink-theater/mocap/bvh2clip.mjs`.
|
||||
- Captions = **HTML overlay `<div>`s** (HyperFrames doesn't apply webfonts to SVG `<text>`).
|
||||
- Validate (`npx hyperframes lint` + `snapshot`) before rendering.
|
||||
Reference in New Issue
Block a user