wise-workflow-remove

Solid

Delete a user-authored workflow definition from `the engine-selected user definition directory` — handles both layouts (`<name>/workflow.yaml` folder form AND legacy `<name>.yaml` flat form). Refuses to touch bundled workflows — they ship with the plugin and are replaced by a reinstall, not a remove. Invoked as `/wise-workflow-remove` (bare alias) or `/wise:wise-workflow-remove` (canonical). Use when the user says "remove workflow <name>", "delete workflow <name>", "drop my custom workflow", or types `/wise-workflow-remove`.

AI & Automation 4 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /wise-workflow-remove - remove a user definition Before asking any user question, read and follow the [question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open). Keep asynchronous prompts open until answered; this rule does not authorize questions in autonomous or otherwise prompt-free procedures. First read [host control](../../references/workflow-host-control.md). Resolve the loaded installation, set `WISE_HOST` to this conductor and `WISE_PLUGIN_ROOT` to that installation. Use its managed launcher for shell commands. Follow the reference's diagnostics and explicit-answer fallback when MCP or a native picker is unavailable. Conductor host and child provider are independent. The first argument is the workflow name. Require `^[a-z][a-z0-9]*(-[a-z0-9]+)*$`; missing or invalid input stops with a pointer to `/wise-workflow-list`. ## Locate through canonical roots ```bash "$HOME/.local/share/wise/bin/wise-engine" --wise-host "$WISE_HOST" definition-roots "$HOME/.local/share/wise/bin/wise-engine" --wise-host "$WISE_HOST" list-defs ``` Use the returned `user_root` and `bundled_root`, not a duplicated home-directory or Claude-specific default. Check both folder `<name>/workflow.yaml` and flat `<name>.yaml` forms. If either exists under the bundled root, refuse: `Refusing to delete bundled workflow <name>. Create a user override with a different name or edit the source repository.` Never remove files from the plugin installation. Under ...

Details

Author
e1024kb
Repository
e1024kb/wise-claude
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

wise-workflow-list

List every workflow available to the wise plugin — both the bundled defaults that ship with the plugin and the user-authored ones under the engine-selected user definition directory. Read-only. Invoked as `/wise-workflow-list` (bare alias) or `/wise:wise-workflow-list` (canonical). Use when the user says "list workflows", "show workflows", "which workflows are available", "what workflows can I run", or types `/wise-workflow-list`.

4 Updated today
e1024kb
AI & Automation Listed

wise-workflow-create

Scaffold a new workflow through a step-by-step wizard — collects name, description, control mode, inputs, provider tuning, and steps (id, type, type-specific fields, dependencies), previews the generated YAML + README, and writes on confirmation. Writes to `the engine-selected user definition directory<name>/` by default, or offers the bundled `plugins/wise/workflows/<name>/` path when run inside a clone of the marketplace repo. Invoked as `/wise-workflow-create` (bare alias) or `/wise:wise-workflow-create` (canonical). Use when the user says "create a workflow", "scaffold a workflow", "new workflow", "author a workflow", or types `/wise-workflow-create`.

4 Updated today
e1024kb
AI & Automation Listed

wise-workflow-run

Start a workflow run on the wise engine: pre-flight questions, run context from the conversation, one line per engine event, gates. Invoked as `/wise-workflow-run` (bare alias) or `/wise:wise-workflow-run` (canonical). Use when the user says "run the workflow", "kick off <workflow-name>", or types `/wise-workflow-run`.

4 Updated today
e1024kb