bygooglecloudplatform· 176 skills
Migrate Dialogflow CX (DFCX) agents to CXAS (Customer Experience Agent Studio) agents. Use this skill when the user mentions DFCX migration, migrating agents, converting DFCX to CXAS, porting agents, agent migration, or post-migration optimization/consolidation. Four independently runnable scripts: migrate.py (1:1), stage_1.py (variable dedup + consolidation), stage_2.py (instruction state machines + tool mocks + lint + report), stage_3.py (rewires consolidated topology from source dep graph; only needed when stage_1 ran consolidation). State persists between scripts via <target>_ir.json so each can run / re-run / resume independently.
$npx -y skills add googlecloudplatform/cxas-scrapi --skill cxas-dfcx-migrationInstalls into the current project.
Run `npx skills use "https://github.com/googlecloudplatform/cxas-scrapi" --skill "googlecloudplatform/cxas-scrapi/cxas-dfcx-migration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/googlecloudplatform/cxas-scrapi" that are relevant to the current task. Run `npx skills add "https://github.com/googlecloudplatform/cxas-scrapi"` and select the relevant skills, then follow their instructions.