html-game-parallel-builder

Coordinate parallel subagent tasks for building TypeScript browser games.

2|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/vosslab/vosslab-skills --skill html-game-parallel-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-game-parallel-builder
Source: https://github.com/vosslab/vosslab-skills/tree/main/skills/html-game-parallel-builder
Command: npx skills add https://github.com/vosslab/vosslab-skills --skill html-game-parallel-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typescript, eslint, playwright, esbuild, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill reduces the time to build TypeScript browser games by using parallel subagents to perform tasks concurrently, allowing you to complete game development within a live podcast, classroom demo, or livestream.

Core Features & Use Cases

  • Parallel Coding Subagents: Execute game development tasks concurrently, reducing overall wall-clock time.
  • Orchestration and Smoke Testing: Coordinate tasks around shared contracts and perform smoke tests between batches to ensure quality.
  • Use Case: Imagine you are developing a live TypeScript game for a podcast. This Skill allows you to split the development into parallel tasks and complete the game in time for the show.

Quick Start

Run the skill with the command: /html-game-parallel-builder:start

Frequently Asked Questions about html-game-parallel-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I speed up TypeScript browser game development with parallel tasks?

You can accelerate TypeScript browser game development by orchestrating parallel subagents to execute coding tasks concurrently. This approach coordinates batched integration and smoke testing, significantly reducing overall wall-clock time and minimizing integration debugging.

What is the best way to coordinate subagent tasks for live game development?

The best way to coordinate subagent tasks for live game development is using an orchestration system that batches tasks around shared contracts. Running smoke tests between batches ensures quality and allows you to complete game development in time for live podcasts or demos.

Do I need Playwright and esbuild to build TypeScript games with parallel subagents?

Yes, you need Playwright and esbuild to build and test TypeScript games with parallel subagents. The orchestration system requires TypeScript, ESLint, Playwright, and esbuild as dependencies to automate subagent execution, batched integration, and smoke testing.

Can I use parallel coding subagents for a live podcast game demo?

Yes, you can use parallel coding subagents for a live podcast game demo. The orchestration system splits game development into concurrent tasks, allowing you to complete a TypeScript browser game within the timeframe of a live broadcast or classroom demo.

Why does parallel subagent orchestration minimize integration debugging?

Parallel subagent orchestration minimizes integration debugging by coordinating tasks around shared contracts and performing automated smoke tests between batches. This structured batched integration catches issues early, reducing the complex debugging typically associated with merging concurrent development work.

What are the limitations of using subagent orchestration for TypeScript game development?

A limitation of subagent orchestration is its strict dependency on TypeScript, ESLint, Playwright, and esbuild. Projects outside this specific tech stack cannot use this parallel builder, and the orchestration requires well-defined shared contracts to successfully batch and integrate concurrent subagent tasks.