Vrc udon data lists
Skill navelphotochemistry3605/VRCUdonSkills-for-Codex/skills/vrc-udon-data-lists
npx -y skills add navelphotochemistry3605/VRCUdonSkills-for-Codex --skill vrc-udon-data-listsAssembled 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
VRChat UdonSharp で DataList、Data Lists、Data Containers を明示的に使うよう求められたときだけ使う。配列より DataList を選ぶ理由、利用範囲、更新方針、代替不可な事情を整理したい場合に使う。
SKILL.md
1.4 KB, as published. Nobody here has run it
VRC Udon Data Lists
役割
DataList を使うと明示された案件だけで、DataList 前提の設計と実装方針を与える。明示がない案件では使わない。
この Skill を使う場面
- ユーザーが DataList / Data Containers を明示した
- 既存プロジェクトが DataList 前提で組まれている
この Skill を使わない場面
- 通常案件
- 配列で十分な状態管理
使い方
- まず
references/datalist-rules.mdを読む。 - ユーザーが
DataList、Data Lists、Data Containersのいずれかを明示したか確認する。 - 明示がない場合はこの Skill を使わず、固定長配列を優先する。
- 明示がある場合だけ、DataList を使う理由と範囲を文書化する。
- 既存プロジェクトがすでに DataList 前提なら、その前提に合わせて実装する。
注意点
- デフォルト採用しない
- なんとなく便利そう、では選ばない
- 配列で足りるなら配列を使う
- DataList の正本と変換コストを意識する