This uploads your local Apps Script files to a remote project and wipes out whatever was there before. It's a clean slate push, not a merge, so you'll get a confirmation prompt before it replaces everything. Handles the usual file types (gs, js, html, plus your appsscript.json) and automatically skips hidden files and node_modules. You'll need the Script Project ID handy to run it. Worth noting this is part of the broader Google Workspace CLI, so you'll need to set up gws authentication first. The destructive nature makes it perfect for deploying from a local git repo where you're treating your filesystem as source of truth.
npx -y skills add googleworkspace/cli --skill gws-apps-script-push --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template