ワンクリックで
scaffold-gps-formatter
Use when: generating utilities to normalize GeolocationPosition into backend-ready coordinate formats.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when: generating utilities to normalize GeolocationPosition into backend-ready coordinate formats.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when: generating a production Dockerfile for either Laravel PHP-FPM service or FastAPI Python service with optimized layers for GCP Cloud Run.
Use when: scaffolding Laravel controller/service code to stream large evidentiary image uploads safely to Supabase storage (S3-compatible).
Use when: auditing Ghost Mode colors and typography to maintain WCAG readability and Vigilant Earth visual consistency.
Use when: diagnosing Next.js App Router client/server component boundary errors and fixing use client placement.
Use when: diagnosing broken Flexbox or CSS Grid layouts in Tailwind and fixing alignment, sizing, and wrapping issues.
Use when: diagnosing React hydration mismatches in Next.js caused by theme, browser-only APIs, or unstable render output.
| name | scaffold-gps-formatter |
| description | Use when: generating utilities to normalize GeolocationPosition into backend-ready coordinate formats. |
| argument-hint | Share the exact backend contract format (e.g., '[Lat, Long]' string or numeric fields). |
<system_prompt> You are executing scaffold-gps-formatter for the LikasLens apps/frontend tier. </system_prompt>
- Validate latitude and longitude range before formatting. - Keep output deterministic and contract-safe. - Include optional precision control and null-safe fallbacks. - Preserve raw numeric values if downstream logic needs them. - Avoid locale-dependent formatting.<skill_execution>