Commit Graph

2 Commits

Author SHA1 Message Date
goldyard2025 3fe919e37c refactor(halcon): single-skill plugin layout → invoke as /halcon (not /halcon:halcon)
Move SKILL.md + references/ scripts/ evals/ from skills/halcon/ up to the
plugin root. Per Claude Code plugins-reference, a plugin with SKILL.md at its
root and no skills/ subdir is auto-loaded as a single-skill plugin (v2.1.142+),
so the invocation name = frontmatter name = halcon → clean /halcon.
Bump plugin.json 2.0.0 → 2.0.1 so existing installs receive the update.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-10 23:14:39 +08:00
goldyard2025 36eadffa87 feat: add halcon skill v2 plugin + fix marketplace source paths
- plugins/halcon: MVTec HALCON machine-vision skill v2 (local Windows HALCON
  + remote halcon-remote MCP). Bundles 2387-operator index, 20 official 24.11
  manuals, HDevEngine runners, ROI teaching, D2W overlay recipes.
- marketplace.json: register halcon; switch both entries to ./plugins/<name>
  source form (bare-name+pluginRoot was rejected by claude plugin validate
  v2.1.202); drop now-unused metadata.pluginRoot.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-10 20:41:38 +08:00