Loading...
Loading...
Found 4 Skills
Condense long articles into content for Platform X (200-500 words), retaining core viewpoints and personal style. Use this when users mention "convert to Weibo", "post to Xiaohongshu", "social media", or "shorten article".
Use this skill when building command-line interfaces, designing CLI argument parsers, writing help text, adding interactive prompts, managing config files, or distributing CLI tools. Triggers on argument parsing, subcommands, flags, positional arguments, stdin/stdout piping, shell completions, interactive menus, dotfile configuration, and packaging CLIs as npm/pip/cargo/go binaries.
CLI application patterns and best practices
Build interactive terminal forms and prompts in Go with huh - input, select, confirm, multiselect, validation, theming. Use when building Go terminal forms, huh, interactive Go prompts, or form fields with validation. NOT for shell script prompts (use gum).