From chad-tools
Generate a standalone utility script (bash, python, or JS/TS). Use when asked to write a quick script for a one-off task. Saves to a sensible location and makes it executable.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chad-tools:gen-scriptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When generating a script:
When generating a script:
#!/usr/bin/env bash + set -euo pipefail#!/usr/bin/env python3, argparse if it takes args, type hintschmod +x <file>npx claudepluginhub metcalfc/claude-plugin --plugin chad-toolsGenerates production-ready Bash/shell scripts (.sh) for automation, CLI tools, text processing with grep/awk/sed, ops helpers, cron jobs, or CI utilities from requirements.
Toscript provides instructions and context for Claude Code. Invoke directly via `/Toscript` or let Claude load it when relevant.
Generates optimized, syntax-validated scripts on demand in Python3, PowerShell, or bash. Never executes — only generates, optimizes, and validates. Best for complex multi-target scripts with auth.