Skip to content

addit-harness v0.1.2

Choose a tag to compare

@nicat-as nicat-as released this 10 Jul 20:12

Fixed

  • Claude Code's plugin loader only registers a plugin's commands/*.md as slash commands, not skills/*/SKILL.md, for marketplace-installed plugins (anthropics/claude-code#18949, #57737). Users installing via /plugin install found /addit-harness:setup and the other 4 skills didn't resolve/autocomplete.
  • Added a thin commands/<name>.md delegate per user-invocable skill (adr, design-conventions, go-conventions, save-plan, setup), so /addit-harness:* now resolves regardless of the upstream bug. Single source of truth stays in skills/<name>/SKILL.md.

Upgrading

Claude Code auto-updates the marketplace on next start (background git pull). No action needed beyond that — if /addit-harness:* commands still don't appear, run /plugin marketplace update and restart the CLI to force-pick up this version.

Full diff: addit-harness--v0.1.1...addit-harness--v0.1.2