explainx.ainewsletter3.4k
trending🔥loopsskills
pricing
workshops ↗
explainx.ai

Learn to lead teams that combine humans and agents. Platform access, live workshops, bootcamps, and 50+ courses — plus skills, tools, and MCP to practice what you learn.

follow us

custom AI agents

[email protected]

get started

Join · $29/moUpcoming workshop

learn

platform · $29/moupcoming workshopworkshopsbootcampscoursescertificationscertification testsexplainx universitycorporate trainingfacilitatorshackathonslearn skills & mcp

discover

skillstoolsagentsmcp serversdesignsllmsagiranks

content

releasesvisionmissionaboutteamcareersresourcespromptsgenerators hubgenerator SEO hubprompt templatesprompt guidesblogfor LLMsdemo

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

skills/tag/scripts
tag

scripts▌

6 indexed skills · max 10 per page

skills (6)

home-assistant-automation-scripts

bradsjm/hassio-addons · Productivity

0

All reference files are relative to the location of this SKILL.md file.

data-migration-scripts

aj-geddes/useful-ai-prompts · Productivity

0

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

0

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

0

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

0

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

0

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