Agent skill
zsh
Zsh shell with oh-my-zsh. Use for terminal shell.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/zsh
SKILL.md
Zsh
Zsh is the default shell on macOS. It is highly customizable and compatible with Bash.
When to Use
- macOS: It's the default.
- Customization: The plugin ecosystem (
omz,zinit) is massive. - Compatibility: Runs most Bash scripts unmodified.
Core Concepts
Oh My Zsh (OMZ)
The community framework. 300+ plugins.
plugins=(git docker kubectl)
Globbing
Zsh has powerful wildcard matching. ls **/*.js (Recursive).
Themes
Powerlevel10k is the gold standard for performance and information density.
Best Practices (2025)
Do:
- Use a Fast Plugin Manager:
antidoteorsheldonare faster than OMZ's built-in loader. - Enable Autosuggestions: The
zsh-autosuggestionsplugin brings Fish-like behavior to Zsh. - Use Syntax Highlighting:
zsh-syntax-highlighting.
Don't:
- Don't over-clutter prompt: A prompt that takes 200ms to render makes the terminal feel sluggish.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?