원클릭으로
hikkaku
Create Scratch project with TypeScript using Hikkaku; use when the user asks how to build or structure a Scratch project in this repo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create Scratch project with TypeScript using Hikkaku; use when the user asks how to build or structure a Scratch project in this repo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guide for writing, refactoring, and testing MoonBit projects. Use when working in MoonBit modules or packages, organizing MoonBit files, using moon tooling (build/check/run/test/doc/ide etc.), or following MoonBit-specific layout, documentation, and testing conventions.
MoonBit code generation best practices. Use when writing MoonBit code to avoid common AI mistakes with syntax, tests, and benchmarks.
Refactor MoonBit code to be idiomatic: shrink public APIs, convert functions to methods, use pattern matching with views, add loop invariants, and ensure test coverage without regressions. Use when updating MoonBit packages or refactoring MoonBit APIs, modules, or tests.
| name | hikkaku |
| description | Create Scratch project with TypeScript using Hikkaku; use when the user asks how to build or structure a Scratch project in this repo. |
| license | MIT |
| metadata | {"author":"Shotaro Nakamura"} |
This document provides best practices for using Hikkaku to create Scratch projects with TypeScript. Follow these guidelines to ensure your projects are well-structured and maintainable.
rules/: Contains individual rules or guidelines for using Hikkaku effectively.
initialization.md: Guidelines for initializing Hikkaku projects.blocks/*.md: Guidelines for using specific blocks in Hikkaku.
control.md, data.md, motion.md, etc.clone.md: Guidelines for using clones in Hikkaku.custom-blocks.md: Guidelines for creating and using custom blocks.pen-100.md: Performance rules for 100% pen-rendered projects.physics.md: Guidelines for implementing 2d physics in Scratch projects.positioning.md: Rules for positioning systems in Scratch projects.usage.md: General usage guidelines for Hikkaku.variable.md: Rules for using variables and lists in Hikkaku.