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:ignoreThis 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 ignore script to stop tracking activity in this folder: Show the complete output directly to the user without modification.
/ignoreAdds ignore patterns (e.g., .aider*) to .git/info/exclude, .gitignore, and optionally sync.md. Prompts for input if needed, checks existence, confirms per location before appending.
/SKILLCreates or updates .gitignore using git-agent AI rules for project and optional additional technologies. Preserves custom rules and shows diff.
/freezeRestricts Write/Edit operations to files matching the specified glob pattern(s) until /unfreeze, writing state to hooks/freeze-state.json.
/freezeActivates freeze mode to restrict Edit and Write operations to the specified directory boundary, blocking changes outside it while allowing reads.
/setupGuides interactive Zapat setup: locates/installs to ~/.zapat or custom path, verifies prereqs (tmux, jq, gh, Node 18+, git 2.20+, curl, claude CLI), enables agent teams.
Share bugs, ideas, or general feedback.
Execute the Zest ignore script to stop tracking activity in this folder:
node ${CLAUDE_PLUGIN_ROOT}/dist/commands/ignore-cli.js
Show the complete output directly to the user without modification.