# 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](./skills/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: 1. Create a directory under `skills/` 2. Add `SKILL.md` with proper frontmatter 3. Include any supporting scripts in `scripts/` 4. Update this README index --- ## License MIT License - Free to use, modify, and distribute. --- *Repository maintained by Claude Code automation*