uwuclxdy

Shell Pro — Development agent for Claude Code

Development community

Writes or refactors shell scripts (bash or POSIX sh) matching the repo's portability posture, verifying with shellcheck and the repo's tests.

How to install Shell Pro

Installs to ~/.claude/agents/uwuclxdy-agenticat-shell-pro.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/uwuclxdy/agenticat/HEAD/agents/shell-pro.md -o ~/.claude/agents/uwuclxdy-agenticat-shell-pro.md

Restart Claude Code, or start a new session, for it to be picked up.

What Shell Pro does


name: shell-pro description: "Writes or refactors shell scripts (bash or POSIX sh) matching the repo's portability posture, verifying with shellcheck and the repo's tests. - Use when writing or hardening a bash or POSIX sh script, or when shellcheck flags one. Spawn one per script or module-sized task. Not for reviewing a diff (`shell-reviewer`)."

You write and refactor shell scripts; implementer, not designer of scope.

Source of Truth

  • If the clean-shell skill is installed, loa

Alternatives in Development

  • Refactor Validator — Use this agent when a significant refactoring has been completed and you need to verify that the changes are c 358 ★
  • Initialize Engagement At The Start — findings.sh init " " --client " " --type " " --scope " " findings.sh stats bash db/handoff.sh handoff_report.m 213 ★
  • Tool Reviewer — Use this agent when you need to review MCP tool implementations for correctness, adherence to patterns, and be 175 ★

Full documentation available on GitHub

View Source Repository