Skip to main content
Manusで任意のスキルを実行
ワンクリックで

monotonic-time

スター43
フォーク25
更新日2026年6月16日 16:25

Use when writing or reviewing code that involves time — sleeps, timeouts, retry/backoff, deduplication windows, rate limits, cache TTLs, "wait until X", timing assertions, or any arithmetic over `SystemTime::now()` / `UnixTimestamp::now()` / `Instant::now()` / `tokio::time::sleep`. Decides whether to use monotonic (`Instant`) or wall-clock (`SystemTime`) and how to mix them safely.

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

SKILL.md
readonly