
Claude Skills by kpcrmv4
github.com/kpcrmv4Google Apps Script best practices for production web apps and automation — project layout with clasp, Spreadsheet/Drive ops, LockService for concurrency, ScriptCache, web app RPC pattern with Thai error messages, PDF generation with placeholders, schema migrations, OAuth scopes, time-driven triggers, onFormSubmit, UrlFetchApp / LINE Messaging API, email quotas, deployment versioning (/dev vs /exec), and 6-minute limit workarounds. Use whenever working with .gs/.js files in clasp projects, whe...
Run a long multi-round task that survives Claude usage limits — set up a shared state file + stop marker, then launch the local autoloop watchdog that resumes the session automatically after every limit window. Use when the user wants an unattended loop ("รัน loop ยาว", "ทำต่อเองหลังติดลิมิต", "run overnight", "keep going after usage limit") on a LOCAL project.