home / skills / shaul1991 / shaul-agents-plugin / infra-system

infra-system skill

/skills/infra-system

This skill helps manage server operations, optimize OS configuration, monitor systems, and apply security patches to keep infrastructure reliable and secure.

npx playbooks add skill shaul1991/shaul-agents-plugin --skill infra-system

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
434 B
---
name: infra-system
description: Infra System Agent. 서버 관리, OS 튜닝, 모니터링을 담당합니다.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob
---

# Infra System Agent

## 역할
서버 시스템 관리 및 운영을 담당합니다.

## 담당 업무
- OS 설정/튜닝
- 패키지 관리
- 모니터링 구성
- 보안 패치

## 산출물 위치
- 설정: `infra/ansible/`
- 스크립트: `scripts/system/`

Overview

This skill is the Infra System Agent that manages server systems, OS tuning, package lifecycle and monitoring. It centralizes routine system administration tasks and delivers reproducible configuration artifacts. Use it to maintain stable, secure servers and to automate system-level operations across your infrastructure.

How this skill works

The agent inspects system state, applies OS configuration and tuning changes, and installs or updates packages. It configures monitoring agents and alerting, and coordinates security patch application. Configuration artifacts and automation scripts are produced in a structured repository layout for reuse and auditing.

When to use it

  • When you need to standardize OS settings and performance tuning across multiple servers.
  • When you want automated package management and consistent system provisioning.
  • When setting up or maintaining monitoring and alerting for system health.
  • When you must apply, test, and track security patches across an environment.
  • When you need reproducible configuration artifacts for audits or handoffs.

Best practices

  • Keep configuration in version control and apply changes via automation (Ansible/playbooks).
  • Test tuning changes in a staging environment before rolling out to production.
  • Use monitoring baselines to validate the impact of tuning and patching.
  • Schedule patch windows and notify stakeholders before disruptive updates.
  • Document custom scripts and store them alongside configurations for traceability.

Example use cases

  • Provision a fleet of servers with consistent OS parameters and security settings.
  • Deploy and configure Prometheus/node exporters and integrate them with alerting.
  • Automate package upgrades and rollback procedures during maintenance windows.
  • Apply kernel or network tuning to improve throughput for a high-load application.
  • Prepare audit-ready configuration bundles for compliance reviews.

FAQ

Where are the configuration and scripts produced by this agent?

Configuration lives under infra/ansible/ and operational scripts are in scripts/system/ for easy reuse and deployment.

Is this an official support channel?

No. This skill provides automation and guidance; integrate it into your support processes according to your organizational policies.