google-app-engine

Deploy and configure Python applications on Google App Engine environments.

54|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/dennislee928/Ethic-Latex --skill google-app-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-app-engine
Source: https://github.com/dennislee928/Ethic-Latex/tree/main/.claude/skills/google-app-engine
Command: npx skills add https://github.com/dennislee928/Ethic-Latex --skill google-app-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the deployment and configuration of Python web applications on Google App Engine, handling everything from app.yaml setup to database connections and static file serving.

Core Features & Use Cases

  • Deployment: Deploy Python apps to App Engine Standard and Flexible environments using gcloud.
  • Configuration: Manage app.yaml settings for runtime, scaling, environment variables, and handlers.
  • Cloud SQL Integration: Configure secure connections to Cloud SQL databases via Unix sockets.
  • Static Files: Serve static assets efficiently using Cloud Storage.
  • Secrets Management: Securely handle sensitive information using Google Secret Manager.
  • Use Case: Deploy a Django application to App Engine, connect it to a Cloud SQL PostgreSQL database, and configure Cloud Storage for serving static and media files.

Quick Start

Deploy your Python application to Google App Engine by running 'gcloud app deploy' in your project directory.

Frequently Asked Questions about google-app-engine

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

FAQPage Schema
How do I deploy a Python Django app to Google App Engine?

To deploy a Python Django app to Google App Engine, configure your app.yaml file and run the gcloud app deploy command in your project directory. This Skill guides app.yaml setup for both Standard and Flexible environments.

How do I connect Google App Engine to Cloud SQL using Unix sockets?

Connect Google App Engine to Cloud SQL by configuring secure Unix socket connections. This Skill provides the specific setup steps needed to link your Python application to a Cloud SQL PostgreSQL database.

What is the best way to serve static files on Google App Engine?

The best way to serve static files on Google App Engine is by using Cloud Storage. This Skill explains how to configure your Python application to efficiently serve static and media assets through Cloud Storage.

Why does my Google App Engine deployment return a 502 error or cold start?

A 502 error or cold start on Google App Engine often stems from misconfigured scaling or environment variables. This Skill addresses common deployment issues like 502 errors, cold starts, and connection problems.

Can I use Google Secret Manager for environment variables in App Engine?

Yes, you can use Google Secret Manager to securely handle environment variables and sensitive information in App Engine. This Skill covers secrets management integration alongside your app.yaml configuration.