hikkaku
Build Scratch projects programmatically with TypeScript code
All Skills in This Repository (4)
Pure Emerald Level Indicatorshikkaku
Compile TypeScript code into Scratch project JSON files.
moonbit-agent-guide
Guide MoonBit project development, refactoring, and testing with the moon CLI.
moonbit-practice
Generate idiomatic MoonBit code with correct syntax and testing practices.
moonbit-refactoring
Refactor MoonBit code into idiomatic patterns with API minimization and tests.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core