ddtcorex/dsh-maestro-devkit1

@ddtcorex/dsh-maestro-devkit

General development toolkit for DeepSeek Harness — visual review, HMR, style inspector, Cordis/Govard/Skills dev (tunnel-aware)

AI 분석

核心用途是辅助 DSH 插件及前端界面的开发与调试。适合 DSH 插件开发者,提供浏览器截图捕获、代码热重载及样式分析等高效调试工具。

패키지
@ddtcorex/dsh-maestro-devkit
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 28.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ddtcorex/dsh-maestro-devkit

dsh-maestro-devkit

General development toolkit for DeepSeek Harness — visual review, HMR, style inspector, Cordis/Govard/Skills dev (tunnel-aware).

Part of the dsh-maestro-* granular suite. See docs/specs/2026-08-28-dsh-devkit-design.md for the full design (8 sections).

What you get

AreaTools
Visual reviewfrontend_capture — 3 viewports + DOM + geometry, tunnel-aware (local / https://dsh-company.ddtcorex.com)
Live iterationfrontend_hmr — chokidar watcher → classify (dist hot-patch / build:client / host restart via dsh-safe-web-update) + verify local+tunnel
Style debugfrontend_inspect — computedStyle + Theme tokens + slot occupants + source file, inline overlay
Isolationfrontend_isolate — sandbox single slot with mock props, viewport switcher
Host devdevkit_cordis_inspect, devkit_session, devkit_plugin (dynamic Cordis)
Govard/Skillsdevkit_govard, devkit_skills

Install

dsh plugin --profile web add @ddtcorex/dsh-maestro-devkit
# local dev
dsh plugin --profile web add link:/path/to/dsh-maestro-devkit

Restart dsh web after install.

Development

pnpm verify
pnpm build
pnpm test

Design

See docs/specs/2026-08-28-dsh-devkit-design.md (8 sections, tunnel-aware, 5 Hard Rules).