no-sleep-chains

Redirects agents to the shell-hygiene skill for safe shell command execution rules.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/diazMelgarejo/orama-system --skill no-sleep-chains-diazmelgarejo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: no-sleep-chains
Source: https://github.com/diazMelgarejo/orama-system/tree/main/.agents/skills/no-sleep-chains
Command: npx skills add https://github.com/diazMelgarejo/orama-system --skill no-sleep-chains-diazmelgarejo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill prevents confusion after a rename by redirecting agents and users from the deprecated no-sleep-chains slug to the canonical shell-hygiene skill, which covers safe shell command execution rules. ## Core Features & Use Cases - Rename Redirection: Points agents to the canonical shell-hygiene skill located at bin/orama-system/skills/shell-hygiene/SKILL.md. - Scope Summary: Indicates the target skill covers enforced no-sleep-chain rules, zsh word-splitting behavior, Monitor until-loops, and run_in_background usage. - Use Case: When an agent or user references the old no-sleep-chains skill, this stub ensures they are routed to the maintained shell-hygiene skill instead of following outdated documentation. ## Quick Start Use the shell-hygiene skill instead of no-sleep-chains for safe shell command execution guidance.

Frequently Asked Questions about no-sleep-chains

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What happened to the no-sleep-chains skill?

The no-sleep-chains skill was renamed to shell-hygiene. The canonical skill now lives at bin/orama-system/skills/shell-hygiene/SKILL.md, and this stub only redirects to it.

How do I avoid sleep chains in agent shell commands?

Use the shell-hygiene skill, which enforces Monitor until-loops and run_in_background instead of sleep chains. It also covers iterating command output with while IFS loops.

Does no-sleep-chains still contain execution rules?

No, this stub contains no operational content. All rules for safe shell execution, including zsh word-splitting behavior, moved to the shell-hygiene skill.

Can I add new content to the no-sleep-chains skill?

No, the stub explicitly instructs not to add content here. All updates should go to the canonical shell-hygiene skill under bin/orama-system/skills/shell-hygiene.