algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code,…
Use when building a local Windows WebCode installer from this repo for machine testing, especially when the package must bundle the Kokoro or sherpa-onnx Reply TTS service, model files, ffmpeg, a private Python runtime, and non-system-drive deployment without publishing a GitHub
$ npx -y skills add shuyu-labs/WebCode --skill webcode-local-windows-tts-installer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/webcode-local-windows-tts-installerContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when building a local Windows WebCode installer from this repo for machine testing, especially when the package must bundle the Kokoro or sherpa-onnx Reply TTS service, model files, ffmpeg, a private Python runtime, and non-system-drive deployment without publishing a GitHub
name: webcode-local-windows-tts-installer description: Use when building a local Windows WebCode installer from this repo for machine testing, especially when the package must bundle the Kokoro or sherpa-onnx Reply TTS service, model files, ffmpeg, a private Python runtime, and non-system-drive deployment without publishing a GitHub Release.
Build the local WebCode Windows installer and portable ZIP with the bundled Reply TTS payload. Use this skill for local validation and handoff artifacts, not for branch push, tag push, or GitHub Release asset sync.
For GitHub publishing, use `webcode-github-release` instead.
1. Confirm the current checkout is the WebCode repo, or pass `-RepoRoot`. 2. Prefer `Debug` when the user wants to try the installer locally before cleanup. Use `Release` only when the user asks for release-grade artifacts. 3. Run `scripts/build-local-installer.ps1` from this skill instead of reconstructing the command by hand. 4. Report the generated installer, portable ZIP, checksums, and release notes from `artifacts/windows-installer/vX.Y.Z/`. 5. If the user asks for runtime verification, smoke-test the generated `tts-bundle` by starting `tools/sherpa-kokoro-service/start.ps1` against it and checking `http://127.0.0.1:<port>/health`.
Default local build:
powershell -NoProfile -ExecutionPolicy Bypass -File scripts/build-local-installer.ps1
Explicit repo root and release build:
powershell -NoProfile -ExecutionPolicy Bypass -File scripts/build-local-installer.ps1 ` -RepoRoot "D:\VSWorkshop\WebCode" ` -Configuration Release
Override the TTS payload source root if autodetection picks the wrong drive:
powershell -NoProfile -ExecutionPolicy Bypass -File scripts/build-local-installer.ps1 ` -ReplyTtsSourceRoot "E:\WebCodeData\Kokoro"
WebCode is a browser-based AI coding platform that lets you remotely run CLI assistants like Claude Code and Codex. Code anywhere with just a web browser. We’re also adding an office-assistant mode for planning, research/summaries, meeting notes, and drafting docs/emails—connected to your project context.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code,…
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand…
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art,…
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision…
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude…
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts,…