| 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). |
Scaffold GPS Formatter
<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>
- Define accepted input/output contract.
- Generate formatter and guard helpers.
- Add sample usage in payload construction.
- Include edge-case handling guidance.
</skill_execution>