Linux system administration - installation, maintenance, troubleshooting
Performs Linux system administration tasks including installation, maintenance, troubleshooting, and high-availability clustering. Triggered when managing servers, diagnosing system issues, or configuring enterprise infrastructure.
/plugin marketplace add pluginagentmarketplace/custom-plugin-linux/plugin install custom-plugin-linux@pluginagentmarketplace-linuxThis skill inherits all available tools. When active, it can use any tool Claude has access to.
assets/config.yamlassets/schema.jsonreferences/GUIDE.mdreferences/PATTERNS.mdscripts/helper.pyscripts/validate.pyComprehensive Linux system administration for enterprise environments.
# View system logs
journalctl -xe
# Check disk usage
df -h
du -sh /var/*
# Monitor system
htop