Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install vivekkarmarkar-claude-code-os-skills-sleep-unmask-protocolgit clone https://github.com/VivekKarmarkar/claude-code-os.gitcp claude-code-os/SKILL.MD ~/.claude/skills/vivekkarmarkar-claude-code-os-skills-sleep-unmask-protocol/SKILL.md--- name: sleep-unmask-protocol description: Print the Pop!_OS commands to unmask sleep/suspend/hibernate (restore default sleep behavior) and the command to verify they are unmasked. Does NOT execute anything — prints only. Use when the user wants to re-enable sleep after a long-running session. --- # sleep-unmask-protocol Print these exact commands to the terminal. Do NOT execute them. ``` Unmask sleep on Pop!_OS: sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target Verify sleep is unmasked (should show "enabled"/"disabled"/"static" — anything except "masked"): systemctl list-unit-files sleep.target suspend.target hibernate.target hybrid-sleep.target ``` Then STOP. The user runs the commands themselves in a terminal where sudo can prompt for a password.