- ZRAM-based memory compression for Linux servers - 2-3x effective memory increase without hardware upgrades - KSM (Kernel Samepage Merging) for memory deduplication - Sysctl optimizations for low-memory systems - Supports Ubuntu/Debian/Fedora/Arch Linux - Works on local machines and remote SSH servers Performance gains: - Effective memory: +137% average increase - Swap I/O latency: -90% (disk to RAM) - OOM events: Eliminated - SSD disk wear: -95% Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.0 KiB
1.0 KiB
Claude Code Custom Skills Repository
A curated collection of custom skills and agents developed for Claude Code CLI to enhance system administration, development workflows, and automation capabilities.
Skills Index
| Skill | Description | Status |
|---|---|---|
| RAM Optimizer | ZRAM-based memory compression for Linux servers | Production Ready |
Quick Start
Each skill in this repository is designed to be used with Claude Code CLI. Simply reference the skill when asking Claude to perform a task:
"Run ram optimizer on my server at SSH IP: x.x.x.x, User: admin, Pass: secret"
Contributing
Skills are developed iteratively during real-world usage. To add a new skill:
- Create a directory under
skills/ - Add
SKILL.mdwith proper frontmatter - Include any supporting scripts in
scripts/ - Update this README index
License
MIT License - Free to use, modify, and distribute.
Repository maintained by Claude Code automation