Zsh Rules
Z shell configuration and customization. Manage plugins, themes, aliases, completions, and shell startup files.
3 rules
Zsh Function & Script Standards
Intermediate
Coding standards for Zsh functions — local variables, argument validation, error handling, quoting rules, and consistent formatting for maintainable shell code.
globs: **/.zshrc, **/.zsh/**, **/*.zsh
scripting, functions, coding-standards, error-handling
View Rule
Zsh Startup Performance Rules
Intermediate
Performance rules for Zsh startup time — lazy-loading heavy tools, plugin limits, compinit caching, and profiling requirements to maintain sub-200ms shell initialization.
globs: **/.zshrc, **/.zprofile, **/.zshenv
performance, startup-time, lazy-loading, profiling
View Rule
.zshrc Organization Standards
Beginner
Enforce a structured, modular .zshrc configuration with logical sections, sourced files, startup performance targets, and consistent formatting.
globs: **/.zshrc, **/.zsh/**, **/.zshenv, **/.zprofile
zshrc, organization, modular, configuration
View Rule