Commit Graph

3 Commits

  • feat: Add 6 new Claude Code skills
    Skills added:
    - 🔐 Secret Scanner: Detect leaked credentials in codebases
    - 🏛️ Git Archaeologist: Analyze git history, find bugs
    - 💾 Backup Automator: Automated encrypted cloud backups
    - 🌐 Domain Manager: Unified DNS management
    - 🔒 SSL Guardian: Certificate automation and monitoring
    - 📡 Log Sentinel: Log analysis and anomaly detection
    
    All skills include:
    - SKILL.md with trigger patterns
    - README.md with documentation
    - GLM 5 attribution and disclaimer
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
  • docs: Add hero section with GLM 5 attribution
    Added prominent hero section linking to GLM 5 Advanced Coding Model
    at https://z.ai/subscribe?ic=R0K78RJKNW
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
  • feat: Add RAM Optimizer skill with ZRAM compression
    - 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>