基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lev-os/agents --skill caffeine命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | caffeine |
| description | Prevents macOS sleep using caffeinate/pmset and Caffeine.app. |
Prevent Mac from sleeping via CLI or GUI.
caffeinate)# Prevent idle sleep (until killed)
caffeinate -i &
# Prevent system sleep on AC power
caffeinate -s &
# Prevent display sleep too
caffeinate -d &
# All assertions (system + display + disk + idle)
caffeinate -dims &
# Run for specific duration (seconds)
caffeinate -t 3600 # 1 hour
# Keep awake while a process runs
caffeinate -w <pid>
# Kill caffeinate
pkill caffeinate
# See what's preventing sleep
pmset -g assertions
# Current power settings
pmset -g
# Is caffeinate running?
pgrep -l caffeinate
Caffeine.app installed at /Applications/Caffeine.app
# Never sleep system (AC power)
sudo pmset -c sleep 0
# Never sleep display
sudo pmset -c displaysleep 0
# Restore defaults
sudo pmset -c sleep 10
sudo pmset -c displaysleep 10
Keep awake indefinitely for voice server:
caffeinate -dims &
Keep awake for 8 hours:
caffeinate -dims -t 28800 &
Check if already caffeinated:
pgrep caffeinate && echo "Caffeinated ☕" || echo "Not caffeinated 😴"
caffeinate and Caffeine.app work independentlysleep 0 (never sleeps)Routes adaptive multi-agent deliberation with fractal context cycles. Use when using /cdo, think/deep/debug/parliament work, or long runs paired with autoresearch scheduling.
Use when you need an evidence-first provenance report from `cass`, repo docs, `.lev`, `~/.agents/diagrams`, `qmd`, or Grep/Glob tools.
Use the codebase knowledge graph for structural code queries. Triggers on: explore the codebase, understand the architecture, what functions exist, show me the structure, who calls this function, what does X call, trace the call chain, find callers of, show dependencies, impact analysis, dead code, unused functions, high fan-out, refactor candidates, code quality audit, graph query syntax, Cypher query examples, edge types, how to use search_graph.