·building-cli-apps
</>

building-cli-apps

mhagrelius/dotfiles

构建命令行界面工具时使用;选择参数解析库时;处理 stdin/stdout/stderr 模式时;执行子命令时;当 CLI 应用程序测试失败或丢失时

13安装·0热度·@mhagrelius

安装

$npx skills add https://github.com/mhagrelius/dotfiles --skill building-cli-apps

SKILL.md

CLI apps are filters in a pipeline. They read input, transform it, write output. The Unix philosophy applies: do one thing well, compose with others.

Choose CLI when: Single operation, pipeable, scriptable, CI/CD, simple prompts Choose TUI when: Dashboard, multi-view navigation, real-time monitoring Choose GUI when: Non-technical users, complex visualizations, drag/drop

| Language | Argument Parsing | Progress/Spinners | Colors | Prompts |

构建命令行界面工具时使用;选择参数解析库时;处理 stdin/stdout/stderr 模式时;执行子命令时;当 CLI 应用程序测试失败或丢失时 来源:mhagrelius/dotfiles。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/mhagrelius/dotfiles --skill building-cli-apps
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 building-cli-apps?

构建命令行界面工具时使用;选择参数解析库时;处理 stdin/stdout/stderr 模式时;执行子命令时;当 CLI 应用程序测试失败或丢失时 来源:mhagrelius/dotfiles。

如何安装 building-cli-apps?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mhagrelius/dotfiles --skill building-cli-apps 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/mhagrelius/dotfiles