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".

Ir a la instalación

Datos de origen

Repositorio
cuga-project/cuga-harness-kit
Última actividad en el origen
20 de julio de 2026 a las 20:05
Idioma detectado de SKILL.md
inglés
Estrellas
3
Forks
1

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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.
Ver en GitHub