This skill guides the creation of Educational MicroSims using the p5.js JavaScript library. MicroSims are lightweight, interactive educational simulations designed for browser-based learning. MicroSims occupy a unique position at the intersection of Simplicity (focused scope, transparent code), Accessibility (browser-native, universal embedding), and AI Generation (standardized patterns, prompt-compatible design).
This MicroSim Skill is designed to create all the required files for running your MicroSim on your website. This microsim skill has been designed to be run within Claude code.
The best practice is to startup Claude Code from the command line where you at the root of the GitHub checkout directory. This is one level down from where you ran GitClone. This directory should contain a .git directory.
Создайте интерактивный образовательный MicroSim, используя библиотеку JavaScript p5.js с отдельными областями для рисования и интерактивными элементами управления. Каждая MicroSim представляет собой каталог, расположенный в папке /docs/sims. У него есть файл main.html, который ссылается на код JavaScript, а на main.html можно ссылаться как на iframe из index.md. Metadata.json содержит основные метаданные Dublin о MicroSim. Источник: vishalsachdev/claude-skills.