ワンクリックで
fish
Fish friendly interactive shell. Use for terminal shell.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fish friendly interactive shell. Use for terminal shell.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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).