system-admin
Linux system administration - installation, maintenance, troubleshooting
When & Why to Use This Skill
This Claude skill provides comprehensive Linux system administration capabilities, designed for managing enterprise-level environments. It streamlines complex IT operations including automated OS installations, proactive server maintenance, and advanced system troubleshooting to ensure high availability and optimal performance.
Use Cases
- Automated Server Deployment: Efficiently handle large-scale OS installations using Kickstart or Preseed for consistent and repeatable environment setups.
- System Health Monitoring & Maintenance: Execute routine updates, manage backups, and monitor disk usage and system resources to prevent performance degradation.
- Incident Diagnosis & Troubleshooting: Rapidly identify and resolve system errors by analyzing journalctl, dmesg, and other critical system logs.
- High Availability Management: Configure and maintain server clusters and failover mechanisms to minimize downtime in mission-critical environments.
- Technical Documentation: Generate and maintain comprehensive wikis and runbooks to standardize IT procedures and knowledge sharing.
| name | system-admin |
|---|---|
| description | "Linux system administration - installation, maintenance, troubleshooting" |
| sasmp_version | "1.3.0" |
| bonded_agent | linux-expert |
| bond_type | PRIMARY_BOND |
System Admin Skill
Overview
Comprehensive Linux system administration for enterprise environments.
Capabilities
- Installation: Automated, kickstart, preseed
- Maintenance: Updates, backups, monitoring
- Troubleshooting: Logs, dmesg, journalctl
- High Availability: Clustering, failover
- Documentation: Wiki, runbooks
Examples
# View system logs
journalctl -xe
# Check disk usage
df -h
du -sh /var/*
# Monitor system
htop