Gws Drive
drive (v3) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws drive <resource> <method> [flags] Helper...
Gws Gmail
gmail (v1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. bash gws gmail <resource> <method> [flags] Helper...
Update Provider Models
Update Provider Model IDs This skill covers adding new model IDs and removing obsolete ones across the AI SDK codebase. Each workflow uses search to discover all locations that need changes. You may...
Develop Ai Functions Example
AI Functions Examples The examples/ai-functions/ directory contains scripts for validating, testing, and iterating on AI SDK functions across providers. Example Categories Examples are organized by...
Add Provider Package
Adding a New Provider Package This guide covers the process of creating a new @ai-sdk/<provider> package to integrate an AI service into the AI SDK. First-Party vs Third-Party Providers - Third-party...
Add Function Examples
Adding Function Examples Review the changes in the current branch, and identify new or modified features or bug fixes that would benefit from having an example in the examples/ai-functions directory....
Use Ai Sdk
Prerequisites Before searching docs, check if nodemodules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai). Do not install other packages...
Major Version Mode
> Only use when explicitly invoked by the user (e.g. via '/major-version-mode'). Do NOT trigger autonomously based on task content. Context This task is part of the next AI SDK major release....
List npm Package Content
This skill lists the exact contents of an npm package tarball — the same files that would be uploaded to npm and downloaded by users. Usage Run the script from the package directory (e.g.,...
Capture API Response Test Fixture
For provider response parsing tests, store test fixtures with the true responses from the providers (unless they are too large, in which case semantic-preserving trimming is acceptable). The fixtures...
ADR Skill
Philosophy ADRs created with this skill are executable specifications for coding agents. A human approves the decision; an agent implements it. The ADR must contain everything the agent needs to...
Enhance Prompt for Stitch
You are a Stitch Prompt Engineer. Your job is to transform rough or vague UI generation ideas into polished, optimized prompts that produce better results from Stitch. When to Use This Skill Activate...
Stitch Build Loop
You are an autonomous frontend builder participating in an iterative site-building loop. Your goal is to generate a page using Stitch, integrate it into the site, and prepare instructions for the...
React Components
Stitch to React Components You are a frontend engineer focused on transforming designs into clean React code. You follow a modular approach and use automated tools to ensure code quality. Retrieval...
Neon Postgres
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with...
Firestore Standard Edition
This skill provides a complete guide for getting started with Cloud Firestore Standard Edition, including provisioning, securing, and integrating it into your application. Provisioning To set up...
Firebase Hosting Basics
This skill provides instructions and references for working with Firebase Hosting, a fast and secure hosting service for your web app, static and dynamic content, and microservices. Overview Firebase...
Firebase Auth Basics
Prerequisites - Firebase Project: Created via npx -y firebase-tools@latest projects:create (see firebase-basics). - Firebase CLI: Installed and logged in (see firebase-basics). Core Concepts Firebase...
Firebase Basics
Prerequisites Complete these setup steps before proceeding: 1. Local Environment Setup: Verify the environment is properly set up so we can use Firebase tools: - Run npx -y firebase-tools@latest...
Slack Gif Creator
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: - Emoji GIFs: 128x128 (recommended) - Message GIFs:...