Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计提醒

remove-old-skills-from-workflow从工作流程中删除旧技能

Agent Skill

remove-old-skills-from-workflow 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,993

周安装

202

GitHub Stars

175

下载量

1,568
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:remove-old-skills-from-workflow(从工作流程中删除旧技能)
来源仓库:https://github.com/nicepkg/ai-workflow
仓库路径:skills/remove-old-skills-from-workflow
安装命令:
npx skills add https://github.com/nicepkg/ai-workflow --skill remove-old-skills-from-workflow
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/nicepkg/ai-workflow --skill remove-old-skills-from-workflow

简介

用于从自动化工作流中识别并移除不再使用的技能模块。

  • 适合在项目迭代过程中保持 CI/CD 或任务链的高效运行。
  • 通过 GitHub 安装后,可在 Codex、Claude、Cursor、Gemini CLI 中执行清理操作。
  • 需定期运行以避免技能堆积导致的资源浪费与版本冲突。
  • 建议在测试环境验证后再应用于生产工作流。

SKILL.md

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:

# 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:

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)

FileWhat to Update
workflows/<workflow-name>/README.mdSkill count, skill table, pipeline stages, skill combinations
workflows/<workflow-name>/README_cn.mdSame as above (Chinese version)
workflows/<workflow-name>/AGENTS.mdAvailable skills list, recommended sequences
website/content/en/workflows/<workflow>.mdxSkill count, skill table, pipeline, skill combinations
website/content/zh/workflows/<workflow>.mdxSame 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:

# 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

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Antigravity

27.44%
按下载量换算430

Claude Code

23.79%
按下载量换算373

Gemini CLI

17.29%
按下载量换算271

Codex

11.37%
按下载量换算178

OpenCode

7.04%
按下载量换算110

Cursor

3.12%
按下载量换算49

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills