Linux system architecture - processes, memory, storage, kernel
Provides Linux system architecture knowledge for analyzing processes, memory, storage, and kernel internals. Use when debugging system-level issues, optimizing performance, or explaining how Linux components interact.
/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.mdapi-SKILL.mdarchitecture-SKILL.mdassets/config.yamlassets/schema.jsonreferences/GUIDE.mdreferences/PATTERNS.mdscripts/validate.pysecurity-SKILL.mdUnderstanding Linux system architecture including processes, memory, and kernel internals.
# View process tree
pstree -p
# Check memory usage
free -h
cat /proc/meminfo
# List kernel modules
lsmod