Animation
Use when a Lumberyard task involves animation, CGA, CAF, CHRPARAMS, Geppetto, skeleton, character. Part of the Lumberyard reference router; covers character animation: CGA, CAF, CHRPARAMS, the Geppetto tool, skeletons, and animation workflow.From its SKILL.md
npx -y skills add LevyBytes/AI-SKILL-lumberyard --skill animationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things 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.
- runs commandsInstructs the agent to run 1 command, including `python "$env:DEVROOT\SKILLS\skills\skill-drafting\scripts\validate_skill_package.py" "$env:DEVROOT\SKILLS\skills\lumberyard\animation"`.
SKILL.md
1.8 KB, 384 tokens by cl100k_base, as published. Nobody here has run it
Lumberyard Animation (CGA, CAF, CHRPARAMS, Geppetto) Reference
Faithful, original-prose reference for character animation: CGA, CAF, CHRPARAMS, the Geppetto tool, skeletons, and animation workflow. Identifiers (component names, EBus calls, material/shader parameters, file formats, enum values, numbers) are preserved verbatim. One subject per file across 55 reference files.
When to use this
Use this sub-skill when the task involves animation, CGA, CAF, CHRPARAMS, Geppetto, skeleton, character. It applies even when "Lumberyard" is not named but a relevant tool, file format, or component is in play.
Workflow
- Open
references/INDEX.md(orreferences/topics.json) and pick the one file that matches — the INDEX "Covers" column lists the subjects in each file. - Read only that file; open another only if the task spans subjects. Grep across files when a subject may be split:
rg -n "PATTERN" references/*.md. - Treat every component name, EBus call, parameter, file format, enum value, and number as an exact reference fact — never invent or paraphrase identifiers.
Gotchas
Recurring failure modes and what to do instead live in the sibling GOTCHA.md.
References
All depth lives in references/ — start at references/INDEX.md, with metadata in
references/topics.json. One subject per file.
Verification
python "$env:DEVROOT\SKILLS\skills\skill-drafting\scripts\validate_skill_package.py" "$env:DEVROOT\SKILLS\skills\lumberyard\animation"
What ships with it: 58 files
1093.9 KB alongside SKILL.md
references/
- adding-an-asset-type-to-lumberyard-2.md5.1 KB
- adding-an-asset-type-to-lumberyard.md21.1 KB
- adding-and-removing-animation-keys-on-tracks.md20.7 KB
- adding-lighting.md24.1 KB
- adding-third-party-libraries.md18.0 KB
- animation-editor-components.md23.2 KB
- asset-browser.md16.9 KB
- behavior-context-in-depth.md20.5 KB
- component-entity-lua-api-reference-2.md20.9 KB
- component-entity-lua-api-reference-3.md13.3 KB
- component-entity-lua-api-reference-4.md15.6 KB
- component-entity-lua-api-reference.md20.4 KB
- configuring-canvas-properties.md20.2 KB
- configuring-font-properties.md19.8 KB
- configuring-the-asset-pipeline.md24.0 KB
- converting-entities-with-the-legacy-converter.md13.6 KB
- creating-and-visualizing-blend-spaces.md21.9 KB
- creating-character-animations-with-the-simple-motion-component.md23.9 KB
- creating-skinned-meshes-for-actors.md22.0 KB
- customizing-emotion-fx-objects.md22.9 KB
- customizing-lumberyard-editor.md19.4 KB
- emotion-fx-transition-guide-version-1-25.md24.0 KB
- fbx-settings-motions-tab.md17.9 KB
- fbx-soft-naming-conventions.md22.5 KB
- gems-available-in-lumberyard.md19.8 KB
- geom-cache.md15.8 KB
- getting-started-with-game-development-on-the-cloud-gem-portal.md17.9 KB
- INDEX.md9.0 KB
- infinite-ocean-component-properties.md19.2 KB
- lighting-arc.md16.5 KB
- lightning.md12.7 KB
- lumberyard-editors-and-tools.md21.9 KB
- lumberyard-programming-concepts-and-resources.md23.0 KB
- motionevent-public-member-functions.md8.2 KB
- navigation.md23.2 KB
- particle-emitter.md20.5 KB
- particles-attribute.md18.8 KB
- physx-ragdoll.md23.6 KB
- referencing-external-anim-graphs.md23.2 KB
- GOTCHA.md998 B
18 more files not listed here. See all 58 in the repository.