geometry-svg

Generate SVG geometry diagrams from JSON files for math problems.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/Palomig/PALOMATIKA --skill geometry-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geometry-svg
Source: https://github.com/Palomig/PALOMATIKA/tree/main/.claude/skills/geometry-svg
Command: npx skills add https://github.com/Palomig/PALOMATIKA --skill geometry-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and modification of SVG geometry diagrams essential for math education, ensuring consistency and adherence to specific rendering rules.

Core Features & Use Cases

  • SVG Generation: Bake geometry data from JSON into SVG format using Artisan commands.
  • Diagram Editing: Understand and modify *_geometry.json files according to the GEOMETRY_SPEC.
  • Use Case: When a new geometry problem requires a custom diagram, use this Skill to define the points and shapes in a JSON file and generate the corresponding SVG.

Quick Start

Use the geometry-svg skill to bake the SVG for topic 16.

Frequently Asked Questions about geometry-svg

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

FAQPage Schema
How do I generate SVG geometry diagrams from JSON data for math education?

SVG geometry diagrams are generated by baking geometry data from JSON files into SVG format using Artisan commands. The Skill processes points and shapes defined in geometry JSON to produce math education diagrams.

What is the process for editing an existing geometry JSON file to modify an SVG diagram?

Editing an SVG diagram involves modifying the geometry JSON file according to the specified rendering rules. The Skill applies detailed rules for coordinate systems, sizing, and coloring to update the geometric constructions.

How does the coordinate system and coloring work when creating SVG geometry diagrams?

The coordinate system and coloring are governed by detailed rendering rules within the geometry specification. The Skill uses these rules alongside helper functions for geometric constructions to ensure diagram consistency.

Can I use this SVG generation process for custom math problems without external dependencies?

Yes, SVG generation for custom math problems works without external dependencies. You define the geometric points and shapes in a JSON file, and the Skill bakes the SVG using internal helper functions and rendering specifications.

What are the limitations when baking SVG from geometry JSON files?

The SVG generation is bound to the specific rendering specifications and helper functions defined for geometry JSON. Diagrams must adhere to the provided coordinate systems and sizing rules to ensure valid SVG output.