remove-old-skills-from-workflow

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", "移除技能", "删除技能").

151 stars

Best use case

remove-old-skills-from-workflow is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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", "移除技能", "删除技能").

Teams using remove-old-skills-from-workflow should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/remove-old-skills-from-workflow/SKILL.md --create-dirs "https://raw.githubusercontent.com/nicepkg/ai-workflow/main/.claude/skills/remove-old-skills-from-workflow/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/remove-old-skills-from-workflow/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How remove-old-skills-from-workflow Compares

Feature / Agentremove-old-skills-from-workflowStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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", "移除技能", "删除技能").

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Remove Skills from Workflow

Guide for removing skills from an existing workflow and updating all related documentation.

## When to Use

- User wants to remove a skill from a workflow
- User says "remove skill", "delete skill", "移除技能", "删除技能"
- Cleaning up unused or deprecated skills from a workflow

## Removal Workflow

### Step 1: Identify the Skill

Search for the skill name across the workflow to understand its usage:

```bash
# Find all references to the skill
grep -r "skill-name" /path/to/workflow/
```

### Step 2: Delete Skill Folder

Remove the skill directory from the workflow:

```bash
rm -rf /path/to/workflow/.claude/skills/skill-name/
```

### Step 3: Update skill-source.json (if exists)

Remove the skill entry from `/path/to/workflow/.claude/skill-source.json`

### Step 4: Update All Related Documentation

After removing a skill, you MUST update these files:

#### Files to Update (7 files)

| File | What to Update |
|------|----------------|
| `workflows/<workflow-name>/README.md` | Skill count, skill table, pipeline stages, skill combinations |
| `workflows/<workflow-name>/README_cn.md` | Same as above (Chinese version) |
| `workflows/<workflow-name>/AGENTS.md` | Available skills list, recommended sequences |
| `website/content/en/workflows/<workflow>.mdx` | Skill count, skill table, pipeline, skill combinations |
| `website/content/zh/workflows/<workflow>.mdx` | Same as above (Chinese version) |
| `README.md` (root) | Workflow table skill count |
| `README_cn.md` (root) | Workflow table skill count (Chinese version) |

#### Documentation Update Checklist

For each documentation file, update:

- [ ] **Skill count**: Decrease the total skill count (e.g., "20 skills" → "19 skills")
- [ ] **Skill tables**: Remove the skill row from any skill listing tables
- [ ] **Pipeline/stages**: Remove skill references from pipeline diagrams or stage descriptions
- [ ] **Skill combinations**: Remove any skill chains that include the removed skill
- [ ] **Example workflows**: Remove or update examples that reference the skill

## Example

Removing `ppt-creator` skill from `talk-to-slidev-workflow`:

```bash
# 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 table
```

## Important Notes

- Always search for skill references before removal to understand impact
- The root READMEs only need skill count updates in the workflow table
- Leave `references/skill-sources.md` unchanged (it documents ecosystem skills, not workflow-specific installations)
- If the skill is referenced in example workflows, either remove the example or update it to use alternative skills

Related Skills

n8n-skills

151
from nicepkg/ai-workflow

n8n workflow automation knowledge base. Provides n8n node information, node functionality details, workflow patterns, and configuration examples. Covers triggers, data transformation, data input/output, AI integration, covering 10 nodes. Keywords: n8n, workflow, automation, node, trigger, webhook, http request, database, ai agent.

workflow-creator

151
from nicepkg/ai-workflow

Create complete Claude Code workflow directories with curated skills. Use when user wants to (1) create a new workflow for specific use case (media creator, developer, marketer, etc.), (2) set up a Claude Code project with pre-configured skills, (3) download and organize skills from GitHub repositories, or (4) generate README.md and AGENTS.md documentation for workflows. Triggers on phrases like "create workflow", "new workflow", "set up workflow", "build a xxx-workflow".

add-new-skills-to-workflow

151
from nicepkg/ai-workflow

Add new skills to an existing workflow and update all related documentation. Use when user wants to add skills from GitHub URLs to a workflow (e.g., "add this skill to the workflow", "为工作流添加技能"). Triggers on adding skills to workflows, updating workflow documentation after skill additions.

youtube-to-markdown

151
from nicepkg/ai-workflow

Use when user asks YouTube video extraction, get, fetch, transcripts, subtitles, or captions. Writes video details and transcription into structured markdown file.

youtube-seo-optimizer

151
from nicepkg/ai-workflow

Optimize YouTube videos for search and discovery. Generates SEO-optimized titles, descriptions, tags, hashtags, and chapters. Includes keyword research and competitor analysis. Use when publishing videos, improving discoverability, or optimizing existing content.

webfluence

151
from nicepkg/ai-workflow

Content web architecture framework. Use when diagnosing offer doc usage, content-to-conversion pathways, or why someone isn't getting sales despite traffic.

video-to-gif

151
from nicepkg/ai-workflow

Convert video clips to optimized GIFs with speed control, cropping, text overlays, and file size optimization. Create perfect GIFs for social media, documentation, and presentations.

video-title-optimizer

151
from nicepkg/ai-workflow

Optimize video titles for maximum click-through rate (CTR) and YouTube/TikTok SEO. Generates multiple title variations balancing curiosity, keywords, and platform best practices. Use when naming videos, improving CTR, or A/B testing titles.

video-script-writer

151
from nicepkg/ai-workflow

Write engaging video scripts for YouTube, TikTok, and other platforms. Creates complete scripts with hooks, main content, and CTAs. Supports various formats including tutorials, vlogs, reviews, explainers, and storytelling. Use when creating video scripts, writing YouTube content, or planning video structure.

video-script-collaborial

151
from nicepkg/ai-workflow

将视频脚本转换为更适合实际录制的口语化表达,去除书面化语言,增加自然感和亲和力。当用户提到"视频脚本"、"录制"、"口语化"、"自然一点"、"像说话一样"、"太书面了"时使用此技能。

video-hook-generator

151
from nicepkg/ai-workflow

Generate attention-grabbing hooks for the first 3 seconds of videos. The hook determines if viewers stay or scroll. Creates multiple hook variations for A/B testing. Use when crafting video openings, improving retention, or creating scroll-stopping content for YouTube, TikTok, or Reels.

youtube-downloader

151
from nicepkg/ai-workflow

Download YouTube videos with customizable quality and format options. Use this skill when the user asks to download, save, or grab YouTube videos. Supports various quality settings (best, 1080p, 720p, 480p, 360p), multiple formats (mp4, webm, mkv), and audio-only downloads as MP3.