Skip to content

v2.1.1 — npx skills add support

Choose a tag to compare

@csthink csthink released this 12 Jun 03:32
· 38 commits to main since this release

Patch over v2.1.0. No change to the skill's behavior, animation contracts, or output — this makes the skill installable via the skills CLI and fixes a latent frontmatter bug.

What's new

  • npx skills add csthink/dashmotion now works (and npx skills update to update in place). The skill moved into skills/dashmotion/, so the CLI installs only the skill files — a clean ~KB install, no eval artifacts or demo GIFs dragged along.
  • Fixed invalid YAML frontmatter. The description contained a bare : ("…anything that moves: requests…") that is illegal in an unquoted YAML scalar. Claude's loader tolerated it; strict parsers (skills.sh) rejected the skill outright. Now single-quoted — exact triggering text unchanged.

Install

  • skills CLI: npx skills add csthink/dashmotion
  • claude.ai → Settings → Capabilities → Skills → + Add → upload dashmotion.zip below → toggle on
  • Claude Code (manual)unzip dashmotion.zip -d ~/.claude/skills/

Zip contains dashmotion/ (SKILL.md + references/ + resources/), identical layout to v2.1.0; verified sha256-matching the tagged tree.