Meta-plugin for system administration workflows on Linux systems.
/plugin marketplace add 2389-research/claude-plugins
/plugin install sysadmin@2389-researchThis will automatically install:
remote-system-maintenance-- structured Linux diagnostics and cleanup
Structured procedures for diagnosing and maintaining remote Linux systems via SSH/tmux.
Diagnostics run in three phases:
- Initial diagnostics (hostname, resources, processes, zombies)
- System log review (errors, journal consumption, service status)
- Package assessment (upgradable, orphaned, cached)
Cleanup runs in seven stages:
- apt update -- refresh package lists
- apt upgrade -- apply security fixes
- apt autoremove -- remove unused dependencies
- apt clean -- purge package cache
- journalctl vacuum -- prune old logs
- snap cleanup -- remove disabled revisions (500MB-2GB savings!)
- /tmp assessment -- check temporary directories
Expect to recover 2+ GB in a comprehensive session.
Right now it just wraps remote-system-maintenance, but it gives you clear categorization (sysadmin vs development tools), a place to add future sysadmin tools, and a semantic install path (/plugin install sysadmin).
- Docker cleanup workflows
- Log analysis tools
- Performance monitoring
- Backup verification
- Security hardening checklists
See remote-system-maintenance plugin for complete maintenance procedures.
If this saved you from a maintenance headache, a ⭐ helps us know it's landing.
Built by 2389 · Part of the Claude Code plugin marketplace