·scheduling

このスキルは、ユーザーが「Effect Schedule」、「再試行スケジュール」、「repetition」、「Schedule.exponential」、「Schedule.spaced」、「Schedule.recurs」、「cron scheduling」、「backoff Strategy」、「schedule combinators」、「Effect.repeat」、「Effect.retry」、「polling」について質問する場合、または Effect がスケジュールされた操作と再試行ポリシーをどのように処理するかを理解する必要がある場合に使用する必要があります。

4インストール·0トレンド·@andrueandersoncs

インストール

$npx skills add https://github.com/andrueandersoncs/claude-skill-effect-ts --skill scheduling

SKILL.md

| Schedule.forever | Never stops | | Schedule.once | Single execution | | Schedule.recurs(n) | Exactly n times | | Schedule.spaced(d) | Fixed delay d | | Schedule.fixed(d) | Fixed interval from start | | Schedule.exponential(d) | d, 2d, 4d, 8d... | | Schedule.fibonacci(d) | d, d, 2d, 3d, 5d... | | Schedule.linear(d) | d, 2d, 3d, 4d... |

For comprehensive scheduling documentation, consult ${CLAUDEPLUGINROOT}/references/llms-full.txt.

このスキルは、ユーザーが「Effect Schedule」、「再試行スケジュール」、「repetition」、「Schedule.exponential」、「Schedule.spaced」、「Schedule.recurs」、「cron scheduling」、「backoff Strategy」、「schedule combinators」、「Effect.repeat」、「Effect.retry」、「polling」について質問する場合、または Effect がスケジュールされた操作と再試行ポリシーをどのように処理するかを理解する必要がある場合に使用する必要があります。 ソース: andrueandersoncs/claude-skill-effect-ts。

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/andrueandersoncs/claude-skill-effect-ts --skill scheduling インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/andrueandersoncs/claude-skill-effect-ts --skill scheduling
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

scheduling とは?

このスキルは、ユーザーが「Effect Schedule」、「再試行スケジュール」、「repetition」、「Schedule.exponential」、「Schedule.spaced」、「Schedule.recurs」、「cron scheduling」、「backoff Strategy」、「schedule combinators」、「Effect.repeat」、「Effect.retry」、「polling」について質問する場合、または Effect がスケジュールされた操作と再試行ポリシーをどのように処理するかを理解する必要がある場合に使用する必要があります。 ソース: andrueandersoncs/claude-skill-effect-ts。

scheduling のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/andrueandersoncs/claude-skill-effect-ts --skill scheduling インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/andrueandersoncs/claude-skill-effect-ts