@devinilabs/reelstack 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skill/SKILL.md +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devinilabs/reelstack",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Premium 9:16 Reel OS for Remotion. 5 cinematic style families, 22 production-tested presets, audio-locked motion, IG-safe by default. v1.1+ bakes in leonxlnx/taste-skill design discipline + huashu-design productivity patterns.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"remotion",
|
package/skill/SKILL.md
CHANGED
|
@@ -19,6 +19,12 @@ When a `/reelstack-*` command fires, you scaffold a complete `<Name>Reel.tsx` Re
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## Craft posture
|
|
23
|
+
|
|
24
|
+
Approach each reel as a senior motion designer would: motion-heavy openers where the lint's ≥4-layer floor is the floor, not the ceiling; every anchor scene earns its dwell with kinetic typography or perpetual primitives (`SonarRings`, `ParticleBurst`, `DriftingSpotlights`, `IridescentRing`, `CausticBlobs`, etc.); GSAP-flavored easings (`power4Out`, `expoOut`, `backOut`, `bouncy`, `gentle` — exposed via `utils/easing.ts` and reinforced by the bundled `gsap-core` / `gsap-timeline` companion skills) throughout. Before iterating, READ the matching reference reel at `~/.reelstack/reference/<family>/<preset>.tsx` for cadence and scene composition. The lint enforces the floor — you're aiming above it.
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
22
28
|
## Design discipline & productivity influences
|
|
23
29
|
|
|
24
30
|
ReelStack v1.1+ bakes in two outside influences so buyers don't think about taste at all — they just trigger a slash command and inherit curator-grade design + huashu-style productivity patterns:
|