Blockly — разработка Arduino-программ по шагам

★ 6.6 · web-development

blockly-best-practices is a Claude Code skill that implements a structured five-step workflow for creating and modifying Blockly/ABS programs with a focus on evidence-based development. It treats `project.abs` as the canonical editable source and generated `.ino`/C++ only as diagnostic output, keeping workspace and file in sync via `syncAbs export` and `syncAbs import` actions. Board capabilities are resolved through `get_board_parameters`, and library evidence is gathered narrowly using `analyzeLibrary` with `mode="auto"`, escalating to `block.json` or `generator.js` only when README referenc