Turn an agent's own work — progress, debugging, analysis, comparisons, decisions — into one self-contained, reviewable HTML page (a "work canvas" / 网页看板) the user opens in a browser. Use when the user asks to create an interactive, reviewable, "alignment", progress, status, comparison, or summary HTML / dashboard / report / 看板 to see where a long task stands, review and comment, compare options, or decide next steps — especially for long-running, multi-subsystem, or trial-and-error tasks where terminal logs are the wrong medium. Also use to close out a /goal command session with a progress/status report. Covers three artifact types: (1) progress/status reports, (2) review/decision memos, (3) comparison/leaderboards. Not for building product UIs or shipping web apps — use the frontend-design or web-artifacts-builder skills for those.
$npx -y skills add jingbiaomei/work-canvas-skill --skill work-canvas-skillInstalls into the current project.
Run `npx skills use "https://github.com/jingbiaomei/work-canvas-skill" --skill "jingbiaomei/work-canvas-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jingbiaomei/work-canvas-skill" that are relevant to the current task. Run `npx skills add "https://github.com/jingbiaomei/work-canvas-skill"` and select the relevant skills, then follow their instructions.