Linux specialized topics - kernel, security hardening, performance
Provides advanced Linux expertise for kernel configuration, security hardening (SELinux/AppArmor), and performance tuning. Use when users ask about kernel modules, system hardening, filesystems (ext4/XFS/ZFS), or storage optimization.
/plugin marketplace add pluginagentmarketplace/custom-plugin-linux/plugin install custom-plugin-linux@pluginagentmarketplace-linuxThis skill inherits all available tools. When active, it can use any tool Claude has access to.
*-SKILL.mdassets/config.yamlassets/schema.jsonblockchain-SKILL.mdgamedev-SKILL.mdreferences/GUIDE.mdreferences/PATTERNS.mdscripts/validate.pyux-SKILL.mdAdvanced Linux topics including kernel configuration, security hardening, and performance tuning.
# Check kernel version
uname -r
# View kernel parameters
sysctl -a | grep vm
# Security audit
sudo lynis audit system