·google-app-engine
</>

google-app-engine

jezweb/claude-skills

将 Python 应用程序部署到 Google App Engine Standard/Flex。涵盖 app.yaml 配置、Cloud SQL 套接字连接、静态文件的 Cloud Storage、扩展设置和环境变量。 使用场合:部署到 App Engine、配置 app.yaml、连接 Cloud SQL、设置静态文件服务或排查 502 错误、冷启动或内存限制。

252安装·6热度·@jezweb

安装

$npx skills add https://github.com/jezweb/claude-skills --skill google-app-engine

SKILL.md

Status: Production Ready Last Updated: 2026-01-24 Dependencies: Google Cloud SDK (gcloud CLI) Skill Version: 1.0.0

Use when: Building typical web apps, APIs, or services that fit within runtime constraints.

| Startup | Fast (milliseconds) | | Scaling | Scale to zero | | Pricing | Pay per request | | Runtimes | Python 3.8-3.12 | | Instance Classes | F1, F2, F4, F41G | | Max Request | 60 seconds | | Background | Cloud Tasks only |

将 Python 应用程序部署到 Google App Engine Standard/Flex。涵盖 app.yaml 配置、Cloud SQL 套接字连接、静态文件的 Cloud Storage、扩展设置和环境变量。 使用场合:部署到 App Engine、配置 app.yaml、连接 Cloud SQL、设置静态文件服务或排查 502 错误、冷启动或内存限制。 来源:jezweb/claude-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/jezweb/claude-skills --skill google-app-engine
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 google-app-engine?

将 Python 应用程序部署到 Google App Engine Standard/Flex。涵盖 app.yaml 配置、Cloud SQL 套接字连接、静态文件的 Cloud Storage、扩展设置和环境变量。 使用场合:部署到 App Engine、配置 app.yaml、连接 Cloud SQL、设置静态文件服务或排查 502 错误、冷启动或内存限制。 来源:jezweb/claude-skills。

如何安装 google-app-engine?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jezweb/claude-skills --skill google-app-engine 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/jezweb/claude-skills