Skip to content

docmd-skills@1.1.0

Choose a tag to compare

@mgks mgks released this 20 Jun 07:58

Three modular AI agent skills for docmd, with a leaner CLI and Node 20 alignment.

Highlights

  • Three modular skillsdocmd-skills/, docmd-dev/, docmd-writer/ ship as independent SKILL.md routers with their own reference files. Default install pulls all three; dev and writer are additive subcommands for an existing install.
  • Cleaner CLIremove is the primary verb (replacing uninstall; uninstall and rm are accepted as legacy aliases). Bare npx docmd-skills shows help; no default directory.
  • Reinstall safety — wipe-before-copy means renamed or removed skill files don't linger when you re-run install.
  • Portable skills — cross-skill references are soft prose, not hardcoded paths. Each skill works in any host layout.
  • Writer is docmd-aware — the writer skill now defers explicitly to docmd-skills for ::: containers, Mermaid, and frontmatter; it owns only the prose around them.

Breaking

  • Node >=18>=20. Aligns with Node 18 EOL (April 2025). Any Node 20+ is supported; users on Node 22 or 24 don't need to downgrade.
  • uninstall keyword renamed to remove. Aliases (uninstall, rm) still work.
  • Hidden flags removed: --self-test, --pre-publish, --release. The npm-publish workflow publishes directly after checkout.

Requirements

  • Node >=20 (engines.node) — any Node 20, 22, 24, …
  • Docker base image: node:20-alpine
  • Dev environment: Node >=24 (recommended: track latest)

Upgrade

npx docmd-skills remove ~/.claude/skills/docmd
npx docmd-skills ~/.claude/skills/docmd

remove cleans up the old skill folders without touching your other files.