A manual that teaches AI agents to write production-quality bash scripts.
Copy prompt.md into your AI's system prompt or context.
mkdir -p .claude/skills/bash-expert
curl -sL https://raw.githubusercontent.com/mleoca/Bash-Scripting-GPT/main/SKILL.md -o .claude/skills/bash-expert/SKILL.md
curl -sL https://raw.githubusercontent.com/mleoca/Bash-Scripting-GPT/main/prompt.md -o .claude/skills/bash-expert/prompt.mdmkdir -p .codex/skills/bash-expert
curl -sL https://raw.githubusercontent.com/mleoca/Bash-Scripting-GPT/main/SKILL.md -o .codex/skills/bash-expert/SKILL.md
curl -sL https://raw.githubusercontent.com/mleoca/Bash-Scripting-GPT/main/prompt.md -o .codex/skills/bash-expert/prompt.mdMIT