用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fossasia/visdom --skill python-client-api命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Step-by-step guide for adding a new visualization pane type to Visdom (client, server, frontend, tests)
Build and debug pane lifecycle behavior in the React frontend. Use when adding pane actions, layout behavior, rendering updates, or pane-level interactions.
Playwright E2E creation, visual regression workflow, and testing best practices for Visdom
基于 SOC 职业分类
| name | python-client-api |
| description | Add or modify Visdom Python client methods with correct server/frontend parity and typing updates |
Use this skill when adding or changing methods in py/visdom/__init__.py.
Visdom method in py/visdom/__init__.py.@pytorch_wrap on public plotting APIs.self._send(...) with consistent keys (data, win, eid, opts).py/visdom/__init__.pyi for type stub parity.py/visdom/utils/server_utils.py) and pane rendering assumptions.example/ and relevant Playwright tests._send() with ad-hoc transport logic.win, env, and update behavior.py/visdom/__init__.pypy/visdom/__init__.pyipy/visdom/utils/server_utils.pypy/visdom/server/handlers/web_handlers.pyAGENTS.mdCONTRIBUTING.mdassets/README.md and store templates/resources in assets/.references/TESTS.md.