ワンクリックで
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 職業分類に基づく
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.