microsim-vis-network

Create educational MicroSims with vis-network for browser-based learning.

1|1|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/vishalsachdev/database-management --skill microsim-vis-network-vishalsachdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: microsim-vis-network
Source: https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/vis-network
Command: npx skills add https://github.com/vishalsachdev/database-management --skill microsim-vis-network-vishalsachdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vis-network.

What problem does it solve?

This Skill enables rapid creation of Educational MicroSims using the vis-network JavaScript library. It provides a self-contained scaffold and instructions to generate lightweight, browser-based simulations that educators can easily embed in learning materials.

Core Features & Use Cases

  • Educational MicroSims: lightweight, interactive browser-based simulations for concept exploration.
  • Structured outputs: each MicroSim is organized under /docs/sims with a main.html, main JavaScript, and metadata.
  • Deterministic patterns: follows a repeatable architecture to ensure consistency and reusability.
  • Embeddable: main.html can be referenced in an iframe within MkDocs or other documentation sites.

Quick Start

Create a new folder under /docs/sims named after your MicroSim and run the skill to scaffold the required files, then customize the content.

Frequently Asked Questions about microsim-vis-network

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create interactive network visualizations for education?

Create educational network visualizations using vis-network, a JavaScript library for rendering interactive graph structures. This Skill scaffolds a self-contained MicroSim with HTML, JavaScript, and metadata files that embed directly in documentation or learning platforms.

Can I embed interactive simulations in my learning materials?

Yes. Each MicroSim generates a main.html file that embeds via iframe in MkDocs, websites, or documentation. The folder-based architecture under /docs/sims keeps simulations organized and reusable across courses and materials.

What structure do I need for a browser-based educational simulation?

Educational simulations built with this Skill follow a standardized folder structure: index.md for documentation, main.html for rendering, a JavaScript file for interactivity, and metadata.json for configuration. This deterministic pattern ensures consistency and prompt-compatible code generation.

How do I set up a MicroSim for a specific subject and grade level?

Specify your subject area, grade level, learning objectives, duration, prerequisites, and assessment opportunities when scaffolding a new MicroSim. The Skill generates the required files and structure, which you customize with vis-network configurations for interactive network exploration.

Do I need programming experience to build interactive concept visualizations?

The Skill provides a repeatable scaffold and instructions that reduce setup friction. You customize the generated JavaScript and HTML files for your concept, but familiarity with JavaScript and HTML is helpful for advanced interactivity beyond the template.