con un clic
fish
Fish friendly interactive shell. Use for terminal shell.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Fish friendly interactive shell. Use for terminal shell.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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).