원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.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.