Table of content
[meta] system administration: structured Linux maintenance and diagnostics
Installation
npx claude-plugins install @2389-research/2389-research-marketplace/sysadmin
Contents
Files: CLAUDE.md, README.md
Documentation
Meta-plugin for system administration workflows on Linux systems.
Installation
/plugin install sysadmin@2389-research
This will automatically install:
- remote-system-maintenance - Structured Linux diagnostics and cleanup
What This Provides
Remote System Maintenance
Structured procedures for diagnosing and maintaining remote Linux systems via SSH/tmux:
Three-phase diagnostics:
- Initial diagnostics (hostname, resources, processes, zombies)
- System log review (errors, journal consumption, service status)
- Package assessment (upgradable, orphaned, cached)
Seven-stage cleanup:
- 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
Expected recovery: 2+ GB in comprehensive sessions
Why This Meta Plugin?
Currently just wraps remote-system-maintenance, but provides:
- Clear categorization (sysadmin vs development tools)
- Future expansion point for additional sysadmin tools
- Semantic installation (
/plugin install sysadmin)
Future Additions
Potential future inclusions:
- Docker cleanup workflows
- Log analysis tools
- Performance monitoring
- Backup verification
- Security hardening checklists
Documentation
See remote-system-maintenance plugin for complete maintenance procedures.