loop-slash-command-dynamic-mode

Schedule recurring or on-demand prompt executions with parsed time intervals.

7|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mkusaka/ccskills --skill loop-slash-command-dynamic-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-slash-command-dynamic-mode
Source: https://github.com/mkusaka/ccskills/tree/main/skills/loop-slash-command-dynamic-mode
Command: npx skills add https://github.com/mkusaka/ccskills --skill loop-slash-command-dynamic-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the scheduling of recurring or dynamically self-paced prompt executions, automating the process of managing intervals and prompts.

Core Features & Use Cases

  • Interval Parsing: Automatically identify and parse intervals from user input.
  • Recurring Prompt Execution: Schedule prompts to execute at regular intervals.
  • Dynamic Mode: Execute prompts without a predefined interval, allowing for on-demand scheduling.
  • Use Case: Ideal for setting up automated reminders or checks that need to run at specific times or based on user input.

Quick Start

Use the /loop command followed by your desired interval and prompt, like /loop 5m /check my tasks.

Frequently Asked Questions about loop-slash-command-dynamic-mode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule recurring prompt executions at specific intervals?

You can schedule recurring prompt executions by using the /loop command followed by your desired time interval and the target prompt, such as `/loop 5m /check my tasks`, which sets up automated task scheduling based on parsed time expressions.

Can I run prompt executions on demand without a predefined interval?

Yes, dynamic mode allows you to execute prompts without a predefined interval, enabling on-demand scheduling for check-ins and reminders that run based on user input rather than a fixed recurring schedule.

How does interval parsing work for automated reminders and repetitive tasks?

Interval parsing automatically identifies and extracts time expressions from your text input, converting phrases like '5m' into scheduled delays to manage automated reminders and repetitive task execution without manual configuration.

What is the best way to set up an automated check-in that runs dynamically?

The best way to set up dynamic automated check-ins is using the dynamic mode of the /loop command, which handles on-demand scheduling by parsing your prompt and executing it without requiring a predefined interval.

Do I need to configure predefined intervals for every scheduled task?

No, you do not need predefined intervals for every task because dynamic mode supports on-demand scheduling, allowing prompts to execute dynamically based on user input and specific check-in requirements.