create-ixmap

Create standalone HTML ixMaps visualizations from GeoJSON, TopoJSON, or point data.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/gjrichter/ixmaps-skills --skill create-ixmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-ixmap
Source: https://github.com/gjrichter/ixmaps-skills/tree/main
Command: npx skills add https://github.com/gjrichter/ixmaps-skills --skill create-ixmap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables rapid creation of standalone HTML files containing interactive ixMaps visualizations from geographic data, reducing hours of manual map setup.

Core Features & Use Cases

  • Generate maps from point data, GeoJSON, or TopoJSON with a consistent, browser-ready HTML output.
  • Visualize data using bubble charts, choropleth maps, pie charts, bar charts, and dot charts across multiple base maps.
  • Share and present maps offline by delivering a self-contained HTML file with full interactivity.

Quick Start

Run the command /create-ixmap filename=map.html title="My Map" viztype=BUBBLE to generate a standalone ixMaps HTML map.

Frequently Asked Questions about create-ixmap

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

FAQPage Schema
How do I turn GeoJSON data into an interactive HTML map?

You can create an interactive HTML map from GeoJSON by generating a standalone ixMaps visualization file that enforces binding, style, and meta rules to produce a ready-to-run output with full interactivity.

What visualization types can I use for geographic data in an HTML file?

Geographic data in an HTML file can be visualized using bubble charts, choropleth maps, pie charts, bar charts, and dot charts across various base maps within the standalone ixMaps output.

Can I generate a standalone offline map from point data without external dependencies?

Yes, you can generate a self-contained offline map from point data. The skill outputs a standalone HTML file with full interactivity, requiring no external dependencies to view or present the map.

What's the best way to share interactive choropleth maps offline?

The best way to share interactive choropleth maps offline is by producing a self-contained HTML file, which this skill generates from your data to ensure full interactivity without needing a live server.

Does this visualization approach work with TopoJSON boundaries?

Yes, this visualization approach works with TopoJSON boundaries. The skill supports processing TopoJSON alongside point data and GeoJSON to create interactive visualizations like choropleth maps.

How do I create a bubble map from my data quickly?

You create a bubble map quickly by running a simple command with your data file, specifying the output filename, title, and viztype parameter as BUBBLE to generate the standalone HTML map.