Skip to content

markdown-docx 0.2.0

Latest

Choose a tag to compare

@pseudosavant pseudosavant released this 03 Sep 06:12
· 1 commit to main since this release

Automatic synchronization for existing managed agent skills.

Highlights

  • Update pristine older managed skills to the running CLI version during normal commands, including help and version output.
  • Store ownership, the exact CLI version, and a normalized SHA-256 content hash in SKILL.md front matter. Migrate legacy managed skills and recover missing or invalid version metadata.
  • Preserve edited or unverifiable skills. Add read-only skill status and skill install --force for intentional replacement of managed content.
  • Keep automatic synchronization local to the standard skills directory. Custom directories require explicit updates. Local source and editable builds do not synchronize automatically.
  • Use atomic replacement, revalidate concurrent changes, and keep maintenance notices on stderr so JSON output remains clean.

The skill continues to invoke the CLI through uvx. Synchronization does not query a package index, refresh uv's cache, or update the CLI. Updated instructions apply to future agent skill loading.

uvx markdown-docx skill status
uvx markdown-docx skill install --force

Validated with 174 tests, formatting, linting, type checking, package checks, and editable and installed-wheel skill lifecycle smoke tests.