wise-workflow-remove
SolidDelete 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`.
Install
Quality Score: 83/100
Skill Content
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
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`.
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`.
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`.