一键导入
callback-events
Implement and debug browser-to-Python callback routing for clicks, key presses, property updates, and close events
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement and debug browser-to-Python callback routing for clicks, key presses, property updates, and close events
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Diagnose and fix GitHub Actions workflow failures. Use when CI jobs fail for lint, tests, JS build updates, or release automation.
Safely modify environment serialization, reload data, and view layout persistence. Use when changing env save/load formats or storage behavior.
Build and debug pane lifecycle behavior in the React frontend. Use when adding pane actions, layout behavior, rendering updates, or pane-level interactions.
Keep feature behavior identical across WebSocket and polling transport modes. Use when adding socket commands, event flows, or transport-sensitive UI updates.
Step-by-step guide for adding a new visualization pane type to Visdom (client, server, frontend, tests)
Modify login/authentication paths safely for browser and Python client flows
| name | callback-events |
| description | Implement and debug browser-to-Python callback routing for clicks, key presses, property updates, and close events |
Use this skill when changing event callbacks or pane interactivity.
register_event_handler() on the Python side.event_type, target, and event-specific fields).forward_to_vis).Click, KeyPress, PropertyUpdate, Close, etc.).py/visdom/__init__.pypy/visdom/server/handlers/socket_handlers.pyjs/api/ApiProvider.jsjs/EventSystem.jsAGENTS.mdCONTRIBUTING.mdassets/README.md and store templates/resources in assets/.references/TESTS.md.