@zudello/zclaude
v0.1.0
Published
CLI tool to enable/disable Zudello integration development mode for Claude Code
Downloads
3
Readme
@zudello/zclaude
CLI tool to enable/disable Zudello integration development mode for Claude Code.
Installation
npm install -g @zudello/zclaudeOr link locally for development:
npm linkCommands
Enter integration mode
zclaudeOr to enter without launching Claude:
zclaude startActivates Zudello integration development mode:
- Installs the zudello-integration plugin to
~/.claude/plugins/repos/ - Adds integration context to
~/.claude/CLAUDE.md
Exit integration mode
zclaude stopDeactivates integration mode:
- Removes the plugin
- Cleans up CLAUDE.md (preserves your original content)
Check status
zclaude statusShows whether integration mode is currently active.
What it does
When active, Claude Code gains:
- Knowledge of key integration repositories (zudello-integration-sdk, integration-api)
- Awareness of
zexecCLI tool for running integration scripts - Environment awareness (sandbox vs production teams)
- Safety guidance for production environments
Development
npm install
npm run build
npm link