Agent skill

terminal

Terminal tools = tmux + zsh + fzf + ripgrep.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/terminal-plurigrid-asi-2

Metadata

Additional technical details for this skill

trit
0

SKILL.md

terminal

Terminal tools = tmux + zsh + fzf + ripgrep.

Atomic Skills

Skill Domain
tmux Multiplexer
zsh Shell
fzf Fuzzy finder
ripgrep Search

Tmux

bash
tmux new -s work
# C-b d (detach)
tmux attach -t work
# C-b % (split vertical)
# C-b " (split horizontal)

Fzf

bash
# File picker
vim $(fzf)

# History
C-r  # fzf history search

# Directory
cd $(find . -type d | fzf)

Ripgrep

bash
rg "pattern"
rg -t py "import"
rg -l "TODO"
rg --hidden "secret"

Integration

bash
# fzf + rg
rg --files | fzf | xargs vim

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results