一键导入
dm-gemini-flash-todo-template
DEPRECATED — use dm_todo_format/SKILL.md instead. This skill has been merged into the more comprehensive dm_todo_format skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
DEPRECATED — use dm_todo_format/SKILL.md instead. This skill has been merged into the more comprehensive dm_todo_format skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | DM Gemini Flash Todo Template |
| description | DEPRECATED — use dm_todo_format/SKILL.md instead. This skill has been merged into the more comprehensive dm_todo_format skill. |
[!IMPORTANT] This skill is deprecated. Use dm_todo_format/SKILL.md instead, which contains all the same information plus detailed rules, tier structure, and examples.
The Gemini Flash tagging convention from this skill has been incorporated into the main format guide.
Architecture reference for the unified edit-mode transform gizmo (translation arrows + rotation rings, transform spaces, x-ray rendering). Required reading before implementing any task in todo.md whose ID begins with GIZMO-.
Reference for the two-color (orange/blue) boolean system where IsSubtractive classifies inputs into groups and boolean operations combine them into a parent-child tree. Required reading before implementing any task in todo_bool.md.
Standardized pattern for creating interactive SDF primitive tools in the Direct Modeling workbench.
Template and rules for creating new SDF primitive field classes in core/sdf/sdf/. Required reading before implementing any new SdfField subclass.
Reference for converting SVG path data (M L H V C S Q T A Z) and shape elements (rect, circle, ellipse, line, polyline, polygon) into cubic Bezier segments with no rasterization. Required reading before implementing svg_importer.py.
Convention for registering primitive-specific GLSL inside the primitive's own .py file. Required reading before editing any to_glsl/to_glsl_2d method.