docmd-skills@1.1.0
Three modular AI agent skills for docmd, with a leaner CLI and Node 20 alignment.
Highlights
- Three modular skills —
docmd-skills/,docmd-dev/,docmd-writer/ship as independentSKILL.mdrouters with their own reference files. Default install pulls all three;devandwriterare additive subcommands for an existing install. - Cleaner CLI —
removeis the primary verb (replacinguninstall;uninstallandrmare accepted as legacy aliases). Barenpx docmd-skillsshows 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-skillsfor:::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. uninstallkeyword renamed toremove. 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/docmdremove cleans up the old skill folders without touching your other files.