Skip to main content

skills-extractor

Extracts duplicate content from Skills into shared modules. Use when user asks to refactor skills, extract common content, or merge duplicates.

跳到安装

来源信息

仓库
recca0120/skills-refactor
最近来源活动
2026年1月19日 20:33
检测到的 SKILL.md 语言
英语
星标
1
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
skills-extractor
description
Extracts duplicate content from Skills into shared modules. Use when user asks to refactor skills, extract common content, or merge duplicates.
# Skills Extractor ## When to Use This is **Step 2** of the refactoring workflow: 1. analyze → Must run first to identify duplicates 2. **extract** ← You are here 3. validate → Run after extraction completes **Prerequisite**: Analysis report with identified duplicates. ## Workflow ### Step 1: Review Duplicates From the analysis report, identify what content is duplicated and where. ### Step 2: Choose Strategy | Duplicate Type | Strategy | |----------------|----------| | Exact (100%) | Extract to shared file | | Near (≥80%) | Parameterize or extract | | Structural | Create template | ### Step 3: Generate Dry-Run Plan Show preview before making changes: - What shared file will be created - What lines will be replaced in each SKILL.md > Example: `references/example.md` ### Step 4: Execute with Confirmation After user confirms: 1. Create shared file 2. Update each SKILL.md with reference 3. Verify all references are valid ## Output ```markdown # Extraction Complete ## Changes Made - Created: shared/[name].md ([n] lines) - Modified: [skill]/SKILL.md (-[n] lines) ## Summary - Duplicates eliminated: [n] → 1 - Lines saved: [total] ``` ## Next Step Run **skills-validator** to verify refactoring
在 GitHub 查看