scripts▌
6 indexed skills · max 10 per page
home-assistant-automation-scripts
bradsjm/hassio-addons · Productivity
All reference files are relative to the location of this SKILL.md file.
data-migration-scripts
aj-geddes/useful-ai-prompts · Productivity
Create robust, safe, and reversible data migration scripts for database schema changes and data transformations with minimal downtime.
linux-production-shell-scripts
sickn33/antigravity-awesome-skills · Productivity
Provide production-ready shell script templates for common Linux system administration tasks including backups, monitoring, user management, log analysis, and automation. These scripts serve as building blocks for security operations and penetration testing environments.
mcp-scripts
parcadei/continuous-claude-v3 · Productivity
MCP Script Rules \n When working with files in scripts/ : \n DO \n \n Use CLI arguments for all parameters (argparse) \n Include USAGE docstring at top of file \n Use call_mcp_tool(\"server__tool\", params) pattern \n Handle errors gracefully with informative messages \n Print results to stdout for Claude to process \n \n DON'T \n \n Hardcode parameters in the script \n Edit scripts to change parameters (use CLI args instead) \n Import from servers/ directly (use runtime.mcp_client) \n \n Tool N
linux-production-shell-scripts
davila7/claude-code-templates · Productivity
Provide production-ready shell script templates for common Linux system administration tasks including backups, monitoring, user management, log analysis, and automation. These scripts serve as building blocks for security operations and penetration testing environments.
mcp-cli-scripts
jezweb/claude-skills · Productivity
Companion CLI scripts for MCP servers with file I/O, batch processing, and local caching. \n \n Provides one script per MCP tool with extended capabilities: batch input/output files, result caching, multiple output formats (JSON, CSV, table), and parallel processing \n Uses consistent argument patterns across all scripts ( --input , --output , --format , --profile , --verbose ) for predictable developer experience \n Scripts output structured JSON by default for easy parsing by Claude Code, with