Linux system architecture - processes, memory, storage, kernel
Scanned 9/8/2026
Install to Claude Code
npx -y skills add pluginagentmarketplace/custom-plugin-linux --skill architecture --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Architecture?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/pluginagentmarketplace-architecture)More formats (shields.io, HTML) on the badges page.
---
name: architecture
description: "Linux system architecture - processes, memory, storage, kernel"
sasmp_version: "1.3.0"
bonded_agent: linux-expert
bond_type: PRIMARY_BOND
---
# Architecture Skill
## Overview
Understanding Linux system architecture including processes, memory, and kernel internals.
## Capabilities
- **Processes**: fork, exec, signals
- **Memory**: Virtual memory, paging, swap
- **Storage**: Block devices, filesystems
- **Kernel**: Modules, syscalls, interrupts
- **Boot**: GRUB, initramfs, systemd
## Examples
```bash
# View process tree
pstree -p
# Check memory usage
free -h
cat /proc/meminfo
# List kernel modules
lsmod
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.