Thanks for helping improve ZAI CLI and the skills marketplace.
cd packages/zai-cli
npm install
npm run build
npm testpackages/zai-clicontains the CLI package.skills/contains marketplace skills.
- Create a new folder under
skills/using lowercase letters, numbers, and hyphens. - Add a
SKILL.mdwith YAML front matter (name,description) and concise instructions. - Add any optional resources in
references/,scripts/, orassets/. - Update
skills/README.mdwith the new skill.
See skills/zai-cli/SKILL.md for the full format.
- Keep instructions concise and action-oriented.
- Prefer data-only output formats for CLI examples.
- Validate that all CLI examples work against the current version.
Please use the issue templates in GitHub for bugs or feature requests.