Addons panels
Use when a Blender task involves add-ons, panels, properties, operators, UI. Part of the Blender reference router; covers add-ons, UI panels, properties, and operator-driven UI integration.From its SKILL.md
npx -y skills add LevyBytes/AI-SKILL-blender --skill addons-panelsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 3 stars3 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 2 commands, including `rg -n "PATTERN" references/*.md` and 1 more.
SKILL.md
1.6 KB, 355 tokens by cl100k_base, as published. Nobody here has run it
Blender Add-ons, Panels, and Properties Reference
Faithful, original-prose reference for add-ons, UI panels, properties, and operator-driven UI integration. Identifiers (operator names, bpy paths, enum
values, shortcuts, numbers) are preserved verbatim. One subject per file across 15 reference files.
When to use this
Use this sub-skill when the task involves add-ons, panels, properties, operators, UI. It applies even when "Blender" is not named but
a .blend file, bpy, or a relevant operator/shortcut 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 operator name,
bpypath, enum value, shortcut, 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\blender\addons-panels"
What ships with it: 18 files
348.0 KB alongside SKILL.md
references/
- collection-operators.md23.9 KB
- cursor.md22.5 KB
- curve-structure.md20.9 KB
- dyntopo.md22.5 KB
- editing-normals.md24.4 KB
- editing-vertex-paint-colors.md24.5 KB
- get-extensions.md24.5 KB
- hinge-constraint.md23.8 KB
- INDEX.md2.1 KB
- mesh-analysis.md24.2 KB
- operator-context-items.md6.6 KB
- scalable-vector-graphics-svg.md24.4 KB
- script-operators.md24.6 KB
- smooth-laplacian-modifier.md24.4 KB
- subdivide.md23.3 KB
- topics.json5.8 KB
- view.md24.8 KB
- GOTCHA.md770 B