Claude Code Plugins

Community-maintained marketplace

Feedback

Linux specialized topics - kernel, security hardening, performance

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name specialized
description Linux specialized topics - kernel, security hardening, performance
sasmp_version 1.3.0
bonded_agent linux-expert
bond_type PRIMARY_BOND

Specialized Skill

Overview

Advanced Linux topics including kernel configuration, security hardening, and performance tuning.

Capabilities

  • Kernel: Configuration, modules, parameters
  • Security: SELinux, AppArmor, hardening
  • Performance: Tuning, profiling, optimization
  • Filesystems: ext4, XFS, ZFS, Btrfs
  • Storage: LVM, RAID, NVMe

Examples

# Check kernel version
uname -r

# View kernel parameters
sysctl -a | grep vm

# Security audit
sudo lynis audit system