Gas Best Practices — Development skill for Claude Code
Google Apps Script best practices distilled from production bugs — Claude Code skill for GAS web apps, clasp projects, PDF generation, Drive ops, and HtmlService patterns.
How to install Gas Best Practices
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open kpcrmv4/gas-best-practices and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Gas Best Practices does
Google Apps Script best practices distilled from production bugs — Claude Code skill for GAS web apps, clasp projects, PDF generation, Drive ops, and HtmlService patterns.
Alternatives in Development
- Engage.Crash — Crash → root cause → reachability → empirical exploitability verdict (native bugs) 348 ★
- Module 18 Drive.En — Module 18 Lesson 4-4 — Assist Google Drive (drive_ops / gog drive) via prompts 347 ★
- Lab Skills — Skills distilled from the Lab's real work and collaboration practices 309 ★
README
gas-best-practices
Claude Code skill — Google Apps Script best practices distilled from real production bugs.
Claude Code skill รวมแนวปฏิบัติที่ดีสำหรับ Google Apps Script — สังเคราะห์จาก bug จริงใน production
Use with [Claude Code](https://claude.com/claude-code) so that Claude follows production-tested patterns when writing or reviewing GAS code.
ใช้กับ [Claude Code](https://claude.com/claude-code) เพื่อให้ Claude แนะนำ/แก้ไขโค้ด GAS ตาม pattern ที่ผ่านการใช้งานจริงในระบบ production
📦 Installation / วิธีติดตั้ง
English
Option 1 — Mac / Linux (one-liner)
curl -fsSL https://raw.githubusercontent.com/kpcrmv4/gas-best-practices/main/install.sh | bash
Option 2 — Windows PowerShell (one-liner)
iwr -useb https://raw.githubusercontent.com/kpcrmv4/gas-best-practices/main/install.ps1 | iex
Option 3 — Manual git clone (any OS)
git clone https://github.com/kpcrmv4/gas-best-practices ~/.claude/skills/gas-best-practices
For Windows without `~`:
git clone https://github.com/kpcrmv4/gas-best-practices "$HOME\.claude\skills\gas-best-practices"
Verify installation
ls ~/.claude/skills/gas-best-practices
# should show: SKILL.md, rules/, README.md, ...
Then **restart Claude Code**. The skill will auto-trigger when:
- Your project contains
.clasp.jsonorappsscript.json - You edit
.gsor.jsfiles in a clasp project - You mention "Google Apps Script", "GAS", or "clasp" in a prompt
Check status
bash ~/.claude/skills/gas-best-practices/check.sh
Shows current version, rules count, and whether updates are available.
Update to latest
bash ~/.claude/skills/gas-best-practices/update.sh
Or manually:
cd ~/.claude/skills/gas-best-practices && git pull
Uninstall
rm -rf ~/.claude/skills/gas-best-practices
ภาษาไทย
วิธีที่ 1 — Mac / Linux (คำสั่งเดียวจบ)
เปิด Terminal แล้ววาง:
Related Skills
Module 18 Drive.Es
Módulo 18 Lección 4-4 — Asistir con Google Drive (drive_ops / gog drive) mediante prompts
Module 18 Drive
Module 18 Lesson 4-4 — Google Drive(drive_ops / gog drive)をプロンプトで支援
Formula Finance
Formula Finance - Universal Finance Dashboard Engine for Google Apps Script. Claude Opus 4.7 Skill.
Skills Docs
Document generation skills for Claude Code, Codex, Cursor — PowerPoint deck creation (pptx), Word report/propo
Paper To Podium
Turn an academic paper into a talk you can actually deliver: timed talk script, distilled slides, print-ready
Claude Code Deep Review
A 14-lens iterative deep review methodology for Claude Code. Found 14 production bugs (2 ship-stoppers) in its
Related Agents
Streamlit Reviewer
Expert review specialist for Streamlit apps. Proactively audits a diff for execution-model bugs — the whole sc
Google Docs Fetcher
Use this agent when you need to download Google Docs content for local work. This includes scenarios where use
Fpm Distribution
Pushes extracted items to Google Tasks and Calendar. Handles [?] prefix for low-confidence items. Stage gate v