create-skill-glyph
Installation
SKILL.md
Create Skill Glyph
Create R-based pictogram glyphs for skill icons in the viz/ visualization layer. Each glyph is a pure-ggplot2 function that draws a recognizable shape on a 100x100 canvas, rendered with a neon glow effect to transparent-background WebP.
When to Use
- A new skill has been added and needs a visual icon for the force-graph visualization
- An existing glyph needs replacement or redesign
- Batch-creating glyphs for a new domain of skills
- Prototyping visual metaphors for skill concepts
Inputs
- Required: Skill ID (e.g.,
create-skill-glyph) and domain (e.g.,design) - Required: Visual concept — what the glyph should depict
- Optional: Reference glyph to study for complexity level
- Optional: Custom
--glow-sigmavalue (default: 4)
Procedure
Related skills