Skip to main content

cuga-source-sync

Use when adding a new source repo to the migrator, to scout it and generate migration hints before running cuga-migrator. Triggers on requests like "sync source hints for <source>", "scout the source repo", "prepare <source> for migration".

跳到安装

来源信息

仓库
cuga-project/cuga-harness-kit
最近来源活动
2026年7月20日 20:05
检测到的 SKILL.md 语言
英语
星标
3
分支
1

安装方式

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

检查来源文件

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

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
cuga-source-sync
description
Use when adding a new source repo to the migrator, to scout it and generate migration hints before running cuga-migrator. Triggers on requests like "sync source hints for <source>", "scout the source repo", "prepare <source> for migration".
# CUGA Source Sync Natural-language entry point for source scouting — the same work `/source_sync` does, for users who ask in plain language instead of typing the slash command. ## Parse the request Extract **source_name** (subfolder under `migration_from/`) from the user's message. If it's missing or ambiguous, ask before proceeding — don't guess. ## Run it Follow `.claude/commands/source_sync.md` in full, using the source_name extracted above as if it had been passed as `$ARGUMENTS` to `/source_sync`. That file is the single source of truth for the scouting logic — do not duplicate or reinterpret it here.
在 GitHub 查看