demo-prompt-loop

Routes the /demo-prompt-loop slash command to the durable workflow runtime with trailing user text.

Updated May 13, 2026
One-click install
npx skills add https://github.com/onesmash/slm-as-harness --skill demo-prompt-loop-onesmash
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: demo-prompt-loop
Source: https://github.com/onesmash/slm-as-harness/tree/main/skills/durable-workflow-runtime/workflow-shortcuts/demo-prompt-loop
Command: npx skills add https://github.com/onesmash/slm-as-harness --skill demo-prompt-loop-onesmash

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a dedicated slash-command entry point so users can trigger the durable workflow runtime's demo-prompt-loop workflow without typing the full command path. ## Core Features & Use Cases - Slash-Only Activation: Loads only when the user explicitly invokes /demo-prompt-loop, avoiding accidental triggering. - Command Delegation: Forwards the invocation to /durable-workflow-runtime demo-prompt-loop along with the user's raw trailing text. - Use Case: A user types /demo-prompt-loop followed by a prompt, and the durable workflow runtime executes the demo-prompt-loop workflow using that trailing text as input. ## Quick Start Type /demo-prompt-loop followed by your prompt text to run the demo prompt loop workflow through the durable workflow runtime.

Frequently Asked Questions about demo-prompt-loop

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

FAQPage Schema
How do I run the demo-prompt-loop workflow?▼

Invoke /demo-prompt-loop followed by your raw text. The shortcut forwards the call to /durable-workflow-runtime demo-prompt-loop, passing your trailing text along unchanged.

What does the /demo-prompt-loop slash command do?▼

It acts as a shortcut that delegates to the durable workflow runtime's demo-prompt-loop workflow. Any text you type after the command is passed through as the workflow input.

When is the demo-prompt-loop shortcut loaded?▼

It loads only when the user explicitly invokes /demo-prompt-loop. It is a slash-only shortcut and does not activate from general conversation or other commands.

Can I use demo-prompt-loop without the durable workflow runtime?▼

No. This shortcut depends on the durable-workflow-runtime skill, since it forwards every invocation to /durable-workflow-runtime demo-prompt-loop for actual execution.