用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vamseeachanta/workspace-hub --skill cli-productivity命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | cli-productivity |
| version | 1.0.0 |
| description | Essential CLI tools and shell productivity patterns for efficient terminal workflows |
| type | reference |
| author | workspace-hub |
| category | operations |
| capabilities | ["Shell aliases and functions","Modern CLI tools (jq, fzf, ripgrep, fd, bat, exa)","Pipeline patterns and data transformation","Fuzzy finding and interactive selection","History management and shell optimization","Integration workflows between tools"] |
| tools | ["jq","fzf","ripgrep","fd","bat","exa","zoxide","starship","tmux"] |
| tags | ["cli","shell","productivity","bash","zsh","terminal","tools"] |
| platforms | ["linux","macos"] |
| related_skills | ["docker","git-advanced","bash-cli-framework"] |
| requires | [] |
| scripts_exempt | true |
macOS (Homebrew):
# Essential modern tools
brew install jq # JSON processor
brew install fzf # Fuzzy finder
brew install ripgrep # Fast grep (rg)
brew install fd # Fast find
brew install bat # Better cat
brew install exa # Better ls (or eza)
brew install zoxide # Smart cd
*See sub-skills for full details.*
## Version History
- **1.0.0** (2026-01-17): Initial release
- Core CLI tools coverage (jq, fzf, ripgrep, fd, bat, exa)
- Shell aliases and functions
- Pipeline patterns
- Integration examples
- Shell configuration templates
---
**Use this skill to build efficient, productive terminal workflows with modern CLI tools!**
## Sub-Skills
- [1. jq - JSON Processing (+1)](1-jq-json-processing/SKILL.md)
- [3. ripgrep (rg) - Fast Search (+1)](3-ripgrep-rg-fast-search/SKILL.md)
- [5. bat - Better cat (+2)](5-bat-better-cat/SKILL.md)
- [8. Shell Aliases and Functions](8-shell-aliases-and-functions/SKILL.md)
- [1. Complete Shell Configuration (+1)](1-complete-shell-configuration/SKILL.md)
- [3. Interactive Script Template](3-interactive-script-template/SKILL.md)
- [1. Tool Selection Guidelines (+2)](1-tool-selection-guidelines/SKILL.md)
- [Common Issues](common-issues/SKILL.md)