ZCode
Skill directory install path and the maintainer-environment CLI verification status for ZCode.
ZCode
Status: CLI discovery verified in the maintainer's environment (md2wechat version --json returned 3.3.0). ZCode loads skills from the agent skills directory; no official public distribution channel is documented here.
Installation and setup paths are distribution evidence, not proof of end-to-end compatibility with any named host.
ZCode is a coding agent that loads skills from the agent skills directory, so the md2wechat skill drops in without a marketplace.
Install path
- Place the md2wechat skill at
~/.agents/skills/md2wechat/SKILL.md(agent skills directory convention) - Install the CLI separately:
npm install -g @geekjourneyx/md2wechat(orbrew install geekjourneyx/tap/md2wechat)
Verification checklist
- Confirm the skill file is discoverable in the skills directory
md2wechat version --jsonmd2wechat capabilities --json- Produce a side-effect-free preview and check failure paths
- Verify the draft flow only after explicit user authorization
Missing evidence
- An officially documented distribution channel for ZCode
- An independent reproduction of the verification steps outside the maintainer's environment