Skip to main content

backoffice-data

The discipline for reading and writing a platform's back-office data from an app built on this kit — reach the API only through the platform's official SDK (never raw HTTP/GraphQL against a live account), discover capabilities from the INSTALLED SDK (they're platform- and version- specific), normalize resource IDs on input, treat platform data as PII, and scope persisted data by a stable per-install key. Use when calling the platform API — listing products/activities, querying availability, reading bookings/orders/payments/customers — and for the data rules that govern it. Triggers on "platform API", "SDK methods", "list bookings", "activity data", "booking data", "normalize IDs", "install data scoping", "PII", "never hand-write GraphQL".

Jump to install

Source facts

Repository
peek-travel/app-cli
Last source activity
August 20, 2026 at 01:29
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.