Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

draw-steel-codex

draw-steel-codex 收录了来自 VerisimLLC 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
16
更新
2026-07-11
Forks
11
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

implement-content
软件开发工程师

Implement compendium content for DMHub -- monsters, items, ongoing effects, abilities, and other game data. Use when asked to "implement a monster", "create a creature", "build an item", "add a compendium entry", or generate any Draw Steel game content as YAML data.

2026-07-11
debug-discipline
软件开发工程师

Evidence-before-edit debugging procedure for the draw-steel-codex Lua mod AND its C# engine repo (dmhubclient). Use this EVERY time you are diagnosing a malfunction -- a bug, error, crash, console error, build/compiler error, UI glitch, wrong value, panel not updating, audible/visual defect, or any "why is this happening" / "work out what's going on" / "investigate" request -- before proposing or making any code change. Also use it when a fix you just made did not work. Trigger even on casually-described symptoms ("the panel is blank", "it errors when I click") and even if the cause seems obvious. Do NOT use for pure understand/explain questions, design work, diff review, copy edits, or feature additions where nothing is malfunctioning.

2026-07-03
feature-design
软件开发工程师

The house design loop for draw-steel-codex / DMHub features: frame the problem, gather evidence (current-state audit, community asks, competitor precedent, engine capability check), map every decision the feature needs, work through options with the person driving the design ONE CATEGORY AT A TIME under the Celia Hodent lens, and assemble a DECIDED design brief. Use this EVERY time you start designing or reworking a surface -- "lets design X", "start thinking about X", "what should X look like", "how should we approach X", a new panel/system/feature, a standalone Hodent-pillar or current-state audit of an existing surface, or a design-check on one open question. Do NOT use for: executing an already-signed-off design, diagnosing a malfunction (debug-discipline), pure understand/explain questions, or single-value tweaks.

2026-07-03
dice
软件开发工程师

Author, edit, and publish custom 3D dice with the DMHub Dice Studio, driving a live connected instance over the MCP bridge. Use when the user asks to change the dice they are editing -- swap the surface material, set textures/colors/parameters, tune the built-in shader, font, border, or player-facing icon colors; add particle effects to dice lifecycle events; write or attach a custom dice Lua script; configure teleport/portal movement; or load/save/upload a dice set. Also use to put dice live on the shop (set keywords="dice", mark on-sale) and to upload/size featured-dice banner art. Trigger on "/dice", "dice studio", "edit my dice", "change the dice material/texture/color", "make the dice glow", "add a particle effect to the dice", "write a dice script", "upload/publish my dice", "put my dice on the store", or "make a dice banner".

2026-06-23
theme-engine-discipline
软件开发工程师

Use when authoring or adjusting Draw Steel Codex themed UI — applying the new ThemeEngine, picking selectors, deciding inline-vs-class. For whole-file re-theming / migrating an existing file off legacy or ad-hoc styling, use theme-engine-retheme instead. Keeps me from drifting back into ad-hoc inline styling and from polluting DefaultStyles with component-specific rules.

2026-05-22
theme-engine-retheme
网页开发工程师

Use when re-theming / migrating an EXISTING Draw Steel Codex source file onto ThemeEngine -- taking a legacy or partially-themed file to full GetStyles() compliance: removing custom colors, custom button styles, deprecated controls, and legacy classes wholesale. For authoring NEW themed UI or picking selectors, use theme-engine-discipline instead. Triggers on "re-theme this file", "migrate X to ThemeEngine", "convert this panel/dialog to the theme engine", "get rid of the custom styling in X".

2026-05-22
activated-ability
软件开发工程师

Build, edit, or debug ActivatedAbility objects for monsters, heroes, or items. Use when asked to "create an ability", "add a strike", "implement a monster ability", "build an activated ability", or work with ability behaviors.

2026-03-18
dmhub-modding
软件开发工程师

Help users create, debug, and understand mods for DMHub — the virtual tabletop platform used by the Draw Steel Codex project. DMHub mods are written in Lua and use a custom GUI framework, a domain-specific expression language called GoblinScript, and a registration-based extension system. Use this skill whenever the user mentions DMHub, Draw Steel modding, GoblinScript formulas, DMHub Lua scripting, virtual tabletop modding, creating chat commands for DMHub, building DMHub UI panels, or working with DMHub's data tables and token system. Also trigger when the user references specific DMHub APIs like `RegisterGameType`, `ActivatedAbility.RegisterType`, `DockablePanel.Register`, `TokenUI`, or any of the `dmhub.*` / `gui.*` / `chat.*` namespaces. Even if they just say "I'm making a mod" in the context of a tabletop RPG tool, this skill is likely relevant.

2026-03-18
goblinscript
计算机程序员

Help users understand, write, and debug GoblinScript formulas, or expose new fields to GoblinScript from Lua. Use when the user mentions GoblinScript, creature formulas, damage formulas, target filters, ability costs, prerequisite expressions, custom attributes, RegisterGoblinScriptField, RegisterSymbol, EvalGoblinScript, ExecuteGoblinScript, or the Character Inspector panel. Also trigger when the user asks "how do I make a formula for...", "how does the damage calculation work", "what symbols can I use in...", or wants to add a new computable field to creatures or abilities.

2026-03-18