Back to library
AI
tutorial

Save and Reuse Custom Workflows as Slash Commands

Turn repetitive AI workflows into reusable custom slash commands.

Save complex or multi-step prompt sequences as custom slash commands to automate recurring content or code generation tasks.

Qwen

The Scenario

You have a specific process for generating e-commerce product photos and then drafting a WeChat post for them that you do every Tuesday.

Before & after

The old way

Users frequently copy-paste the same 10-line prompt or manually perform a series of steps (like 'summarize, generate image, post to CMS') which takes 10-15 minutes every time.

With AI

Store your frequent multi-step processes as a custom skill; thereafter, you can run the entire workflow with a single slash command in seconds.

The Prompt

/skills save [COMMAND_NAME] [DESCRIBE_THE_WORKFLOW_STEPS]

The new /skills management panel and workflow saving features allow you to 'productize' your own frequent prompts. By saving a workflow as a slash command, you remove the friction of recalling specific instructions or model parameters.

Source

Qwen Code Blog: AI Coding Updates and Guides | Qwen Code Docs
"Workflows can be saved as slash commands and reused, and the UI got a major slim-down."