I packaged a Claude Code skill to Github that fixes the "go to sleep" nagging
Built a Claude Code skill last night that fixes two things that were bugging me.
Problem: The nagging. "Time to rest, you've earned it." Claude has no idea what my energy state is and I hate it when it interrupts work to tell me to sleep at noon LOL
Solution: This skill instructs Claude to ask you if you are ready for a break or if you want to keep going. It's nice to have the check in but this keeps the interaction a conversation instead of a command from Claude.
Problem 2: I'm legit addicted to Claude Code and I really do need to take a break but I don't want to stop making progress.
Solution: This skill pairs the ask with suggestions of what tasks it could knock out while you're away so it can keep working. Tasks suggested tend to be ones that require few permissions and will take a long time to execute. Further, it front-loads permission requests so it's more likely to get the job done without further interaction.
Skill repo + permission cheat-sheet: https://github.com/TheTalentCat/sleep-solution.git
PRs welcome on the cheat-sheet especially since it gets more useful the more edge cases it covers.