Skip to content

Skillstead v0.1.0

Choose a tag to compare

@kyungseo kyungseo released this 09 Jul 00:25

Skillstead v0.1.0 — first public release

Skillstead is a small catalog of practical, portable skills for agentic coding workflows. This first release ships one skill, svg-infographic, on Claude Code.

svg-infographic turns architecture notes, migration plans, process flows, decision matrices, and technical concepts into an editable SVG (the primary deliverable, ready for docs, HTML, and PPTX) plus a crisp 2x PNG for previews and social posts. It includes first-class Korean/CJK rendering guidance.

Highlights

  • 8 worked examples, each with English + Korean SVG/PNG outputs and the prompt that produced it.
  • Source SVG + 2x PNG output contract.
  • Icon-first style and reusable technical diagram patterns.
  • Archetypes for topology, layers, cards, before/after migration, flow, roadmap, qualitative risk, and decision matrix.
  • Multi-agent catalog positioning, with Claude Code as the supported v0.1.0 runtime.

Rendering / OS Status

  • PNG export is smoke-tested on macOS.
  • Chrome / Edge / Chromium paths are documented for Windows and Linux, but render verification there is still pending.
  • Contributions and smoke-test reports for Windows/Linux are welcome.

Install (Claude Code)

git clone --depth 1 https://github.com/kyungseo/skillstead.git /tmp/skillstead
cp -R /tmp/skillstead/skills/svg-infographic ~/.claude/skills/

Pin to this release with --branch v0.1.0.

git clone --depth 1 --branch v0.1.0 https://github.com/kyungseo/skillstead.git /tmp/skillstead
cp -R /tmp/skillstead/skills/svg-infographic ~/.claude/skills/

A shallow pinned-tag clone may print a harmless refs/tags/v0.1.0 ... is not a commit warning. The checkout still lands on the tagged commit.

Links

License: Apache-2.0.