Vibe Coding Forem

David Christian Liedle
David Christian Liedle

Posted on

I had Claude Code write a book on shell scripting in 2025

Opus 4.1 wrote this one markdown chapter at a time. Hopefully it helps anyone interested in Shell Scripting or working on the terminal with Claude Code, Gemini CLI, or Codex CLI.

https://github.com/cloudstreet-dev/Shell-Scripting-in-2025

Top comments (1)

Collapse
 
davidcanhelp profile image
David Christian Liedle

Note that Claude Code, Gemini CLI, and Codex CLI are not shell scripts; they're npm packages. I mention them in the book because learning shell helps you navigate the terminal, which is where those live and run. github.com/cloudstreet-dev/Shell-S...