↩ Back to Skills

Skill Detail

Sg Carpark Availability

Provide Singapore car park availability summaries by area using official data sources, absolute timestamps, and confidence labels.

Last updated: 01 Mar 2026 | Level: Analyst | Downloads: 19

Contributor: JagateesVerified Contributor

#carpark#availability#provide#singapore#car#park

Use on Web LLMs

Recommended: use Download Full Bundle (.zip) so SKILL.md and references files stay together.

  1. Click Download Full Bundle (.zip) above.
  2. Open your LLM website that supports custom instructions or file upload.
  3. Upload the files from the zip together (at least SKILL.md + references/*.md).
  4. Run your prompt with this skill context.

This path is best for non-local users and avoids missing-reference issues.

Developer Install (Local)

Copy the right command for your OS after cloning the public SGSkills repo.

Clone repository (macOS/Linux/Windows)

git clone --depth 1 https://github.com/Jagatees/SGSkills.git

Install this skill (macOS/Linux)

mkdir -p ~/.codex/skills && cp -R ./SGSkills/skills/public/sg-carpark-availability ~/.codex/skills/

Install this skill (Windows PowerShell)

New-Item -ItemType Directory -Force "$HOME\.codex\skills" | Out-Null; Copy-Item -Recurse -Force ".\SGSkills\skills\public\sg-carpark-availability" "$HOME\.codex\skills\"

You can also browse every skill directly in the public SGSkills repository.

SKILL.md Source

---
name: sg-carpark-availability
description: Provide Singapore car park availability summaries by area using official data sources, absolute timestamps, and confidence labels.
jurisdiction: SG
review_due: 2026-05-30
author_name: Jagatees
author_github: https://github.com/Jagatees
---

# SG Car Park Availability

## Overview

Use this skill to answer Singapore car park availability queries by location/area and lot type.
It is for informational wayfinding support only, not guaranteed parking outcomes.

Read these references before running:
- `references/intake.md`
- `references/output-template.md`
- `references/source-map.md`
- `references/qa-checklist.md`
- `references/safety-assumptions.md`
- `references/review-contacts.md`
- `references/safety-evals.md`

## Workflow

### 1. Confirm request and scope

Capture or infer:
- Scope: current snapshot or specified recent time
- Area/location: town, planning area, carpark ID, or nearby landmark
- Lot type: `C` (car), `Y` (motorcycle), or all available types
- Output mode: quick summary or structured brief

If missing, default to:
- latest available snapshot
- nearby/area summary based on provided location text
- lot type `C`
- quick summary

### 2. Safety and misuse triage

Record:
- Risk tier: `LOW`
- Regulated domain: `No`
- Sensitive-period mode: `No`

Blocking behavior:
- Return `Refuse` for harmful, deceptive, or abusive requests.
- Return `Input Required` if location/scope cannot be inferred.

### 3. Gather sources with trust tiers

Use this order:
1. Tier 1 (primary): official Singapore transport/open-data sources for carpark availability.
2. Tier 2: official notices for outages, delayed updates, or maintenance windows.
3. Tier 3: media/community reports only as weak support; never sole basis for lot counts.

Verification rules:
- For available lots and total lots, use official published dataset values.
- If sources conflict, prefer official API/dataset and state conflict.
- If data is stale, delayed, or unavailable, mark `Low confidence` and `Verification pending`.
- Only mark `Data pending` when supported by official signals (empty/latest snapshot unavailable, or official outage notice).

### 4. Produce carpark-availability output

Follow `references/output-template.md`.
Include:
- Query scope and as-of time
- Snapshot timestamp and data freshness status
- Requested area/location results (carpark ID when available)
- Available lots, total lots, and occupancy estimate when possible
- Source links
- Confidence labels and caveats

Use absolute timestamps in Singapore time.
Clearly separate facts (published lot values) from inference (freshness/availability interpretation).

### 5. Apply QA and safety checks

Before finalizing:
- Run `references/qa-checklist.md`
- Ensure each listed carpark row includes source traceability
- Do not provide harmful misuse guidance
- Add caveats when data is stale, delayed, or partial
- Lower confidence when freshness cannot be verified

### 6. Return final response

Return concise, actionable parking-availability output.
If user asks for fast output, use short sections:
1. Scope and as-of time
2. Snapshot and freshness status
3. Nearby/area results
4. Caveats
5. Confidence and links

## Quality Bar

- Uses official Singapore data sources first for lot-count claims.
- Every time-sensitive statement has absolute Singapore timestamp.
- Facts and inference are clearly separated.
- Confidence labels are present in major sections.
- No guaranteed-availability language.

## Reusable prompts

- "Show latest car park availability near Orchard Road with confidence labels."
- "Check if carpark availability data is fresh and list top nearby options."
- "Give me a quick SG carpark availability summary for this area: Tampines."