Agent skill
fish
Fish friendly interactive shell. 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/fish
SKILL.md
Fish (Friendly Interactive Shell)
Fish v4.0 (2025) is rewritten in Rust. It is famous for "It just works" – 90% of what you need (autosuggestions, coloring) is enabled by default.
When to Use
- Interactive Use: It is arguably the best shell for typing commands manually.
- Discoverability: Man page completions are generated automatically.
Core Concepts
Autosuggestions
Fish suggests commands as you type based on history and completions. Right arrow accepts.
Universal Variables
set -U my_var value sets a variable across all current and future shell instances instantly.
Web Config
fish_config launches a browser UI to change colors and prompt.
Best Practices (2025)
Do:
- Use it as Interactive Shell: Set it as your login shell.
- Don't write scripts in Fish: Write scripts in
bashorshfor portability. Run them from Fish. - Use "Fisher": The plugin manager for themes.
Don't:
- Don't copy-paste Bash: Fish syntax is different (
env var=val->set -x var val).
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?