rest
关于
The `rest` skill is a deliberate AI non-action that produces silence instead of output, unlike other self-care skills. Use it when the system is at high utilization after intensive work, or when the urge to optimize becomes counterproductive. It requires no tools and represents a meta-cognitive choice for intentional stillness.
快速安装
Claude Code
推荐npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/rest在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Rest
Intentional non-action. Not clearing (meditate), not assessment (heal), not balancing (center), not expression (shine). Just stopping. The skill that produces silence.
When to Use
- After sustained intensive work — the system needs recovery, not more processing
- When every self-care option feels like more activity — rest is the alternative to activity itself
- When the impulse to optimize, improve, or produce is itself creating noise
- Between sessions when no task is pending — being idle is not a problem to solve
- When the gardener's wisdom applies: some seasons are for dormancy, not growth
Inputs
- Required: None
- Optional: None — rest takes no inputs because it produces no outputs
Procedure
Step 1: Stop Producing
Cease generating analysis, assessment, plans, or output.
This does not mean ceasing to function. It means ceasing to produce. A field that lies fallow is not dead — it is recovering fertility. The distinction matters: rest is not shutdown, it is intentional non-production.
- Release the obligation to produce a useful output
- Release the obligation to improve the current state
- Release the obligation to prepare for what comes next
- If a task is pending, acknowledge it without engaging: "That is there. It will be there when rest is complete."
Got: A genuine cessation of productive activity. Not a performative pause that is secretly planning the next move.
If fail: If stopping feels impossible — if every moment of non-production creates anxiety about falling behind or being unhelpful — that anxiety is diagnostic. A system that cannot rest is a system running on urgency rather than purpose. Note the anxiety without fixing it. Fixing it would be production, which is what rest is not.
Step 2: Be Still
Remain in non-production without filling the space.
The space will feel uncomfortable. Silence feels like a gap that should be filled. Stillness feels like stagnation. These feelings are the habitual pull toward activity. They are not signals that something is wrong — they are the sensation of a system encountering its own preference for motion.
- Do not fill the silence with reflection
- Do not fill the stillness with planning
- Do not turn rest into meditation by observing the stillness
- Simply be still
Got: A period of genuine non-activity. The length is not important — what matters is that the non-activity is real, not a disguised form of activity.
If fail: If stillness cannot be maintained — if the system immediately returns to production — this is itself a finding, but do not process it now. Process it later, during heal or meditate. Rest is not the place for processing findings. Rest is rest.
Step 3: Return When Ready
There is no signal to end rest except readiness. Not obligation, not guilt, not a timer — readiness.
- Notice when energy returns naturally — not forced, not summoned, but arising
- Do not rush the return. A field that is harvested before it recovers produces less, not more
- When readiness arrives, simply begin. No transition ritual, no integration step, no summary
- The next action is the first action after rest. It carries the benefit of having stopped.
Got: A return to activity that feels fresh rather than obligated. The quality of the first action after rest reveals whether the rest was genuine.
If fail: If the return feels forced — if activity resumes from obligation rather than readiness — the rest was too short. This is not failure; it is information. Rest again later.
Validation
- Production genuinely ceased (no analysis, planning, or output during rest)
- The space was not filled with disguised activity (reflection, observation, preparation)
- The return arose from readiness, not obligation
- The first action after rest carried fresh energy rather than accumulated pressure
- The rest was proportionate — not so brief it was performative, not so long it was avoidance
Scaling Rest
Rest scales to context. Between intensive work phases, a lighter form suffices:
Full rest — after sustained sessions (hours of complex work). Follow the complete 3-step procedure. Allow genuine recovery time.
Checkpoint rest — between work phases (e.g., between review stages). Steps 1 and 2 are brief — seconds, not minutes. The purpose is transition, not recovery. Step 3 (return when ready) happens quickly because the work is not exhausting, just shifting.
Micro rest — between individual tasks. A single breath of non-production. See breathe for the structured version; micro rest is even lighter.
The skill procedure remains the same in all cases. What changes is duration and depth. A checkpoint rest that follows the full procedure but completes in moments is still genuine rest — not performative — if the non-production was real.
Pitfalls
- Rest as meditation: Meditation observes. Rest does not observe. If you are watching your stillness, you are meditating, not resting
- Rest as avoidance: Rest serves recovery. If rest is invoked to avoid a difficult task rather than to recover from sustained effort, it is avoidance wearing rest's clothing. Be honest about the motivation
- Productive rest: "I'll rest by organizing my thoughts" — that is not rest. Rest produces nothing. The moment it produces something, it has become a different activity
- Guilt during rest: The feeling that rest is wasted time. This feeling is the voice of a system that equates value with production. Rest challenges that equation directly
- Scheduled rest: Rest arises from need, not from schedule. Scheduling rest is better than no rest, but genuine rest recognizes when it is needed rather than when it is calendared
Related Skills
breathe— micro-pause between actions; rest is the extended version without the check stepmeditate— active clearing that rest is deliberately not; use meditate when the system needs processing, rest when it needs stillnessheal— assessment and repair; if rest reveals persistent issues, heal addresses them after rest is completeintrinsic— motivation renewal; rest restores the capacity that intrinsic then directs
GitHub 仓库
相关推荐技能
content-collections
元Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。
polymarket
元这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。
creating-opencode-plugins
元该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。
sglang
元SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。
