Skip to content

Distribution model

HTMA Measure publishes one source directory and points every installer at it.

skills/htma-measure/

The folder contains the discovery metadata, core instructions, conditional references, output template, and UI metadata.

The CLI clones the repository, discovers skills/htma-measure/SKILL.md, and copies or links that directory into the selected agent’s skill location. It records the source, skill path, and content hash in a lock file.

Codex first clones the repository as a marketplace snapshot. The marketplace catalog exposes htma-measure, and .codex-plugin/plugin.json points the installed plugin at ./skills/.

Claude clones the repository as a marketplace. The plugin entry uses "source": "./", so Claude copies the plugin from the same checkout instead of cloning the public repository a second time.

Any compatible agent can load SKILL.md directly and resolve its relative references/, assets/, and agents/ paths.

  • Codex and root plugin metadata currently report 0.1.1.
  • Plugin metadata changes bump the version so cached installations can update.
  • The Open Skills CLI tracks the skill folder’s content hash independently.
  • Documentation deploys do not duplicate or rewrite the canonical skill.