用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ccplugins/awesome-claude-code-plugins --skill wf-edit-template命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | wf-edit-template |
| description | Edit an existing weft workflow template. Use only when user types /wf-edit-template. |
| argument-hint | <template-name> |
| allowed-tools | ["Bash","Read","Write"] |
Load an existing template, modify it interactively, and save.
$ARGUMENTS
If no arguments, list templates and ask which to edit:
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" start
Load the template preview:
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" preview <name>
Display the current template with all step details, guards, and policies.
Ask: "What would you like to change?"
Supported modifications:
Show the modified template and ask: "Save these changes?"
Ask whether to overwrite the original or save as a new name.
If saving to the project-local directory:
echo '<template_json>' | python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" save-template
If the original is a plugin-bundled template, always save as a project-local override (don't modify plugin files).
Tell the user the template was saved and how to start it.