Ali shuffle
Talk to a humanoid in a 3D apartment — on screen, in VR, or in your real room (MR). Voice/text commands, an open-source BYO-key LLM brain, and ~950 composable motion skills. Three.js + WebXR (Quest 3).
npx -y skills add sumitaich1998/slavex --skill ali-shuffleAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Performs the boxing Ali shuffle, rapidly switching the feet front-and-back in place with the guard up, via a looping sequence. Use when a command mentions Ali shuffle, boxing shuffle, fancy footwork shuffle, or quick foot switch with hands up.
SKILL.md
1.2 KB, as published. Nobody here has run it
ali-shuffle
Lightning front-back foot switches in place with the boxing guard held high.
Composes: move-leg + move-arm
How
- Use a
sequencewithloop:true; norootneeded. - Switch feet front/back fast (
UpLeg~30 vs ~-18); keep the guard up (forearms ~120, hands by the face). - Short
durationMsper cycle (~900).
Example
- "do the ali shuffle" ->
{"durationMs":900,"say":"Ali shuffle!","sequence":{"loop":true,"frames":[{"t":0,"pose":{"LeftUpLeg":[30,0,0],"RightUpLeg":[-18,0,0],"LeftForearm":[120,0,0],"RightForearm":[120,0,0],"LeftUpperArm":[30,0,80],"RightUpperArm":[30,0,-80]}},{"t":0.5,"pose":{"LeftUpLeg":[-18,0,0],"RightUpLeg":[30,0,0]}},{"t":1,"pose":{"LeftUpLeg":[30,0,0],"RightUpLeg":[-18,0,0]}}]}}
Limits & posture
Keep ≥1 foot grounded except at a jump's airborne apex; stay inside human joint ranges and keep weight over the support — see balance-and-posture.