gas-development

Standardize Google Apps Script web app development with MINDFUL Blueprint architecture.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wearemssatoshi/talent-intelligence-calculator2 --skill gas-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gas-development
Source: https://github.com/wearemssatoshi/talent-intelligence-calculator2/tree/main/.agent/skills/gas-development
Command: npx skills add https://github.com/wearemssatoshi/talent-intelligence-calculator2 --skill gas-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill standardizes the design, development, and deployment of Google Apps Script (GAS) web applications, ensuring adherence to proven architectural patterns and best practices.

Core Features & Use Cases

  • MINDFUL Blueprint Architecture: Automatically applies a robust, scalable architecture for GAS web apps.
  • Action Dispatcher Pattern: Enables efficient routing of requests within GAS.
  • JST Date Alignment: Correctly handles date and time in the Japan Standard Time zone.
  • Multi-Remote Deployment: Facilitates deployment to multiple GAS endpoints simultaneously.
  • Use Case: Develop a PWA with a GAS backend that uses Google Sheets as a database, ensuring all date/time operations are accurate for Japanese users and deployments are managed efficiently.

Quick Start

Use the gas-development skill to create a new GAS web application following the MINDFUL Blueprint.

Frequently Asked Questions about gas-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a Google Apps Script web app architecture for scalability?

Use the MINDFUL Blueprint architecture to standardize Google Apps Script web app development. It automatically applies scalable patterns, ensuring robust routing and monolithic frontend design for your applications.

What's the best way to handle Japan Standard Time date alignment in GAS web apps?

JST Date Alignment handles Japan Standard Time correctly in Google Apps Script web apps. It automatically adjusts date and time operations, ensuring temporal accuracy for Japanese users interacting with your application.

Can I use Google Sheets as a database for a PWA built with Google Apps Script?

Yes, you can develop a PWA with a Google Apps Script backend using Google Sheets as a database. This approach supports hybrid architectures with GitHub Pages while maintaining a monolithic frontend and zero-cost tier utilization.

How do I route requests efficiently within a Google Apps Script application?

Implement the Action Dispatcher pattern to route requests efficiently within Google Apps Script web apps. This pattern standardizes request handling, streamlining server-side logic execution for web application endpoints.

Does Google Apps Script support deployment to multiple remote endpoints simultaneously?

Yes, Multi-Remote Deployment facilitates deploying Google Apps Script web apps to multiple endpoints simultaneously. This pattern ensures efficient management and synchronization across various GAS deployment targets.