bash-script-generator
仓库创建 2026年7月27日最近提交 3 天前SkillHot 收录 2 天前
这个 Skill 做什么
按最佳实践生成可投入生产的 bash 脚本,内置错误处理、日志、参数解析和输入校验等模板化结构。需要写运维脚本、自动化任务或简单 CLI 工具时直接用,省去反复搭框架并提高可维护性。输出脚本偏稳健、可移植,遵循当前常见的约定和风格。
▸ 展开 SKILL.md 英文原文
Comprehensive toolkit for generating best practice bash scripts following current standards and conventions. Use this skill when creating new bash scripts, implementing shell automation, text processing workflows, or building production-ready command-line tools.
0
Stars
0
Forks
2
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/TAPPaaS/tappaas-claude/main/TAPPaaS/.claude/skills/bash-script-generator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/TAPPaaS/tappaas-claude/main/TAPPaaS/.claude/skills/bash-script-generator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Bash Script Generator ## Overview This skill provides a comprehensive workflow for generating production-ready bash scripts with best practices built-in. Generate scripts for system administration, text processing, API clients, automation workflows, and more with robust error handling, logging, argument parsing, and validation. ## When to Use This Skill Invoke this skill when: - Creating new bash scripts from scratch - Implementing shell automation or system administration tasks - Building command-line tools and utilities - Creating text processing workflows (log analysis, data transformation, etc.) - Converting manual command sequences into reusable scripts - Implementing deployment o
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有