一键导入
automation
Meta-skill for durable and wall-clock automation. Routes to heartbeats and crons for recurring execution control.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Meta-skill for durable and wall-clock automation. Routes to heartbeats and crons for recurring execution control.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Runs core mu operator workflows for bounded investigation, CLI-first state operations, and session handoffs. Use when general mu execution or state-management guidance is needed.
Meta-skill for core mu operating primitives. Routes to mu, programmable-ui, memory, tmux, and code-mode based on task shape.
Produces clear, argument-driven technical prose. Use when drafting or reviewing systems papers, design docs, READMEs, PR descriptions, error messages, API references, or other technical communication.
Builds and debugs mu_ui UiDocs with schema-valid payloads, interaction wiring, and status/snapshot verification.
Runs cross-store memory retrieval and index maintenance workflows with bounded filters and timeline anchors. Use when querying prior context or repairing memory index health.
Defines compositional control-flow policies for orchestration DAGs (for example review-gated retry loops) using protocol-preserving transitions.
| name | automation |
| description | Meta-skill for durable and wall-clock automation. Routes to heartbeats and crons for recurring execution control. |
Use this meta-skill when the user wants recurring automation, scheduled execution, or scheduler diagnostics.
heartbeats — durable wake-loop programs that run one bounded pass per tick.crons — wall-clock scheduling (at, every, cron expressions) and lifecycle control.heartbeats for state-driven wake loops and short recurring supervision.crons for explicit wall-clock schedules and calendar-style timing.subagents stack skills (protocol, execution, etc.) when the workload is issue-DAG driven.heartbeats) that runs one bounded execution pass per tick to supervise a subagents DAG over time, keeping the main chat clear.crons) to periodically invoke memory to rebuild indexes, fetch new docs, or clean up obsolete logs on a schedule.