loop-slash-command

Convert user-defined intervals into cron expressions and schedule recurring tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires CRON_CREATE_TOOL_NAME, DEFAULT_INTERVAL, ADDITIONAL_PARSING_NOTES_FN, CANCEL_TIMEFRAME_DAYS, CRON_DELETE_TOOL_NAME, ADDITIONAL_INFO_FN, USER_INPUT, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of scheduling recurring tasks with cron expressions, allowing users to automate their workflows efficiently.

Core Features & Use Cases

  • Cron Expression Conversion: Transforms user-defined intervals into cron expressions for precise scheduling.
  • Recurring Task Scheduling: Sets up tasks to run at regular intervals, increasing productivity.
  • Immediate Execution: Executes the parsed prompt immediately after scheduling.
  • Recurring Task Management: Offers the ability to cancel scheduled tasks.

Quick Start

To schedule a task to check the deploy every 20 minutes, use the command /loop 20m check the deploy.

Frequently Asked Questions about loop-slash-command

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

FAQPage Schema
How do I schedule recurring tasks using cron expressions?

Scheduling recurring tasks with cron expressions is done by converting user-defined intervals into cron syntax and registering them for automated execution. This Skill transforms natural interval inputs into valid cron expressions and sets up the recurring task automatically.

Can I automate a prompt to run every 20 minutes?

Yes, you can automate a prompt to run every 20 minutes by using the slash command syntax. Entering `/loop 20m` followed by your prompt text will convert the 20-minute interval into a cron expression and schedule the recurring task immediately.

Does scheduled task automation execute immediately after setup?

Yes, task automation executes the parsed prompt immediately after scheduling the recurring task. This ensures the first run of the recurring process happens instantly, with subsequent runs following the defined cron interval.

What is the best way to manage and cancel scheduled recurring tasks?

The best way to manage and cancel scheduled recurring tasks is by using the built-in cron deletion tool. The Skill provides task management capabilities that allow you to cancel previously scheduled tasks within a specified cancellation timeframe.

Do I need to know cron syntax to set up recurring task scheduling?

No, you do not need to know cron syntax to set up recurring task scheduling. The Skill handles cron expression conversion automatically, allowing you to define intervals in simple formats and letting the system parse them into the correct cron schedule.

Are there limitations on the minimum interval for scheduling recurring tasks?

Limitations on scheduling intervals depend on the default interval configuration and the underlying cron execution capabilities. The system applies a default interval setting to parse user input, so intervals must align with what the cron creation tool supports.