Loading...
Loading...
Guide for removing skills from an existing workflow and updating all related documentation. Use when user wants to remove skills from a workflow (e.g., "remove skill", "delete skill", "移除技能", "删除技能").
npx skill4agent add nicepkg/ai-workflow remove-old-skills-from-workflow# Find all references to the skill
grep -r "skill-name" /path/to/workflow/rm -rf /path/to/workflow/.claude/skills/skill-name//path/to/workflow/.claude/skill-source.json| File | What to Update |
|---|---|
| Skill count, skill table, pipeline stages, skill combinations |
| Same as above (Chinese version) |
| Available skills list, recommended sequences |
| Skill count, skill table, pipeline, skill combinations |
| Same as above (Chinese version) |
| Workflow table skill count |
| Workflow table skill count (Chinese version) |
ppt-creatortalk-to-slidev-workflow# 1. Search for references
grep -r "ppt-creator" workflows/talk-to-slidev-workflow/
# 2. Delete skill folder
rm -rf workflows/talk-to-slidev-workflow/.claude/skills/ppt-creator/
# 3. Update skill-source.json
# Remove the ppt-creator entry
# 4. Update documentation files
# - Update skill count from 20 to 19
# - Remove ppt-creator from skill tables
# - Remove from pipeline Stage 6
# - Remove from skill combinations tablereferences/skill-sources.md