with one click
fish
Fish friendly interactive shell. Use for terminal shell.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fish friendly interactive shell. Use for terminal shell.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Android Studio IDE with emulator and profiler. Use for Android development.
Atom hackable text editor from GitHub. Use for extensible editing.
Babel JavaScript compiler for compatibility. Use for transpiling.
Biome fast formatter and linter. Use for code quality.
Bitbucket Git repository hosting with Pipelines. Use for Atlassian teams.
Confluence team documentation platform. Use for documentation.
| name | fish |
| description | Fish friendly interactive shell. Use for terminal 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.
Fish suggests commands as you type based on history and completions. Right arrow accepts.
set -U my_var value sets a variable across all current and future shell instances instantly.
fish_config launches a browser UI to change colors and prompt.
Do:
bash or sh for portability. Run them from Fish.Don't:
env var=val -> set -x var val).