# Platform Guidelines

> Design or review native mobile behavior against current platform conventions, lifecycle, navigation, permissions, accessibility, and system integration.

- Skill: `egeetas/platform-guidelines` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add egeetas/platform-guidelines`
- Raw SKILL.md: https://api.skillmd.com/api/skills/egeetas/platform-guidelines/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: egeetas (https://skillmd.com/u/egeetas)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/egeetas/platform-guidelines

---


# Platform Guidelines

Use for native or cross-platform UI and system integrations. Select the actual target platforms and versions before applying platform-specific guidance.

## Review

- Follow native navigation, back behavior, gestures, controls, typography, safe areas, sheets/dialogs, and feedback expectations.
- Respect application lifecycle, restoration, background limits, memory pressure, rotation/resizing, and interruption.
- Request permissions in context, explain value, handle denial/restriction, and avoid requesting access before it is needed.
- Support dynamic text, screen readers, focus, contrast, reduced motion, localization, RTL, and varied content length.
- Integrate deep links, notifications, sharing, search, shortcuts/widgets, and system settings according to the platform contract.

Verify unstable or version-specific rules against authoritative current platform documentation. Preserve product identity while respecting platform behavior users rely on.

