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で見る