pnsk-labpnsk-labOfficialยท4 Agent Skills Included

hikkaku

Build Scratch projects programmatically with TypeScript code

Generates complete Scratch projects from plain TypeScript code instead of manual block dragging. Creates sprites, costumes, variables, clones, custom blocks, and game logic through a typed API with Vite hot-reloading. Includes best-practice rules for calculations, pen rendering, physics, and positioning so generated projects run correctly in Scratch or TurboWarp.
npx skills add pnsk-lab/hikkaku --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Hikkaku?โ–ผ

Run `npx skills add pnsk-lab/hikkaku --all -g -y` in your terminal to install all skills in this suite globally.

How to create Scratch projects with TypeScript?โ–ผ

Hikkaku lets you define sprites, costumes, and block logic in TypeScript, then compiles it into a standard Scratch project file you can open in the Scratch editor.

Does Hikkaku support hot-reloading during development?โ–ผ

Yes. Its Vite plugin rebuilds and previews your Scratch project instantly in the browser whenever you save your code.

Can Hikkaku build games like Tetris or Reversi?โ–ผ

Yes. The repository includes working examples such as Tetris, Reversi, a Rubik's cube, and a 3D ball roller, all written in TypeScript.

Do I need Scratch experience to use Hikkaku?โ–ผ

Basic familiarity helps, but the included skill rules teach your coding assistant the correct block patterns, so you can describe what you want in plain English.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’