Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub winding-labs/zest-claude --plugin zestHow this command is triggered — by the user, by Claude, or both
Slash command
/zest:disableThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Execute the Zest disable script to turn off remote syncing: Show the complete output directly to the user without modification.
/pe-offDisables automatic export of plan files to the project's notes/ directory when exiting plan mode by running the config disable script.
/autosync-disableDisables scheduled autosync for the current project by canceling cron tasks via ID or pattern match, updating .self-care/autosync.json state, and outputting confirmation summary.
/disableTemporarily disables superego evaluation for this session, notifies the user, and preserves configuration. Re-enable with /superego:enable.
Share bugs, ideas, or general feedback.
Execute the Zest disable script to turn off remote syncing:
node ${CLAUDE_PLUGIN_ROOT}/dist/commands/disable-cli.js
Show the complete output directly to the user without modification.