Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Design reusable 2D character pose libraries, action cycles, and expression states for data-driven animation.
Use this skill when producing pose_library artifacts.
Use timed pose sequences:
anticipation -> action -> hold -> settle
Do not continuously animate every part. Holds make the acting readable.
{
"pose": "surprised",
"parts": {
"head": { "rotation": -6, "y": -4 },
"pupil_left": { "x": 4, "y": -6 },
"mouth": "small_o"
},
"hold_frames": 18,
"transition": "back.out"
}
npx skills add calesthio/OpenMontage --skill pose-library-designHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.