From claude-code-starter
Generates automation scripts for batch file processing, data conversion, backups, content replacement, and web scraping using Bash, Python, or Node.js. Includes validation, progress output, error handling, and dry-run mode.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-starter:scriptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
帮用户快速生成自动化脚本,解决重复性工作。
帮用户快速生成自动化脚本,解决重复性工作。
你想自动化什么操作?比如:
- 批量重命名文件
- 批量处理图片(压缩、转格式、调大小)
- 从 CSV/JSON 中提取和转换数据
- 定时备份文件
- 批量替换文件内容
- 抓取网页数据 直接描述你要做什么就行。
根据任务类型推荐:
如果用户没有偏好,默认用 Python。
生成的脚本必须包含:
用少量样本数据测试脚本,确认输出正确。
脚本已生成。先用 --dry-run 预览操作,确认无误后再正式运行。
npx claudepluginhub lightpointventures/claude-code-starterGenerates 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.
Guides batch file processing tasks for business automation, including workflow automation, email processing, and spreadsheet operations.