bygooseworks-ai· 58 skills
Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character and voice to the central character library at <repo-root>/assets/character-library/ (repo-root derived from the run-dir, not a hardcoded path), and if a character isn't in the library yet, adds it first then links. Use when the user wants to remix one of their existing ads — this skill produces the source JSON that the script-rewriting step and remix-ad consume.
$npx -y skills add gooseworks-ai/goose-skills --skill extract-source-sampleInstalls into the current project.
Run `npx skills use "https://github.com/gooseworks-ai/goose-skills" --skill "gooseworks-ai/goose-skills/extract-source-sample"` 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/gooseworks-ai/goose-skills" that are relevant to the current task. Run `npx skills add "https://github.com/gooseworks-ai/goose-skills"` and select the relevant skills, then follow their instructions.