loop-local-runtime-note

Notify users that local loops end with the session and suggest /schedule_ for durable loops.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users may not be aware that loops run only until the current session closes, leading to unexpected loop termination.

Core Features & Use Cases

  • Local Loop Confirmation: Notifies users that loops will stop when the session ends.
  • Avoiding Durable Loops: Encourages users to use /schedule_ for durable loops.
  • Use Case: For users creating loops for tasks that need to persist beyond the current session, this skill provides an important reminder.

Quick Start

Create a loop and append the following note to ensure local loops are clear to the user: "Only if you did NOT show the cloud-offer ${ASK_USER_QUESTION_TOOL_NAME} above (i.e., neither trigger condition applied), end the confirmation with this exact line on its own, italicized: ${"_Runs until you close this session · For durable cloud-based loops, use /schedule_"}". If the user already answered that question, omit this line.

Frequently Asked Questions about loop-local-runtime-note

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

FAQPage Schema
Do local loops persist after the current session closes?▼

Local loops run only until the current session closes and do not persist beyond it. For durable cloud-based loops that continue running after the session ends, use the /schedule_ command instead.

How do I keep loops running after the session ends?▼

To keep loops running after the session ends, use the /schedule_ command for durable cloud-based loops. Local loops terminate automatically when the current session closes, so they are not suitable for persistent tasks.

What's the difference between local loops and durable cloud-based loops?▼

Local loops run only until the current session closes, while durable cloud-based loops persist beyond the active session. You create durable loops using the /schedule_ command instead of relying on local loop execution.

When should I use /schedule_ instead of a local loop?▼

Use /schedule_ instead of a local loop when your task needs to persist beyond the current session. Local loops stop running when the session closes, making /schedule_ necessary for any durable, cloud-based loop requirement.

Why did my loop stop running after the session ended?▼

Local loops stop running when the session closes because they are not designed to persist. To avoid unexpected loop termination, use /schedule_ to create durable cloud-based loops that continue after the session ends.

Can I show a confirmation note that local loops will not persist?▼

Yes, you can append a conditional confirmation note informing users that local loops run until the session closes. If a cloud-offer question was already shown, omit the note; otherwise, display the italicized line recommending /schedule_.