Globales Ranking · von 601 Skills
shell-integration AI Agent Skill
Quellcode ansehen: oakoss/agent-skills
MediumInstallation
npx skills add oakoss/agent-skills --skill shell-integration 41
Installationen
Shell Integration
Overview
Shell integration covers the APIs and patterns for building tools that extend or interact with Unix shells. This includes completion systems, prompt hooks, key bindings, terminal control, and plugin distribution across Zsh, Bash, and Fish.
When to use: Building CLI tool completions, shell plugins, prompt customizations, terminal UI, dotfile managers, installation scripts, or native binary wrappers.
When NOT to use: General-purpose scripting unrelated to shell extension (use POSIX scripting reference for standalone scripts), GUI applications, or web server development.
Quick Reference
| Pattern | Shell | Key Points |
|---|---|---|
| Completion function | Zsh | compdef, compadd, zstyle for matcher configuration |
| Completion function | Bash | complete, compgen, COMP_WORDS, COMP_CWORD, COMPREPLY |
| Completion function | Fish | complete -c cmd -a args, condition flags, subcommand patterns |
| ZLE widget | Zsh | zle -N widget func, bindkey to map keys |
| Prompt hook | Zsh | precmd, preexec, chpwd via add-zsh-hook |
| Prompt hook | Bash | PROMPT_COMMAND (string or array in Bash 5.1+) |
| Event handler | Fish | --on-event, --on-variable, --on-signal |
| Abbreviation | Fish | abbr -a name expansion, --function for dynamic |
| Parameter expansion | Zsh | ${(s.:.)var}, ${var:=default}, flags and modifiers |
| Terminal control | All | ANSI/CSI escape sequences, tput, stty |
| Signal handling | All | trap builtin, cleanup patterns, EXIT/INT/TERM |
| Process management | All | Job control (&, wait, bg, fg), subshells, coprocesses |
| Plugin installation | All | Sourcing strategies, version detection, ZDOTDIR loading order |
Common Mistakes
| Mistake | Correct Pattern |
|---|---|
Using echo -e for escape sequences portably |
Use printf or tput for portability across shells and OSes |
Modifying PROMPT_COMMAND with = in Bash |
Append with += to avoid overwriting other tools |
| Defining Fish event handlers in lazy-loaded functions | Place event handlers in config.fish or source them explicitly |
| Hardcoding terminal capabilities | Query via tput which respects TERM and terminfo |
Missing emulate -L zsh in Zsh functions |
Always set local options to avoid polluting caller environment |
Using $COMP_LINE splitting instead of COMP_WORDS |
Use COMP_WORDS[$COMP_CWORD] for reliable word extraction |
Not quoting $@ in wrapper scripts |
Always use "$@" to preserve argument boundaries |
Assuming /bin/sh is Bash |
Target POSIX sh for portable scripts, test with dash |
Using function keyword in POSIX scripts |
Use name() { ... } syntax for POSIX compatibility |
Ignoring EXIT trap for cleanup |
Always set trap cleanup EXIT for temp files and state |
Delegation
- Completion testing: Use
Exploreagent to verify completions interactively - Script review: Use
Taskagent for cross-shell compatibility audits - Code review: Delegate to
code-revieweragent
If the
rustskill is available, delegate native binary compilation patterns to it. Shell wrappers often invoke Rust-compiled binaries for performance-critical operations.
If thecli-power-toolsskill is available, delegate modern CLI utility patterns to it. Many shell plugins wrap tools likefd,ripgrep, andfzf.
References
- Zsh integration: ZLE, completions, hooks, parameter expansion
- Bash integration: readline, completions, PROMPT_COMMAND, shopt
- Fish integration: completions, events, abbreviations, functions
- Terminal control: ANSI/CSI sequences, tput, stty, capabilities
- POSIX scripting: portable patterns, signal handling, process management
- Plugin distribution: installation scripts, dotfile management, version detection
Installationen
Sicherheitsprüfung
Quellcode ansehen
oakoss/agent-skills
Mehr aus dieser Quelle
Power your AI Agents with
the best open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
Explore Inference APIGLM
GLM 5
$1.00 / $3.20
per M tokens
Kimi
Kimi K2.5
$0.60 / $2.80
per M tokens
MiniMax
MiniMax M2.5
$0.30 / $1.20
per M tokens
Qwen
Qwen3.5 122B
$0.40 / $3.00
per M tokens
So verwenden Sie diesen Skill
Install shell-integration by running npx skills add oakoss/agent-skills --skill shell-integration in your project directory. Führen Sie den obigen Installationsbefehl in Ihrem Projektverzeichnis aus. Die Skill-Datei wird von GitHub heruntergeladen und in Ihrem Projekt platziert.
Keine Konfiguration erforderlich. Ihr KI-Agent (Claude Code, Cursor, Windsurf usw.) erkennt installierte Skills automatisch und nutzt sie als Kontext bei der Code-Generierung.
Der Skill verbessert das Verständnis Ihres Agenten für shell-integration, und hilft ihm, etablierte Muster zu befolgen, häufige Fehler zu vermeiden und produktionsreifen Code zu erzeugen.
Was Sie erhalten
Skills sind Klartext-Anweisungsdateien — kein ausführbarer Code. Sie kodieren Expertenwissen über Frameworks, Sprachen oder Tools, das Ihr KI-Agent liest, um seine Ausgabe zu verbessern. Das bedeutet null Laufzeit-Overhead, keine Abhängigkeitskonflikte und volle Transparenz: Sie können jede Anweisung vor der Installation lesen und prüfen.
Kompatibilität
Dieser Skill funktioniert mit jedem KI-Coding-Agenten, der das skills.sh-Format unterstützt, einschließlich Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider und anderen Tools, die projektbezogene Kontextdateien lesen. Skills sind auf Transportebene framework-agnostisch — der Inhalt bestimmt, für welche Sprache oder welches Framework er gilt.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.