How 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.
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.
npx claudepluginhub winding-labs/zest-claude --plugin zest/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.
/gitignore-genGenerates or extends a .gitignore file for the detected or specified tech stack, organized into labeled sections for stack, editor/IDE, OS, secrets, build output, and test artifacts.
/freezeActivates freeze mode to restrict Edit and Write operations to the specified directory boundary, blocking changes outside it while allowing reads.