Overview
Use when a Lumberyard task involves Lumberyard overview, editor, asset pipeline, Cloud Canvas, AWS gems, Lua, setup, project. Part of the Lumberyard reference router; covers Lumberyard and CryEngine-family overview, the editor, asset pipeline, Cloud Canvas / AWS gems, Lua scripting, and general workflow.From its SKILL.md
npx -y skills add LevyBytes/AI-SKILL-lumberyard --skill overviewAssembled 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\overview"`.
SKILL.md
1.9 KB, 376 tokens by cl100k_base, as published. Nobody here has run it
Lumberyard Overview and Platform Reference
Faithful, original-prose reference for Lumberyard and CryEngine-family overview, the editor, asset pipeline, Cloud Canvas / AWS gems, Lua scripting, and general workflow. Identifiers (component names, EBus calls, material/shader parameters, file formats, enum values, numbers) are preserved verbatim. One subject per file across 64 reference files.
When to use this
Use this sub-skill when the task involves Lumberyard overview, editor, asset pipeline, Cloud Canvas, AWS gems, Lua, setup, project. 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\overview"
What ships with it: 67 files
1348.0 KB alongside SKILL.md
references/
- adding-a-build-module.md16.7 KB
- adding-qt-5-content-to-waf.md5.2 KB
- adding-user-settings-to-waf.md14.3 KB
- add-ios-frameworks-to-a-lumberyard-project.md24.7 KB
- aws-behavior-context-reflections.md18.8 KB
- az-code-generator-parameters.md23.2 KB
- cloud-canvas-built-in-roles-and-policies.md21.7 KB
- cloud-gem-framework-and-resource-manager-versioning.md22.8 KB
- cloud-gem-framework-resource-manager-hooks-2.md18.9 KB
- cloud-gem-framework-resource-manager-hooks.md22.3 KB
- command-reorganization.md19.7 KB
- configuring-your-project-for-virtual-reality.md24.5 KB
- controlling-access-to-resources.md16.6 KB
- controlling-bandwidth-usage.md22.9 KB
- creating-comment-and-group-presets.md19.5 KB
- creating-custom-script-canvas-nodes-in-a-gem.md20.2 KB
- creating-third-party-library-configuration-files-for-waf.md23.0 KB
- datasets.md22.3 KB
- dynamic-content-engineering-details.md10.8 KB
- enable-color-correction.md21.7 KB
- full-screen-effect-nodes.md22.6 KB
- gamelift-gem.md24.3 KB
- game-startup-sequence.md24.4 KB
- gpu-cloth-simulation-with-nvidia-cuda.md23.7 KB
- hosting-a-session.md24.1 KB
- hpha-memory-debugging.md19.8 KB
- in-app-purchases-sample.md24.4 KB
- INDEX.md12.0 KB
- in-game-survey-cloud-gem.md21.0 KB
- initializing-cloud-canvas-resource-manager.md21.1 KB
- multiplayer-gem-cvars.md21.2 KB
- object-serialization-to-json-format.md24.6 KB
- operations.md19.8 KB
- packages-commands.md16.5 KB
- process-job-with-python-asset-builder.md21.5 KB
- programming-in-lumberyard.md15.7 KB
- readme.md23.4 KB
- resizing-a-terrain-heightmap.md21.3 KB
- resource-definitions.md21.0 KB
- GOTCHA.md958 B
27 more files not listed here. See all 67 in the repository.