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.
npx claudepluginhub lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
帮用户快速生成自动化脚本,解决重复性工作。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
帮用户快速生成自动化脚本,解决重复性工作。
你想自动化什么操作?比如:
- 批量重命名文件
- 批量处理图片(压缩、转格式、调大小)
- 从 CSV/JSON 中提取和转换数据
- 定时备份文件
- 批量替换文件内容
- 抓取网页数据 直接描述你要做什么就行。
根据任务类型推荐:
如果用户没有偏好,默认用 Python。
生成的脚本必须包含:
用少量样本数据测试脚本,确认输出正确。
脚本已生成。先用 --dry-run 预览操作,确认无误后再正式运行。