This meta-skill routes MicroSim creation requests to the appropriate specialized generator based on visualization requirements. It consolidates 14 individual MicroSim generator skills into a single entry point with on-demand loading of specific implementation guides.
Scan the user's request for trigger keywords and match to the appropriate generator guide.
| timeline, dates, chronological, events, history, schedule, milestones | references/timeline-guide.md | vis-timeline | | map, geographic, coordinates, latitude, longitude, locations, markers | references/map-guide.md | Leaflet.js | | function, f(x), equation, plot, calculus, sine, cosine, polynomial | references/plotly-guide.md | Plotly.js |
Создает интерактивные образовательные MicroSims, используя наиболее подходящую библиотеку JavaScript (p5.js, Chart.js, Plotly, Mermaid, vis-network, vis-timeline, Leaflet, Venn.js). Анализирует требования пользователей для перехода к соответствующему типу визуализации и генерирует полные пакеты MicroSim с HTML, JavaScript, CSS, документацией и метаданными. Источник: dmccreary/claude-skills.