performance-optimization-cycle

Routes the /performance-optimization-cycle slash command to the durable-workflow-runtime workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users who want to run the durable workflow runtime's performance-optimization-cycle must type the full namespaced command. This shortcut maps the short slash command /performance-optimization-cycle directly to the underlying workflow, preserving any trailing arguments. ## Core Features & Use Cases - Slash Command Shortcut: Invokes /durable-workflow-runtime performance-optimization-cycle when the user types /performance-optimization-cycle. - Argument Passthrough: Forwards the user's raw trailing text after the slash command to the underlying workflow unchanged. - Use Case: A developer running iterative performance tuning on a durable workflow types /performance-optimization-cycle target=api-latency and the full workflow command executes with those arguments. ## Quick Start Type /performance-optimization-cycle followed by any arguments to run the durable workflow runtime performance optimization cycle.

Frequently Asked Questions about performance-optimization-cycle

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

FAQPage Schema
How do I run the performance-optimization-cycle workflow?▼

Type /performance-optimization-cycle followed by any arguments. The shortcut expands this to /durable-workflow-runtime performance-optimization-cycle and passes your trailing text through unchanged.

What does the performance-optimization-cycle shortcut do?▼

It is a slash-only shortcut that loads the durable-workflow-runtime performance-optimization-cycle workflow. It activates only when the user explicitly invokes /performance-optimization-cycle.

Can I pass arguments to the performance-optimization-cycle command?▼

Yes. Any raw trailing text you type after /performance-optimization-cycle is forwarded directly to the underlying durable-workflow-runtime workflow command without modification.

When is the performance-optimization-cycle shortcut loaded?▼

It loads only on explicit invocation of /performance-optimization-cycle. It does not activate automatically or through other workflow commands.