一键导入
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.